forked from bfenetworks/bfe
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
20 lines (18 loc) · 789 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
module github.com/baidu/bfe
go 1.12
require (
github.com/asergeyev/nradix v0.0.0-20170505151046-3872ab85bb56 // indirect
github.com/baidu/go-lib v0.0.0-20191203131845-1dc193267345
github.com/gomodule/redigo v2.0.0+incompatible
github.com/oschwald/geoip2-golang v1.3.0
github.com/oschwald/maxminddb-golang v1.5.0 // indirect
github.com/pquerna/ffjson v0.0.0-20181028064349-e517b90714f7
github.com/spaolacci/murmur3 v1.1.0
github.com/zmap/go-iptree v0.0.0-20170831022036-1948b1097e25
golang.org/x/crypto v0.0.0-20190530122614-20be4c3c3ed5
golang.org/x/net v0.0.0-20190620200207-3b0461eec859
golang.org/x/sys v0.0.0-20190602015325-4c4f7f33c9ed
golang.org/x/tools v0.0.0-20191204011308-9611592c72f6 // indirect
gopkg.in/gcfg.v1 v1.2.3
gopkg.in/warnings.v0 v0.1.2 // indirect
)