-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
25 lines (23 loc) · 1.01 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
go 1.13
require (
github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78 // indirect
github.com/ajssmith/ce-drivers v0.0.0-20210103191203-76cb8982cf7c // indirect
github.com/containers/podman/v2 v2.2.1
github.com/docker/distribution v2.7.1+incompatible // indirect
github.com/docker/docker v17.12.0-ce-rc1.0.20201020191947-73dc6a680cdd+incompatible
github.com/docker/go-connections v0.4.0
github.com/docker/go-units v0.4.0 // indirect
github.com/fsnotify/fsnotify v1.4.9
github.com/google/uuid v1.1.2
github.com/gorilla/mux v1.8.0 // indirect
github.com/interconnectedcloud/go-amqp v0.12.6-0.20200506124159-f51e540008b5
github.com/morikuni/aec v1.0.0 // indirect
github.com/opencontainers/runtime-spec v1.0.3-0.20200817204227-f9c09b4ea1df
github.com/skupperproject/skupper v0.0.0-20201230152546-bc753101fa58
github.com/spf13/cobra v1.1.1
gotest.tools v2.2.0+incompatible
gotest.tools/v3 v3.0.3 // indirect
k8s.io/apimachinery v0.19.4
k8s.io/client-go v0.17.0
)
module github.com/ajssmith/skupper-exp