itd/go.mod

60 lines
2.7 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
require (
2021-12-13 01:08:48 +00:00
fyne.io/fyne/v2 v2.1.2
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
2021-12-13 01:08:48 +00:00
github.com/godbus/dbus/v5 v5.0.6
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
github.com/urfave/cli/v2 v2.3.0
2022-05-05 19:41:51 +00:00
go.arsenm.dev/infinitime v0.0.0-20220505193916-1533865e4c42
2022-05-04 23:16:28 +00:00
go.arsenm.dev/lrpc v0.0.0-20220504231535-b1e7ded874b9
2021-10-05 02:07:54 +00:00
golang.org/x/text v0.3.7
2021-08-21 08:19:49 +00:00
)
2022-04-23 00:15:41 +00:00
require (
2022-04-30 10:25:27 +00:00
github.com/VividCortex/ewma v1.1.1 // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.0-20190314233015-f79a8a8ca69d // indirect
2022-04-23 00:15:41 +00:00
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/fatih/color v1.13.0 // indirect
github.com/fatih/structs v1.1.0 // indirect
github.com/fredbi/uri v0.0.0-20181227131451-3dcfdacbaaf3 // indirect
github.com/fsnotify/fsnotify v1.5.1 // indirect
github.com/fxamacker/cbor/v2 v2.4.0 // indirect
2022-04-30 10:25:27 +00:00
github.com/go-gl/gl v0.0.0-20210813123233-e4099ee2221f // indirect
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20211024062804-40e447a793be // indirect
github.com/gofrs/uuid v4.2.0+incompatible // indirect
2022-04-23 00:15:41 +00:00
github.com/goki/freetype v0.0.0-20181231101311-fa8a33aabaff // indirect
github.com/gopherjs/gopherjs v0.0.0-20181017120253-0766667cb4d1 // indirect
2022-04-30 10:25:27 +00:00
github.com/konsorten/go-windows-terminal-sequences v1.0.3 // indirect
2022-04-23 00:15:41 +00:00
github.com/mattn/go-colorable v0.1.12 // indirect
2022-04-30 10:25:27 +00:00
github.com/mattn/go-runewidth v0.0.12 // 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-20220219050759-674a63b8741a // indirect
2022-04-30 10:25:27 +00:00
github.com/pelletier/go-toml v1.7.0 // indirect
2022-04-23 00:15:41 +00:00
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/rivo/uniseg v0.2.0 // indirect
github.com/russross/blackfriday/v2 v2.0.1 // indirect
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
2022-04-30 10:25:27 +00:00
github.com/sirupsen/logrus v1.6.0 // indirect
github.com/srwiley/oksvg v0.0.0-20200311192757-870daf9aa564 // indirect
github.com/srwiley/rasterx v0.0.0-20200120212402-85cb7272f5e9 // indirect
2022-04-23 00:15:41 +00:00
github.com/stretchr/testify v1.7.1 // 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-04-30 10:25:27 +00:00
github.com/yuin/goldmark v1.4.1 // indirect
golang.org/x/image v0.0.0-20200430140353-33d19683fad8 // indirect
2022-05-02 23:28:25 +00:00
golang.org/x/net v0.0.0-20220425223048-2871e0cb64e4 // indirect
2022-04-23 00:15:41 +00:00
golang.org/x/sys v0.0.0-20220408201424-a24fb2fb8a0f // indirect
2022-04-30 10:25:27 +00:00
gopkg.in/yaml.v2 v2.4.0 // indirect
2022-04-23 00:15:41 +00:00
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
)