-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathgo.mod
24 lines (22 loc) · 885 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
module github.com/Gituser143/cryptgo
go 1.16
require (
github.com/cjbassi/gotop v0.0.0-20200829004927-65d76af83079
github.com/fsnotify/fsnotify v1.4.9 // indirect
github.com/gizak/termui/v3 v3.1.0
github.com/gorilla/websocket v1.4.2
github.com/kr/pretty v0.2.1 // indirect
github.com/mattn/go-runewidth v0.0.12
github.com/mitchellh/go-homedir v1.1.0
github.com/nsf/termbox-go v0.0.0-20190121233118-02980233997d
github.com/pelletier/go-toml v1.8.1 // indirect
github.com/spf13/afero v1.2.2 // indirect
github.com/spf13/cobra v1.1.3
github.com/spf13/viper v1.7.1
github.com/stretchr/testify v1.6.1 // indirect
github.com/superoo7/go-gecko v1.0.0
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
golang.org/x/sys v0.0.0-20210503173754-0981d6026fa6 // indirect
golang.org/x/text v0.3.6 // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
)