-
Notifications
You must be signed in to change notification settings - Fork 16
/
go.mod
25 lines (23 loc) · 1.09 KB
/
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
module github.com/avereha/pod
go 1.15
require (
github.com/davecgh/go-spew v1.1.1
github.com/google/go-cmp v0.5.4
github.com/gorilla/websocket v1.4.2
github.com/jacobsa/crypto v0.0.0-20190317225127-9f44e2d11115
github.com/jacobsa/oglematchers v0.0.0-20150720000706-141901ea67cd // indirect
github.com/jacobsa/oglemock v0.0.0-20150831005832-e94d794d06ff // indirect
github.com/jacobsa/ogletest v0.0.0-20170503003838-80d50a735a11 // indirect
github.com/jacobsa/reqtrace v0.0.0-20150505043853-245c9e0234cb // indirect
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/paypal/gatt v0.0.0-20151011220935-4ae819d591cf
github.com/pelletier/go-toml v1.8.1
github.com/pschlump/AesCCM v0.0.0-20160925022350-c5df73b5834e
github.com/pschlump/godebug v1.0.1 // indirect
github.com/sirupsen/logrus v1.6.0
github.com/stretchr/testify v1.6.1 // indirect
github.com/wmnsk/milenage v1.0.4
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad
golang.org/x/sys v0.0.0-20200728102440-3e129f6d46b1 // indirect
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
)