File tree Expand file tree Collapse file tree 2 files changed +67
-47
lines changed Expand file tree Collapse file tree 2 files changed +67
-47
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ module github.com/crunchydata/postgres-operator
3
3
go 1.15
4
4
5
5
require (
6
- github.com/docker/spdystream v0.0.0-20181023171402-6480d4af844c // indirect
7
6
github.com/fatih/color v1.9.0
8
7
github.com/gorilla/mux v1.7.4
9
8
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
@@ -19,12 +18,12 @@ require (
19
18
go.opentelemetry.io/otel v0.13.0
20
19
go.opentelemetry.io/otel/exporters/stdout v0.13.0
21
20
go.opentelemetry.io/otel/exporters/trace/jaeger v0.13.0
22
- golang.org/x/crypto v0.0.0-20201002170205-7f63de1d35b0
23
- golang.org/x/sync v0.0.0-20200625203802-6e8e738ad208
24
- golang.org/x/tools v0.0.0-20200904185747-39188db58858
25
- k8s.io/api v0.20.1
26
- k8s.io/apimachinery v0.20.1
27
- k8s.io/client-go v0.20.1
21
+ golang.org/x/crypto v0.0.0-20210220033148-5ea612d1eb83
22
+ golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9
23
+ golang.org/x/tools v0.0.0-20210106214847-113979e3529a
24
+ k8s.io/api v0.21.10
25
+ k8s.io/apimachinery v0.21.10
26
+ k8s.io/client-go v0.21.10
28
27
sigs.k8s.io/controller-runtime v0.6.4
29
28
sigs.k8s.io/yaml v1.2.0
30
29
)
You can’t perform that action at this time.
0 commit comments