forked from powerman/go-service-example
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
42 lines (40 loc) · 1.4 KB
/
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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
module github.com/powerman/go-service-example
go 1.16
require (
github.com/cheekybits/genny v1.0.1-0.20200709201058-3e22f1a88ff2
github.com/felixge/httpsnoop v1.0.1
github.com/go-openapi/errors v0.19.9
github.com/go-openapi/loads v0.19.5
github.com/go-openapi/runtime v0.19.24
github.com/go-openapi/spec v0.19.14
github.com/go-openapi/strfmt v0.19.11
github.com/go-openapi/swag v0.19.12
github.com/go-openapi/validate v0.19.12
github.com/go-sql-driver/mysql v1.6.0
github.com/go-swagger/go-swagger v0.25.0
github.com/golang/mock v1.5.0
github.com/golangci/golangci-lint v1.40.1
github.com/jessevdk/go-flags v1.4.0
github.com/jmoiron/sqlx v1.3.4
github.com/lib/pq v1.9.0
github.com/mattn/goveralls v0.0.9
github.com/powerman/appcfg v0.6.0
github.com/powerman/check v1.3.1
github.com/powerman/dockerize v0.14.0
github.com/powerman/getenv v0.1.0
github.com/powerman/goose/v2 v2.7.0
github.com/powerman/must v0.1.0
github.com/powerman/mysqlx v0.3.3
github.com/powerman/narada4d v1.7.1
github.com/powerman/sensitive v0.0.6
github.com/powerman/sqlxx v0.2.0
github.com/powerman/structlog v0.7.1
github.com/prometheus/client_golang v1.10.0
github.com/rs/cors v1.7.0
github.com/sebest/xff v0.0.0-20210106013422-671bd2870b3a
github.com/smartystreets/goconvey v1.6.4
github.com/spf13/cobra v1.1.3
github.com/spf13/pflag v1.0.5
golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4
gotest.tools/gotestsum v1.6.4
)