6
1
mirror of https://git.mills.io/saltyim/saltyim.git synced 2024-06-25 16:28:20 +00:00
prologic-saltyim/go.mod
2022-03-21 11:21:18 +10:00

28 lines
946 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.6
github.com/dim13/crc24 v0.0.0-20190831075008-15d874f06514
github.com/gdamore/tcell/v2 v2.4.1-0.20210905002822-f057f0a857a1
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
github.com/keys-pub/keys v0.1.22
github.com/logrusorgru/aurora v2.0.3+incompatible
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
go.yarn.social/types v0.0.0-20220304222359-9694f95ad749 // indirect
golang.org/x/net v0.0.0-20220225172249-27dd8689420f
)