-
Notifications
You must be signed in to change notification settings - Fork 31
/
go.mod
29 lines (27 loc) · 1.18 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
module github.com/banzaicloud/pke
go 1.14
require (
emperror.dev/errors v0.4.3
github.com/Masterminds/semver v1.4.2
github.com/PuerkitoBio/rehttp v0.0.0-20180310210549-11cf6ea5d3e9
github.com/antihax/optional v0.0.0-20180407024304-ca021399b1a6
github.com/avast/retry-go v3.0.0+incompatible
github.com/aybabtme/iocontrol v0.0.0-20150809002002-ad15bcfc95a0 // indirect
github.com/benbjohnson/clock v0.0.0-20161215174838-7dc76406b6d3 // indirect
github.com/cenkalti/backoff v2.2.1+incompatible // indirect
github.com/dustin/go-humanize v1.0.0 // indirect
github.com/ghodss/yaml v1.0.0
github.com/golang/protobuf v1.4.2 // indirect
github.com/kr/pretty v0.2.0 // indirect
github.com/lestrrat-go/backoff v0.0.0-20190107202757-0bc2a4274cd0
github.com/pbnjay/memory v0.0.0-20190104145345-974d429e7ae4
github.com/pkg/errors v0.9.1 // indirect
github.com/spf13/cobra v0.0.5
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.4.0
golang.org/x/net v0.0.0-20200707034311-ab3426394381 // indirect
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
google.golang.org/protobuf v1.24.0 // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
gopkg.in/yaml.v2 v2.2.8
)