-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
33 lines (31 loc) · 1.34 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
module github.com/vontikov/pgcluster
go 1.16
require (
github.com/Microsoft/go-winio v0.5.0 // indirect
github.com/containerd/containerd v1.5.0 // indirect
github.com/coreos/go-systemd/v22 v22.3.2 // indirect
github.com/cucumber/godog v0.11.0
github.com/cucumber/messages-go/v10 v10.0.3
github.com/docker/docker v20.10.6+incompatible
github.com/docker/go-connections v0.4.0
github.com/golang/mock v1.5.0
github.com/hashicorp/go-hclog v0.16.1
github.com/jackc/pgproto3/v2 v2.0.7 // indirect
github.com/jackc/pgx/v4 v4.11.0
github.com/moby/term v0.0.0-20201216013528-df9cb8a40635 // indirect
github.com/morikuni/aec v1.0.0 // indirect
github.com/prometheus/client_golang v1.10.0
github.com/prometheus/common v0.24.0
github.com/sirupsen/logrus v1.8.1 // indirect
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.7.0
github.com/vontikov/stoa v0.0.0-20210510162611-811098950613
go.etcd.io/etcd/client/v3 v3.5.0-alpha.0
go.uber.org/multierr v1.7.0 // indirect
golang.org/x/crypto v0.0.0-20210506145944-38f3c27a63bf // indirect
golang.org/x/net v0.0.0-20210510120150-4163338589ed // indirect
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
golang.org/x/sys v0.0.0-20210511113859-b0526f3d8744 // indirect
google.golang.org/genproto v0.0.0-20210510173355-fb37daa5cd7a // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
)