Skip to content

Commit 8a585c9

Browse files
author
CloudNativePG Automated Updates
committed
chore: sync API
1 parent ad6f111 commit 8a585c9

File tree

2 files changed

+6
-9
lines changed

2 files changed

+6
-9
lines changed

go.mod

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ module github.com/cloudnative-pg/api
33
go 1.24.1
44

55
require (
6-
github.com/cloudnative-pg/barman-cloud v0.3.0
7-
github.com/cloudnative-pg/machinery v0.1.0
6+
github.com/cloudnative-pg/barman-cloud v0.3.1
7+
github.com/cloudnative-pg/machinery v0.2.0
88
github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.80.1
99
k8s.io/api v0.32.3
1010
k8s.io/apimachinery v0.32.3
@@ -15,13 +15,10 @@ require (
1515
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
1616
github.com/go-logr/logr v1.4.2 // indirect
1717
github.com/gogo/protobuf v1.3.2 // indirect
18-
github.com/google/go-cmp v0.7.0 // indirect
1918
github.com/google/gofuzz v1.2.0 // indirect
2019
github.com/json-iterator/go v1.1.12 // indirect
2120
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
2221
github.com/modern-go/reflect2 v1.0.2 // indirect
23-
github.com/onsi/ginkgo/v2 v2.23.3 // indirect
24-
github.com/onsi/gomega v1.36.3 // indirect
2522
github.com/stretchr/testify v1.10.0 // indirect
2623
github.com/x448/float16 v0.8.4 // indirect
2724
golang.org/x/net v0.37.0 // indirect

go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
github.com/cloudnative-pg/barman-cloud v0.3.0 h1:tCtIF7nsHDH5X7nAXXd7VqNKKNGHrycXAyyKKKpdGS4=
2-
github.com/cloudnative-pg/barman-cloud v0.3.0/go.mod h1:8m6W117343zT28ctcskUYEu/dy+MX3hUUW4DynH8MLI=
3-
github.com/cloudnative-pg/machinery v0.1.0 h1:tjRmsqQmsO/OlaT0uFmkEtVqgr+SGPM88cKZOHYKLBo=
4-
github.com/cloudnative-pg/machinery v0.1.0/go.mod h1:0V3vm44FaIsY+x4pm8ORry7xCC3AJiO+ebfPNxeP5Ck=
1+
github.com/cloudnative-pg/barman-cloud v0.3.1 h1:kzkY77k2lN/caoyh7ibXDSZjJeSJTNvnVt6Gfa8Iq5M=
2+
github.com/cloudnative-pg/barman-cloud v0.3.1/go.mod h1:4HL3AjY9oEl2Ed0HSkyvTZEQPhwyFOaAnuCz9lfVeYQ=
3+
github.com/cloudnative-pg/machinery v0.2.0 h1:x8OAwxdeL/6wkbxqorz+nX6UovTyx7/TBeCfiRebR2o=
4+
github.com/cloudnative-pg/machinery v0.2.0/go.mod h1:Kg8W8Tb/1UFGGtw3hR8S5SytSWddlHaCnJSgBo4x/nc=
55
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
66
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
77
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1VwoXQT9A3Wy9MM3WgvqSxFWenqJduM=

0 commit comments

Comments
 (0)