-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
54 lines (52 loc) · 2.32 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
module github.com/Syncano/codebox
go 1.15
require (
contrib.go.opencensus.io/exporter/jaeger v0.2.1
contrib.go.opencensus.io/exporter/prometheus v0.2.0
github.com/Microsoft/go-winio v0.4.14 // indirect
github.com/Syncano/pkg-go/v2 v2.1.0
github.com/Syncano/syncanoapis/gen v1.0.1
github.com/blang/semver v3.5.1+incompatible
github.com/certifi/gocertifi v0.0.0-20200211180108-c7c1fbc02894 // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
github.com/docker/distribution v2.7.1+incompatible // indirect
github.com/docker/docker v0.0.0-20180518185648-7195df32062b
github.com/docker/go-connections v0.4.0 // indirect
github.com/docker/go-units v0.4.0
github.com/doloopwhile/logrusltsv v0.0.0-20170828085147-e443ef033653
github.com/evalphobia/logrus_sentry v0.8.2
github.com/facebookgo/stack v0.0.0-20160209184415-751773369052
github.com/getsentry/raven-go v0.2.0 // indirect
github.com/go-playground/universal-translator v0.17.0 // indirect
github.com/go-redis/redis/v7 v7.4.0
github.com/gogo/protobuf v1.3.1 // indirect
github.com/golang/protobuf v1.4.2
github.com/gotestyourself/gotestyourself v2.2.0+incompatible // indirect
github.com/grpc-ecosystem/go-grpc-middleware v1.2.0
github.com/hashicorp/yamux v0.0.0-20200609203250-aecfd211c9ce
github.com/imdario/mergo v0.3.10
github.com/juju/ratelimit v1.0.1
github.com/kevinburke/go-bindata v3.21.0+incompatible
github.com/leodido/go-urn v1.2.0 // indirect
github.com/mattn/go-uwsgi v0.0.0-20170905170457-a9a6bec67815
github.com/mitchellh/hashstructure v1.0.0
github.com/opencontainers/go-digest v1.0.0 // indirect
github.com/opencontainers/image-spec v1.0.1 // indirect
github.com/prometheus/client_golang v1.7.1 // indirect
github.com/sirupsen/logrus v1.6.0
github.com/smartystreets/goconvey v1.6.4
github.com/spf13/afero v1.3.2
github.com/streadway/amqp v1.0.0
github.com/stretchr/testify v1.6.1
github.com/urfave/cli/v2 v2.2.0
github.com/vektra/mockery v1.1.2
github.com/vmihailenco/msgpack/v4 v4.3.12
go.opencensus.io v0.22.4
golang.org/x/crypto v0.0.0-20200728195943-123391ffb6de
golang.org/x/net v0.0.0-20200707034311-ab3426394381
golang.org/x/sync v0.0.0-20200625203802-6e8e738ad208
golang.org/x/tools v0.0.0-20200729194436-6467de6f59a7
google.golang.org/grpc v1.30.0
gopkg.in/go-playground/validator.v9 v9.31.0
gotest.tools v2.2.0+incompatible // indirect
)