-
- Downloads
tidy modules
... | ... | @@ -3,47 +3,21 @@ module 0xacab.org/jrabbit/adormit |
go 1.17 | ||
require ( | ||
github.com/cpuguy83/go-md2man v1.0.8 | ||
github.com/fsnotify/fsnotify v1.5.1 | ||
github.com/gin-gonic/autotls v0.0.0-20180124033301-031368d0b79b | ||
github.com/go-macaron/inject v0.0.0-20160627170012-d8a0b8677191 | ||
github.com/godbus/dbus v4.1.0+incompatible | ||
github.com/golang/protobuf v1.5.2 | ||
github.com/gotk3/gotk3 v0.0.0-20180119052153-27f8bc89d917 | ||
github.com/hashicorp/hcl v1.0.0 | ||
github.com/magiconair/properties v1.8.5 | ||
github.com/mattn/go-isatty v0.0.12 | ||
github.com/mitchellh/go-homedir v1.1.0 | ||
github.com/mitchellh/mapstructure v1.4.2 | ||
github.com/pelletier/go-toml v1.9.4 | ||
github.com/russross/blackfriday v0.0.0-20171011182219-6d1ef893fcb0 | ||
github.com/gotk3/gotk3 v0.6.1 | ||
github.com/satori/go.uuid v1.2.1-0.20180103174451-36e9d2ebbde5 | ||
github.com/spf13/afero v1.6.0 | ||
github.com/spf13/cast v1.4.1 | ||
github.com/spf13/cobra v1.2.1 | ||
github.com/spf13/jwalterweatherman v1.1.0 | ||
github.com/spf13/pflag v1.0.5 | ||
github.com/spf13/viper v1.9.0 | ||
github.com/unknwon/com v0.0.0-20190804042917-757f69c95f3e | ||
golang.org/x/crypto v0.0.0-20210817164053-32db794688a5 | ||
golang.org/x/net v0.0.0-20210503060351-7fd8e65b6420 | ||
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c | ||
golang.org/x/sys v0.0.0-20211029165221-6e7872819dc8 | ||
golang.org/x/text v0.3.7 | ||
gopkg.in/go-playground/validator.v8 v8.18.2 | ||
gopkg.in/ini.v1 v1.63.2 | ||
gopkg.in/macaron.v1 v1.4.0 | ||
gopkg.in/yaml.v2 v2.4.0 | ||
) | ||
require ( | ||
github.com/gen2brain/beeep v0.0.0-20210529141713-5586760f0cc1 // indirect | ||
github.com/go-toast/toast v0.0.0-20190211030409-01e6764cf0a4 // indirect | ||
github.com/godbus/dbus/v5 v5.0.6 // indirect | ||
github.com/go-macaron/inject v0.0.0-20160627170012-d8a0b8677191 // indirect | ||
github.com/gopherjs/gopherjs v0.0.0-20211023200351-1e6abe791855 // indirect | ||
github.com/gopherjs/gopherwasm v1.1.0 // indirect | ||
github.com/inconshreveable/mousetrap v1.0.0 // indirect | ||
github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d // indirect | ||
github.com/subosito/gotenv v1.2.0 // indirect | ||
github.com/tadvi/systray v0.0.0-20190226123456-11a2b8fa57af // indirect | ||
github.com/kr/pretty v0.2.0 // indirect | ||
github.com/spf13/pflag v1.0.5 // indirect | ||
github.com/unknwon/com v0.0.0-20190804042917-757f69c95f3e // indirect | ||
golang.org/x/crypto v0.0.0-20210817164053-32db794688a5 // indirect | ||
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect | ||
gopkg.in/ini.v1 v1.63.2 // indirect | ||
) |
This diff is collapsed.
Please register or sign in to comment