6
1
mirror of https://git.mills.io/saltyim/saltyim.git synced 2024-06-30 18:51:03 +00:00
prologic-saltyim/go.mod
2022-03-19 13:50:12 +10:00

21 lines
562 B
Modula-2

module go.mills.io/saltyim
go 1.16
require (
github.com/mitchellh/go-homedir v1.1.0
github.com/sirupsen/logrus v1.8.1
github.com/spf13/cobra v1.4.0
github.com/spf13/viper v1.10.1
go.mills.io/salty v0.0.0-20220318125419-fb3d6fc9e870
)
require (
git.mills.io/prologic/msgbus v0.1.2
github.com/gen2brain/beeep v0.0.0-20210529141713-5586760f0cc1
github.com/keys-pub/keys v0.1.22
github.com/logrusorgru/aurora v2.0.3+incompatible
go.yarn.social/lextwt v0.0.0-20220318224940-ae4228bbcb31
golang.org/x/sys v0.0.0-20220315194320-039c03cc5b86 // indirect
)