forked from open-horizon/anax
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
36 lines (33 loc) · 1.24 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
module github.com/open-horizon/anax
go 1.16
require (
github.com/adams-sarah/test2doc v0.0.0-20210514182215-2580a24111e5
github.com/alecthomas/participle v0.7.1
github.com/boltdb/bolt v1.3.1
github.com/containerd/containerd v1.5.7 // indirect
github.com/coreos/go-iptables v0.6.0
github.com/eclipse/paho.mqtt.golang v1.3.5 // indirect
github.com/fsouza/go-dockerclient v1.7.4
github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 // indirect
github.com/go-ini/ini v1.25.4
github.com/golang/glog v1.0.0
github.com/google/uuid v1.3.0
github.com/gorilla/mux v1.8.0
github.com/lib/pq v1.10.3
github.com/open-horizon/edge-sync-service v1.8.4
github.com/open-horizon/edge-utilities v0.0.0-20190711093331-0908b45a7152
github.com/open-horizon/rsapss-tool v0.0.0-20190416131035-2fc75eb3b6ea
github.com/satori/go.uuid v1.2.0
github.com/stretchr/testify v1.7.0
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519
golang.org/x/mod v0.5.1 // indirect
golang.org/x/sys v0.0.0-20211205182925-97ca703d548d
golang.org/x/text v0.3.7
golang.org/x/tools v0.1.8 // indirect
gopkg.in/alecthomas/kingpin.v2 v2.2.6
gopkg.in/yaml.v2 v2.4.0
k8s.io/api v0.22.2
k8s.io/apiextensions-apiserver v0.22.2
k8s.io/apimachinery v0.22.2
k8s.io/client-go v0.22.2
)