forked from asimfarooq5/wamp-cli
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
29 lines (25 loc) · 888 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
25
26
27
28
29
module github.com/s-things/wick
go 1.18
require (
github.com/gammazero/nexus/v3 v3.0.3
github.com/stretchr/testify v1.7.0
golang.org/x/crypto v0.0.0-20201016220609-9e8e0b390897
golang.org/x/exp v0.0.0-20221106115401-f9659909a136
gopkg.in/alecthomas/kingpin.v2 v2.2.6
gopkg.in/ini.v1 v1.66.6
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/gammazero/deque v0.2.0 // indirect
github.com/gorilla/websocket v1.4.2 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/ugorji/go/codec v1.1.13 // indirect
golang.org/x/sys v0.1.0 // indirect
)
require (
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect
github.com/alecthomas/units v0.0.0-20210927113745-59d0afb8317a // indirect
github.com/gammazero/workerpool v1.1.3
github.com/sirupsen/logrus v1.8.1
)