-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathgo.mod
29 lines (27 loc) · 948 Bytes
/
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 octavius
go 1.14
require (
github.com/coreos/etcd v3.3.13+incompatible
github.com/fatih/color v1.7.0
github.com/go-openapi/strfmt v0.19.5 // indirect
github.com/golang/protobuf v1.4.2
github.com/jedib0t/go-pretty v4.3.0+incompatible
github.com/magiconair/properties v1.8.1
github.com/mattn/go-runewidth v0.0.9 // indirect
github.com/pkg/errors v0.8.1
github.com/rs/zerolog v1.19.0
github.com/sony/sonyflake v1.0.0
github.com/spf13/cobra v1.0.0
github.com/spf13/viper v1.7.1
github.com/stretchr/testify v1.4.0
go.etcd.io/etcd v3.3.25+incompatible
golang.org/x/net v0.0.0-20200822124328-c89045814202 // indirect
golang.org/x/sys v0.0.0-20200831180312-196b9ba8737a // indirect
google.golang.org/genproto v0.0.0-20200831141814-d751682dd103
google.golang.org/grpc v1.27.0
google.golang.org/protobuf v1.25.0
gopkg.in/natefinch/lumberjack.v2 v2.0.0
k8s.io/api v0.18.0
k8s.io/apimachinery v0.18.0
k8s.io/client-go v0.18.0
)