-
Notifications
You must be signed in to change notification settings - Fork 23
/
go.mod
55 lines (53 loc) · 2.05 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
43
44
45
46
47
48
49
50
51
52
53
54
55
module github.com/powerman/go-monolith-example
go 1.16
require (
github.com/bufbuild/buf v0.43.1
github.com/cheekybits/genny v1.0.1-0.20200709201058-3e22f1a88ff2
github.com/elazarl/goproxy v0.0.0-20210110162100-a92cc753f88e // indirect
github.com/go-sql-driver/mysql v1.6.0
github.com/golang/mock v1.5.0
github.com/golangci/golangci-lint v1.40.1
github.com/googleapis/api-linter v1.24.0
github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
github.com/grpc-ecosystem/grpc-gateway/v2 v2.4.0
github.com/jackc/pgtype v1.7.0
github.com/jmoiron/sqlx v1.3.4
github.com/laher/mergefs v0.1.1
github.com/lib/pq v1.10.2
github.com/mattn/goveralls v0.0.9
github.com/nats-io/nats-streaming-server v0.21.2 // indirect
github.com/nats-io/nats.go v1.11.0
github.com/nats-io/stan.go v0.9.0
github.com/oklog/ulid v1.3.1
github.com/parnurzeal/gorequest v0.2.16
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/pqx v0.7.0
github.com/powerman/rpc-codec v1.2.2
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/crypto v0.0.0-20210513164829-c07d793c2f9a
golang.org/x/oauth2 v0.0.0-20210514164344-f6687ab2804c
golang.org/x/text v0.3.6
golang.org/x/tools v0.1.2
google.golang.org/genproto v0.0.0-20210524171403-669157292da3
google.golang.org/grpc v1.39.0-dev.0.20210519181852-3dd75a6888ce
google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.1.0
google.golang.org/protobuf v1.26.1-0.20210520194023-50a85913fbce
gotest.tools/gotestsum v1.6.4
moul.io/http2curl v1.0.0 // indirect
)