-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
24 lines (22 loc) · 929 Bytes
/
Copy pathgo.mod
File metadata and controls
24 lines (22 loc) · 929 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
module github.com/banzaicloud/pke
go 1.12
require (
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/cpuguy83/go-md2man v1.0.8 // indirect
github.com/ghodss/yaml v1.0.0
github.com/goph/emperror v0.17.1
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/lestrrat-go/backoff v0.0.0-20190107202757-0bc2a4274cd0
github.com/pkg/errors v0.8.1
github.com/russross/blackfriday v1.5.1 // indirect
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
github.com/spf13/cobra v0.0.3
github.com/spf13/pflag v1.0.3
github.com/stretchr/testify v1.3.0
golang.org/x/net v0.0.0-20190119204137-ed066c81e75e // indirect
golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
gopkg.in/yaml.v2 v2.2.2 // indirect
)