-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathgo.mod
More file actions
26 lines (24 loc) · 755 Bytes
/
go.mod
File metadata and controls
26 lines (24 loc) · 755 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
25
26
module github.com/sitewhere/swctl
go 1.14
require (
github.com/go-logr/logr v0.3.0 // indirect
github.com/gofrs/flock v0.8.0
github.com/gookit/color v1.2.7
github.com/gosuri/uitable v0.0.4
github.com/mattn/go-shellwords v1.0.10
github.com/mitchellh/go-homedir v1.1.0
github.com/pkg/errors v0.9.1
github.com/sitewhere/sitewhere-k8s-operator v0.0.0-20210106161827-3e9bb9c34903
github.com/spf13/cobra v1.1.3
github.com/spf13/pflag v1.0.5
google.golang.org/grpc v1.28.1 // indirect
gopkg.in/yaml.v2 v2.4.0
helm.sh/helm/v3 v3.5.0
k8s.io/api v0.20.1
k8s.io/apiextensions-apiserver v0.20.1
k8s.io/apimachinery v0.20.1
k8s.io/client-go v0.20.1
k8s.io/klog v1.0.0
rsc.io/letsencrypt v0.0.3 // indirect
sigs.k8s.io/controller-runtime v0.6.2
)