forked from cnrancher/octopus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
50 lines (48 loc) · 1.71 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
module github.com/rancher/octopus
go 1.13
require (
github.com/256dpi/gomqtt v0.14.3
github.com/JuulLabs-OSS/ble v0.0.0-20200716215611-d4fcc9d598bb
github.com/Masterminds/goutils v1.1.0 // indirect
github.com/Masterminds/semver v1.5.0 // indirect
github.com/Masterminds/sprig v2.22.0+incompatible
github.com/docker/docker v17.12.0-ce-rc1.0.20200528204242-89382f2f2074+incompatible
github.com/docker/go-connections v0.4.0
github.com/eclipse/paho.mqtt.golang v1.2.1-0.20200609161119-ca94c5368c77
github.com/fsnotify/fsnotify v1.4.9
github.com/go-logr/logr v0.3.0
github.com/goburrow/modbus v0.1.0
github.com/goburrow/serial v0.1.0 // indirect
github.com/gogo/protobuf v1.3.1
github.com/golang/mock v1.4.4
github.com/gopcua/opcua v0.1.13
github.com/huandu/xstrings v1.3.2 // indirect
github.com/iancoleman/strcase v0.1.2
github.com/json-iterator/go v1.1.10
github.com/mattn/go-isatty v0.0.12
github.com/mitchellh/copystructure v1.0.0 // indirect
github.com/onsi/ginkgo v1.14.2
github.com/onsi/gomega v1.10.3
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.8.0
github.com/rancher/k3d/v3 v3.2.1
github.com/spf13/cobra v1.1.1
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.5.1
github.com/tidwall/gjson v1.6.0
github.com/tidwall/sjson v1.0.4
go.uber.org/atomic v1.5.0
go.uber.org/zap v1.13.0
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e
google.golang.org/grpc v1.33.1
k8s.io/api v0.19.4
k8s.io/apiextensions-apiserver v0.18.6
k8s.io/apimachinery v0.19.4
k8s.io/apiserver v0.18.6
k8s.io/client-go v0.19.4
k8s.io/component-base v0.19.4
k8s.io/utils v0.0.0-20200729134348-d5654de09c73
sigs.k8s.io/controller-runtime v0.6.3
sigs.k8s.io/kind v0.9.0
sigs.k8s.io/yaml v1.2.0
)