forked from ot4i/ace-docker
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
21 lines (19 loc) · 686 Bytes
/
go.mod
File metadata and controls
21 lines (19 loc) · 686 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module github.com/ot4i/ace-docker
go 1.13
require (
github.com/Jeffail/gabs v1.4.0
github.com/aymerick/raymond v2.0.2+incompatible
github.com/fsnotify/fsnotify v1.4.9
github.com/ghodss/yaml v0.0.0-20150909031657-73d445a93680
github.com/gorilla/websocket v1.4.2
github.com/imdario/mergo v0.3.5
github.com/prometheus/client_golang v1.5.1
github.com/prometheus/client_model v0.2.0
github.com/stretchr/testify v1.4.0
golang.org/x/crypto v0.0.0-20210220033148-5ea612d1eb83
golang.org/x/sys v0.0.0-20200122134326-e047566fdf82
gopkg.in/yaml.v2 v2.2.8
k8s.io/apimachinery v0.18.1
k8s.io/client-go v0.17.3
software.sslmate.com/src/go-pkcs12 v0.0.0-20210415151418-c5206de65a78
)