forked from PaloAltoNetworks/manipulate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
24 lines (21 loc) · 817 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 go.aporeto.io/manipulate
go 1.13
require (
go.aporeto.io/elemental v1.100.1-0.20201104174713-d7fd22fc4240
go.aporeto.io/wsc v1.36.1-0.20200731064733-e5c5718dc58f
)
require (
github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8
github.com/gofrs/uuid v3.3.0+incompatible
github.com/gopherjs/gopherjs v0.0.0-20200217142428-fce0ec30dd00 // indirect
github.com/gorilla/websocket v1.4.2
github.com/hashicorp/go-memdb v1.2.1
github.com/mitchellh/copystructure v1.0.0
github.com/mitchellh/reflectwalk v1.0.1 // indirect
github.com/opentracing/opentracing-go v1.2.0
github.com/smartystreets/assertions v1.0.0 // indirect
github.com/smartystreets/goconvey v1.6.4
go.uber.org/zap v1.15.0
golang.org/x/sync v0.0.0-20200625203802-6e8e738ad208
golang.org/x/sys v0.0.0-20200728102440-3e129f6d46b1
)