forked from bfenetworks/bfe
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
26 lines (24 loc) · 1.05 KB
/
go.mod
File metadata and controls
26 lines (24 loc) · 1.05 KB
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
module github.com/baidu/bfe
go 1.13
require (
github.com/abbot/go-http-auth v0.4.1-0.20181019201920-860ed7f246ff
github.com/asergeyev/nradix v0.0.0-20170505151046-3872ab85bb56 // indirect
github.com/baidu/go-lib v0.0.0-20191217050907-c1bbbad6b030
github.com/coreos/etcd v3.3.18+incompatible // indirect
github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f // indirect
github.com/gogo/protobuf v1.3.1 // indirect
github.com/gomodule/redigo v2.0.0+incompatible
github.com/google/uuid v1.1.1 // indirect
github.com/pquerna/ffjson v0.0.0-20190930134022-aa0246cd15f7
github.com/spaolacci/murmur3 v1.1.0
github.com/stretchr/testify v1.4.0 // indirect
github.com/zmap/go-iptree v0.0.0-20170831022036-1948b1097e25
go.etcd.io/etcd v3.3.18+incompatible
go.uber.org/zap v1.13.0 // indirect
golang.org/x/crypto v0.0.0-20200117160349-530e935923ad
golang.org/x/net v0.0.0-20200114155413-6afb5195e5aa
golang.org/x/sys v0.0.0-20200121082415-34d275377bf9
google.golang.org/grpc v1.26.0 // indirect
gopkg.in/gcfg.v1 v1.2.3
gopkg.in/warnings.v0 v0.1.2 // indirect
)