-
Notifications
You must be signed in to change notification settings - Fork 6
/
go.mod
34 lines (32 loc) · 1.3 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
module github.com/couchbaselabs/cbdynclusterd
go 1.13
require (
github.com/BurntSushi/toml v1.1.0
github.com/Microsoft/go-winio v0.4.14 // indirect
github.com/aws/aws-sdk-go-v2 v1.15.0
github.com/aws/aws-sdk-go-v2/config v1.9.0
github.com/aws/aws-sdk-go-v2/service/ec2 v1.20.0
github.com/aws/aws-sdk-go-v2/service/route53 v1.20.0
github.com/couchbaselabs/cbcerthelper v0.0.0-20220203115212-3b5fe2d4c5e2
github.com/dgraph-io/badger v1.6.0
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/go-git/go-git/v5 v5.1.0
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
github.com/google/uuid v1.1.1
github.com/gorilla/mux v1.7.4
github.com/hnakamur/go-scp v0.0.0-20190410043705-badb3bf1aae2
github.com/jhoonb/archivex v0.0.0-20180718040744-0488e4ce1681
github.com/kr/pty v1.1.8 // indirect
github.com/mitchellh/go-homedir v1.1.0
github.com/opencontainers/go-digest v1.0.0-rc1 // indirect
github.com/pkg/errors v0.9.1
github.com/pkg/sftp v1.11.0
github.com/spf13/cobra v1.0.0
github.com/spf13/pflag v1.0.5
golang.org/x/crypto v0.0.0-20200403201458-baeed622b8d8
golang.org/x/sys v0.0.0-20220627191245-f75cf1eec38b // indirect
gopkg.in/yaml.v2 v2.2.8
)