-
Notifications
You must be signed in to change notification settings - Fork 77
/
go.mod
48 lines (46 loc) · 2.31 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
module github.com/luizalabs/teresa
go 1.15
require (
github.com/Sirupsen/logrus v0.10.1-0.20160601113210-f3cfb454f4c2
github.com/aws/aws-sdk-go v0.10.1-0.20151030050406-3d6b9db330e9
github.com/cloudfoundry-incubator/candiedyaml v0.0.0-20160429080125-99c3df83b515 // indirect
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/fatih/color v1.1.1-0.20161025120501-bf82308e8c85
github.com/go-sql-driver/mysql v1.3.1-0.20180308100310-1a676ac6e4dc // indirect
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b // indirect
github.com/golang/protobuf v1.4.2
github.com/grpc-ecosystem/go-grpc-middleware v1.0.0
github.com/howeyc/gopass v0.0.0-20160303200116-66487b23f288
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/jinzhu/gorm v1.9.1
github.com/jinzhu/inflection v0.0.0-20160626222713-8f4d3a0d04ce // indirect
github.com/juju/ratelimit v0.0.0-20170523012141-5b9ff8664717 // indirect
github.com/kelseyhightower/envconfig v1.3.1-0.20170206223400-8bf4bbfc795e
github.com/kr/fs v0.0.0-20131111012553-2788f0dbd169 // indirect
github.com/mattn/go-colorable v0.0.8-0.20170312235756-a392f450ea64 // indirect
github.com/mattn/go-isatty v0.0.2-0.20170307163044-57fdcb988a5c // indirect
github.com/mattn/go-runewidth v0.0.1 // indirect
github.com/mattn/go-sqlite3 v1.1.1-0.20160715133849-e118d4451349 // indirect
github.com/mitchellh/go-homedir v1.1.0
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/olekukonko/tablewriter v0.0.0-20160621093029-daf2955e742c
github.com/pelletier/go-buffruneio v0.1.0 // indirect
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
github.com/pkg/errors v0.9.1
github.com/pkg/sftp v0.0.0-20160930220758-4d0e916071f6 // indirect
github.com/sabhiram/go-gitignore v0.0.0-20171017070213-362f9845770f
github.com/soheilhy/cmux v0.1.4
github.com/spf13/cobra v1.0.0
github.com/spf13/viper v1.4.0
github.com/vaughan0/go-ini v0.0.0-20130923145212-a98ad7ee00ec // indirect
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
golang.org/x/net v0.0.0-20201110031124-69a78807bb2b
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/grpc v1.27.0
gopkg.in/yaml.v2 v2.2.8
k8s.io/api v0.19.8
k8s.io/apimachinery v0.19.8
k8s.io/client-go v0.19.8
k8s.io/kubectl v0.19.8
)