itd/go.mod

84 lines
3.8 KiB
Modula-2
Raw Normal View History

2021-08-21 08:19:49 +00:00
module go.arsenm.dev/itd
2022-04-23 00:15:41 +00:00
go 1.17
2021-08-21 08:19:49 +00:00
2022-05-11 06:37:58 +00:00
replace fyne.io/x/fyne => github.com/metal3d/fyne-x v0.0.0-20220508095732-177117e583fb
2021-08-21 08:19:49 +00:00
require (
2022-11-16 03:20:34 +00:00
fyne.io/fyne/v2 v2.2.3
2022-05-11 06:37:58 +00:00
fyne.io/x/fyne v0.0.0-20220107050838-c4a1de51d4ce
2021-08-21 08:19:49 +00:00
github.com/cheggaaa/pb/v3 v3.0.8
github.com/gen2brain/dlgs v0.0.0-20211108104213-bade24837f0b
2022-11-16 03:20:34 +00:00
github.com/godbus/dbus/v5 v5.1.0
2022-02-21 19:20:02 +00:00
github.com/knadh/koanf v1.4.0
github.com/mattn/go-isatty v0.0.14
2021-12-13 01:08:48 +00:00
github.com/mozillazg/go-pinyin v0.19.0
2022-04-24 01:46:49 +00:00
github.com/rs/zerolog v1.26.1
2022-11-16 03:20:34 +00:00
github.com/urfave/cli/v2 v2.4.0
go.arsenm.dev/infinitime v0.0.0-20221119224612-0c369dc5df94
2022-05-13 00:14:34 +00:00
go.arsenm.dev/lrpc v0.0.0-20220513001344-3bcc01fdb6a0
2021-10-05 02:07:54 +00:00
golang.org/x/text v0.3.7
2022-05-11 01:03:37 +00:00
modernc.org/sqlite v1.17.2
2021-08-21 08:19:49 +00:00
)
2022-04-23 00:15:41 +00:00
require (
2022-11-16 03:20:34 +00:00
fyne.io/systray v1.10.1-0.20220621085403-9a2652634e93 // indirect
2022-04-30 10:25:27 +00:00
github.com/VividCortex/ewma v1.1.1 // indirect
2022-11-16 03:20:34 +00:00
github.com/cpuguy83/go-md2man/v2 v2.0.1 // indirect
2022-04-23 00:15:41 +00:00
github.com/davecgh/go-spew v1.1.1 // indirect
2022-05-05 21:00:49 +00:00
github.com/fatih/color v1.10.0 // indirect
2022-04-23 00:15:41 +00:00
github.com/fatih/structs v1.1.0 // indirect
github.com/fredbi/uri v0.0.0-20181227131451-3dcfdacbaaf3 // indirect
2022-11-16 03:20:34 +00:00
github.com/fsnotify/fsnotify v1.5.4 // indirect
2022-04-23 00:15:41 +00:00
github.com/fxamacker/cbor/v2 v2.4.0 // indirect
2022-11-16 03:20:34 +00:00
github.com/fyne-io/gl-js v0.0.0-20220119005834-d2da28d9ccfe // indirect
github.com/fyne-io/glfw-js v0.0.0-20220120001248-ee7290d23504 // indirect
github.com/fyne-io/image v0.0.0-20220602074514-4956b0afb3d2 // indirect
2022-05-05 21:00:49 +00:00
github.com/go-gl/gl v0.0.0-20211210172815-726fda9656d6 // indirect
2022-11-16 03:20:34 +00:00
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20211213063430-748e38ca8aec // indirect
github.com/gofrs/uuid v4.2.0+incompatible // indirect
2022-11-16 03:20:34 +00:00
github.com/goki/freetype v0.0.0-20220119013949-7a161fd3728c // indirect
2022-05-11 01:03:37 +00:00
github.com/google/uuid v1.3.0 // indirect
2022-05-05 21:00:49 +00:00
github.com/gopherjs/gopherjs v1.17.2 // indirect
2022-11-16 03:20:34 +00:00
github.com/jsummers/gobmp v0.0.0-20151104160322-e2ba15ffa76e // indirect
2022-05-11 01:03:37 +00:00
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
2022-05-05 21:00:49 +00:00
github.com/mattn/go-colorable v0.1.8 // indirect
2022-08-30 20:01:36 +00:00
github.com/mattn/go-runewidth v0.0.13 // indirect
2022-04-23 00:15:41 +00:00
github.com/mitchellh/copystructure v1.2.0 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
2022-04-23 00:15:41 +00:00
github.com/mitchellh/reflectwalk v1.0.2 // indirect
github.com/muka/go-bluetooth v0.0.0-20220819140550-1d8857e3b268 // indirect
2022-05-05 21:00:49 +00:00
github.com/pelletier/go-toml v1.9.3 // indirect
2022-04-23 00:15:41 +00:00
github.com/pmezard/go-difflib v1.0.0 // indirect
2022-05-11 01:03:37 +00:00
github.com/remyoudompheng/bigfft v0.0.0-20200410134404-eec4a21b6bb0 // indirect
2022-04-23 00:15:41 +00:00
github.com/rivo/uniseg v0.2.0 // indirect
2022-11-16 03:20:34 +00:00
github.com/russross/blackfriday/v2 v2.1.0 // indirect
2022-05-05 21:00:49 +00:00
github.com/sirupsen/logrus v1.8.1 // indirect
2022-11-16 03:20:34 +00:00
github.com/srwiley/oksvg v0.0.0-20220128195007-1f435e4c2b44 // indirect
github.com/srwiley/rasterx v0.0.0-20220128185129-2efea2b9ea41 // indirect
github.com/stretchr/testify v1.7.2 // indirect
github.com/tevino/abool v1.2.0 // indirect
github.com/vmihailenco/msgpack/v5 v5.3.5 // indirect
2022-04-23 00:15:41 +00:00
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
github.com/x448/float16 v0.8.4 // indirect
2022-11-16 03:20:34 +00:00
github.com/yuin/goldmark v1.4.10 // indirect
golang.org/x/image v0.0.0-20220601225756-64ec528b34cd // indirect
golang.org/x/mobile v0.0.0-20211207041440-4e6c2922fdee // indirect
2022-05-11 01:03:37 +00:00
golang.org/x/mod v0.4.2 // indirect
2022-05-02 23:28:25 +00:00
golang.org/x/net v0.0.0-20220425223048-2871e0cb64e4 // indirect
2022-11-16 03:20:34 +00:00
golang.org/x/sys v0.0.0-20220412211240-33da011f77ad // indirect
golang.org/x/tools v0.1.8-0.20211022200916-316ba0b74098 // indirect
2022-05-11 01:03:37 +00:00
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
2022-11-16 03:20:34 +00:00
gopkg.in/yaml.v3 v3.0.1 // indirect
honnef.co/go/js/dom v0.0.0-20210725211120-f030747120f2 // indirect
2022-05-11 01:03:37 +00:00
lukechampine.com/uint128 v1.1.1 // indirect
modernc.org/cc/v3 v3.36.0 // indirect
modernc.org/ccgo/v3 v3.16.6 // indirect
modernc.org/libc v1.16.7 // indirect
modernc.org/mathutil v1.4.1 // indirect
modernc.org/memory v1.1.1 // indirect
modernc.org/opt v0.1.1 // indirect
modernc.org/strutil v1.1.1 // indirect
modernc.org/token v1.0.0 // indirect
2022-04-23 00:15:41 +00:00
)