forked from bfenetworks/api-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
23 lines (20 loc) · 739 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
module github.com/bfenetworks/api-server
go 1.16
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
)
// replace github.com/bfenetworks/bfe => /home/liuqing/Workspace/src/github.com/bfenetworks/bfe