-
Notifications
You must be signed in to change notification settings - Fork 19
/
go.mod
41 lines (39 loc) · 1.82 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/banzaicloud/telescopes
go 1.16
require (
cloud.google.com/go v0.35.1 // indirect
github.com/Azure/azure-sdk-for-go v24.1.0+incompatible // indirect
github.com/Azure/go-autorest v11.3.2+incompatible // indirect
github.com/antihax/optional v0.0.0-20180407024304-ca021399b1a6
github.com/aws/aws-sdk-go v1.16.24 // indirect
github.com/banzaicloud/bank-vaults v0.0.0-20190426093051-56575dca8ce3
github.com/banzaicloud/go-gin-prometheus v0.0.0-20190417120951-df9373ad5327
github.com/gin-contrib/cors v0.0.0-20190424000812-bd1331c62cae
github.com/gin-contrib/sse v0.0.0-20190124093953-61b50c2ef482 // indirect
github.com/gin-gonic/gin v1.3.0
github.com/go-openapi/errors v0.19.0
github.com/go-openapi/runtime v0.19.0
github.com/go-openapi/strfmt v0.19.0
github.com/go-openapi/swag v0.19.0
github.com/gocql/gocql v0.0.0-20190402132108-0e1d5de854df // indirect
github.com/gofrs/uuid v3.2.0+incompatible
github.com/golang/snappy v0.0.1 // indirect
github.com/goph/emperror v0.17.1
github.com/goph/logur v0.11.0
github.com/mitchellh/mapstructure v1.1.2
github.com/moogar0880/problems v0.0.0-20180130003543-91791093a28a
github.com/pkg/errors v0.8.1
github.com/prometheus/client_model v0.0.0-20190115171406-56726106282f // indirect
github.com/prometheus/procfs v0.0.0-20190117184657-bf6a532e95b1 // indirect
github.com/sirupsen/logrus v1.4.1
github.com/spf13/afero v1.2.0 // indirect
github.com/spf13/pflag v1.0.3
github.com/spf13/viper v1.3.2
github.com/stretchr/testify v1.3.0
github.com/ugorji/go/codec v0.0.0-20190204201341-e444a5086c43 // indirect
golang.org/x/net v0.0.0-20190424112056-4829fb13d2c6
golang.org/x/oauth2 v0.0.0-20190115181402-5dab4167f31c
google.golang.org/genproto v0.0.0-20190123001331-8819c946db44 // indirect
google.golang.org/grpc v1.18.0 // indirect
gopkg.in/go-playground/validator.v8 v8.18.2
)