-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathgo.mod
More file actions
50 lines (45 loc) · 1.94 KB
/
go.mod
File metadata and controls
50 lines (45 loc) · 1.94 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
module github.com/bfenetworks/api-server
go 1.22
toolchain go1.22.9
require (
github.com/BurntSushi/toml v0.3.1
github.com/baidu/go-lib v0.0.0-20210316014414-55daa983069e
github.com/bfenetworks/bfe v1.3.0
github.com/codegangsta/negroni v1.0.0
github.com/didi/gendry v1.7.0
github.com/go-playground/locales v0.14.0
github.com/go-playground/universal-translator v0.18.0
github.com/go-playground/validator/v10 v10.9.0
github.com/go-sql-driver/mysql v1.6.0
github.com/gorilla/mux v1.8.0
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.11.0
github.com/rs/cors v1.8.0
gopkg.in/gcfg.v1 v1.2.3
gopkg.in/tylerb/graceful.v1 v1.2.15
)
require (
github.com/armon/go-radix v1.0.0 // indirect
github.com/asergeyev/nradix v0.0.0-20170505151046-3872ab85bb56 // indirect
github.com/beorn7/perks v1.0.1 // indirect
github.com/cespare/xxhash/v2 v2.1.1 // indirect
github.com/golang/protobuf v1.4.3 // indirect
github.com/jehiah/go-strftime v0.0.0-20171201141054-1d33003b3869 // indirect
github.com/json-iterator/go v1.1.11 // indirect
github.com/leodido/go-urn v1.2.1 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.1 // indirect
github.com/prometheus/client_model v0.2.0 // indirect
github.com/prometheus/common v0.26.0 // indirect
github.com/prometheus/procfs v0.6.0 // indirect
github.com/spaolacci/murmur3 v1.1.0 // indirect
github.com/tjfoc/gmsm v1.3.2 // indirect
github.com/zmap/go-iptree v0.0.0-20170831022036-1948b1097e25 // indirect
golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97 // indirect
golang.org/x/sys v0.0.0-20210806184541-e5e7981a1069 // indirect
golang.org/x/text v0.3.6 // indirect
google.golang.org/protobuf v1.26.0-rc.1 // indirect
gopkg.in/warnings.v0 v0.1.2 // indirect
)
// replace github.com/bfenetworks/bfe => /home/liuqing/Workspace/src/github.com/bfenetworks/bfe