forked from alexrios/the-amazing-ledger
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
41 lines (39 loc) · 1.65 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
module github.com/stone-co/the-amazing-ledger
go 1.16
require (
github.com/Microsoft/go-winio v0.5.0 // indirect
github.com/bojand/ghz v0.96.0
github.com/cenkalti/backoff/v4 v4.1.1 // indirect
github.com/containerd/continuity v0.1.0 // indirect
github.com/fatih/color v1.12.0 // indirect
github.com/golang-migrate/migrate/v4 v4.12.2
github.com/google/uuid v1.3.0
github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
github.com/grpc-ecosystem/grpc-gateway/v2 v2.5.0
github.com/jackc/pgconn v1.10.0
github.com/jackc/pgerrcode v0.0.0-20201024163028-a0d42d470451
github.com/jackc/pgx/v4 v4.13.0
github.com/kelseyhightower/envconfig v1.4.0
github.com/mattn/go-isatty v0.0.13 // indirect
github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6 // indirect
github.com/newrelic/go-agent/v3 v3.14.1
github.com/newrelic/go-agent/v3/integrations/nrgrpc v1.3.1
github.com/newrelic/go-agent/v3/integrations/nrlogrus v1.0.1
github.com/opencontainers/runc v1.0.1 // indirect
github.com/ory/dockertest/v3 v3.7.0
github.com/prometheus/client_golang v1.11.0
github.com/rakyll/gotest v0.0.6
github.com/resotto/gochk v1.2.0
github.com/rs/zerolog v1.23.0
github.com/sirupsen/logrus v1.8.1
github.com/stretchr/testify v1.7.0
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
golang.org/x/net v0.0.0-20210805182204-aaa1db679c0d // indirect
golang.org/x/sys v0.0.0-20210809222454-d867a43fc93e // indirect
golang.org/x/tools v0.1.5
google.golang.org/genproto v0.0.0-20210809142519-0135a39c2737
google.golang.org/grpc v1.39.1
google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.1.0
google.golang.org/protobuf v1.27.1
gopkg.in/yaml.v2 v2.4.0 // indirect
)