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

26 lines
809 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 (
2022-03-19 05:35:31 +00:00
git.mills.io/prologic/msgbus v0.1.3-0.20220319044708-6df82dc484d7
github.com/Masterminds/sprig/v3 v3.2.2
2022-03-19 05:35:31 +00:00
github.com/buger/goterm v1.0.4
github.com/gen2brain/beeep v0.0.0-20210529141713-5586760f0cc1
2022-03-19 05:35:31 +00:00
github.com/gorilla/websocket v1.5.0 // indirect
2022-03-19 02:35:04 +00:00
github.com/keys-pub/keys v0.1.22
github.com/logrusorgru/aurora v2.0.3+incompatible
2022-03-19 05:35:31 +00:00
github.com/manifoldco/promptui v0.9.0
github.com/prometheus/client_golang v1.12.1 // indirect
go.yarn.social/lextwt v0.0.0-20220318224940-ae4228bbcb31
2022-03-19 05:35:31 +00:00
golang.org/x/sys v0.0.0-20220318055525-2edf467146b5 // indirect
2022-03-19 02:35:04 +00:00
)