-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
31 lines (29 loc) · 1.15 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
module github.com/teseraio/ensemble
go 1.15
require (
github.com/Microsoft/go-winio v0.4.14 // indirect
github.com/boltdb/bolt v1.3.1
github.com/docker/distribution v2.7.1+incompatible // indirect
github.com/docker/docker v1.13.1
github.com/docker/go-connections v0.4.0 // indirect
github.com/docker/go-units v0.4.0 // indirect
github.com/docker/spdystream v0.0.0-20181023171402-6480d4af844c
github.com/golang/protobuf v1.4.3
github.com/google/gops v0.3.12
github.com/google/uuid v1.1.2
github.com/hashicorp/go-hclog v0.14.1
github.com/michaelklishin/rabbit-hole/v2 v2.5.0
github.com/mitchellh/cli v1.1.2
github.com/mitchellh/go-homedir v1.1.0
github.com/mitchellh/mapstructure v1.3.3
github.com/oklog/ulid v1.3.1
github.com/opencontainers/go-digest v1.0.0 // indirect
github.com/ryanuber/columnize v2.1.2+incompatible
github.com/stretchr/testify v1.7.0
github.com/teseraio/helm-template-engine v0.0.0-20210730123011-5cb24fdee68b
golang.org/x/net v0.0.0-20201021035429-f5854403a974 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
google.golang.org/grpc v1.32.0
google.golang.org/protobuf v1.25.0
gopkg.in/yaml.v2 v2.3.0
)