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

28 lines
946 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.7
2022-03-20 03:44:22 +00:00
github.com/dim13/crc24 v0.0.0-20190831075008-15d874f06514
github.com/gdamore/tcell/v2 v2.4.1-0.20210905002822-f057f0a857a1
2022-03-19 12:29:58 +00:00
github.com/google/go-cmp v0.5.7 // indirect
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/keybase/saltpack v0.0.0-20211122193250-350028a91799 // 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-20 05:46:38 +00:00
github.com/posener/formatter v1.0.0
github.com/rivo/tview v0.0.0-20220307222120-9994674d60a8
go.yarn.social/lextwt v0.0.0-20220318224940-ae4228bbcb31
2022-03-19 12:29:58 +00:00
go.yarn.social/types v0.0.0-20220304222359-9694f95ad749 // indirect
golang.org/x/net v0.0.0-20220225172249-27dd8689420f
2022-03-19 02:35:04 +00:00
)