-
Notifications
You must be signed in to change notification settings - Fork 4
/
go.mod
32 lines (30 loc) · 1.11 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
module github.com/fi-ts/cloudctl
go 1.13
require (
github.com/Masterminds/semver v1.5.0
github.com/fatih/color v1.9.0
github.com/fi-ts/cloud-go v0.7.15
github.com/gardener/gardener v1.4.2
github.com/go-openapi/runtime v0.19.20
github.com/go-openapi/strfmt v0.19.5
github.com/go-playground/universal-translator v0.17.0 // indirect
github.com/jinzhu/now v1.1.1
github.com/leodido/go-urn v1.2.0 // indirect
github.com/metal-stack/metal-lib v0.4.0
github.com/metal-stack/security v0.3.0
github.com/metal-stack/updater v1.1.0
github.com/metal-stack/v v1.0.2
github.com/olekukonko/tablewriter v0.0.4
github.com/pkg/errors v0.9.1
github.com/spf13/cast v1.3.1 // indirect
github.com/spf13/cobra v1.0.0
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/viper v1.7.0
golang.org/x/crypto v0.0.0-20200510223506-06a226fb4e37 // indirect
google.golang.org/protobuf v1.21.0 // indirect
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
gopkg.in/go-playground/validator.v9 v9.31.0
gopkg.in/ini.v1 v1.56.0 // indirect
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776
k8s.io/api v0.17.4 // indirect
)