@@ -3,30 +3,30 @@ module github.com/crunchydata/postgres-operator
3
3
go 1.17
4
4
5
5
require (
6
- github.com/evanphx/json-patch v4.9 .0+incompatible
6
+ github.com/evanphx/json-patch v5.6 .0+incompatible
7
7
github.com/go-logr/logr v0.4.0
8
- github.com/google/go-cmp v0.5.6
9
- github.com/google/uuid v1.1.2
10
- github.com/onsi/ginkgo v1.14.1
11
- github.com/onsi/gomega v1.11 .0
8
+ github.com/google/go-cmp v0.5.7
9
+ github.com/google/uuid v1.3.0
10
+ github.com/onsi/ginkgo v1.16.5
11
+ github.com/onsi/gomega v1.17 .0
12
12
github.com/pkg/errors v0.9.1
13
- github.com/sirupsen/logrus v1.6.0
13
+ github.com/sirupsen/logrus v1.8.1
14
14
github.com/wojas/genericr v0.2.0
15
- github.com/xdg/stringprep v1.0.0
15
+ github.com/xdg-go /stringprep v1.0.2
16
16
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.27.0
17
17
go.opentelemetry.io/otel v1.2.0
18
18
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.2.0
19
19
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.2.0
20
20
go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.2.0
21
21
go.opentelemetry.io/otel/sdk v1.2.0
22
22
go.opentelemetry.io/otel/trace v1.2.0
23
- golang.org/x/crypto v0.0.0-20201002170205-7f63de1d35b0
24
- gotest.tools/v3 v3.0.3
23
+ golang.org/x/crypto v0.0.0-20220112180741-5e0467b6c7ce
24
+ gotest.tools/v3 v3.1.0
25
25
k8s.io/api v0.20.8
26
26
k8s.io/apimachinery v0.20.8
27
27
k8s.io/client-go v0.20.8
28
28
sigs.k8s.io/controller-runtime v0.8.3
29
- sigs.k8s.io/yaml v1.2 .0
29
+ sigs.k8s.io/yaml v1.3 .0
30
30
)
31
31
32
32
require (
@@ -37,7 +37,7 @@ require (
37
37
github.com/davecgh/go-spew v1.1.1 // indirect
38
38
github.com/docker/spdystream v0.0.0-20181023171402-6480d4af844c // indirect
39
39
github.com/felixge/httpsnoop v1.0.2 // indirect
40
- github.com/fsnotify/fsnotify v1.4.9 // indirect
40
+ github.com/fsnotify/fsnotify v1.5.1 // indirect
41
41
github.com/gogo/protobuf v1.3.2 // indirect
42
42
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect
43
43
github.com/golang/protobuf v1.5.2 // indirect
@@ -47,11 +47,10 @@ require (
47
47
github.com/hashicorp/golang-lru v0.5.4 // indirect
48
48
github.com/imdario/mergo v0.3.10 // indirect
49
49
github.com/json-iterator/go v1.1.10 // indirect
50
- github.com/konsorten/go-windows-terminal-sequences v1.0.3 // indirect
51
50
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
52
51
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
53
52
github.com/modern-go/reflect2 v1.0.1 // indirect
54
- github.com/nxadm/tail v1.4.4 // indirect
53
+ github.com/nxadm/tail v1.4.8 // indirect
55
54
github.com/prometheus/client_golang v1.7.1 // indirect
56
55
github.com/prometheus/client_model v0.2.0 // indirect
57
56
github.com/prometheus/common v0.10.0 // indirect
@@ -60,10 +59,11 @@ require (
60
59
go.opentelemetry.io/otel/internal/metric v0.25.0 // indirect
61
60
go.opentelemetry.io/otel/metric v0.25.0 // indirect
62
61
go.opentelemetry.io/proto/otlp v0.10.0 // indirect
63
- golang.org/x/net v0.0.0-20201202161906-c7110b5ffcbb // indirect
62
+ golang.org/x/net v0.0.0-20220121175114-2ed6ce1e1725 // indirect
64
63
golang.org/x/oauth2 v0.0.0-20200902213428-5d25da1a8d43 // indirect
65
- golang.org/x/sys v0.0.0-20210423185535-09eb48e85fd7 // indirect
66
- golang.org/x/text v0.3.4 // indirect
64
+ golang.org/x/sys v0.0.0-20220114195835-da31bd327af9 // indirect
65
+ golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
66
+ golang.org/x/text v0.3.7 // indirect
67
67
golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e // indirect
68
68
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
69
69
gomodules.xyz/jsonpatch/v2 v2.1.0 // indirect
0 commit comments