6
1
mirror of https://git.mills.io/saltyim/saltyim.git synced 2024-06-26 00:38:22 +00:00
prologic-saltyim/go.mod

19 lines
453 B
Modula-2
Raw Normal View History

module go.mills.io/saltyim
2022-03-19 01:06:17 +00:00
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
2022-03-19 01:06:17 +00:00
go.mills.io/salty v0.0.0-20220318125419-fb3d6fc9e870
)
2022-03-19 02:35:04 +00:00
require (
git.mills.io/prologic/msgbus v0.1.2
github.com/gen2brain/beeep v0.0.0-20210529141713-5586760f0cc1
2022-03-19 02:35:04 +00:00
github.com/keys-pub/keys v0.1.22
golang.org/x/sys v0.0.0-20220315194320-039c03cc5b86 // indirect
)