forked from onosproject/onos-test
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
28 lines (26 loc) · 1.08 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
module github.com/onosproject/onos-test
go 1.12
require (
github.com/atomix/atomix-go-client v0.0.0-20190830184106-6ca178a89ccc
github.com/atomix/atomix-k8s-controller v0.0.0-20190620084759-d5e65f7fbf68
github.com/fatih/color v1.7.0
github.com/ghodss/yaml v1.0.0
github.com/golang/protobuf v1.3.2
github.com/google/uuid v1.1.1
github.com/mitchellh/go-homedir v1.1.0
github.com/onosproject/onos-config v0.0.0-20190731170328-b4ee3a917c9f
github.com/onosproject/onos-topo v0.0.0-20190830202023-54c5f0e99fb9
github.com/openconfig/gnmi v0.0.0-20180912164834-33a1865c3029
github.com/spf13/cobra v0.0.5
github.com/spf13/viper v1.4.0
github.com/stretchr/testify v1.3.0
golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4
google.golang.org/grpc v1.22.1
gopkg.in/yaml.v1 v1.0.0-20140924161607-9f9df34309c0
k8s.io/api v0.0.0-20190620073856-dcce3486da33
k8s.io/apiextensions-apiserver v0.0.0-20190325193600-475668423e9f
k8s.io/apimachinery v0.0.0-20190802060556-6fa4771c83b3
k8s.io/client-go v0.0.0-20190620074045-585a16d2e773
k8s.io/klog v0.3.3
sigs.k8s.io/controller-runtime v0.1.12
)