Skip to content

Commit

Permalink
bump go mod
Browse files Browse the repository at this point in the history
  • Loading branch information
csuzhangxc committed Jan 16, 2025
1 parent 3bfe1d3 commit ca49191
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ require (
github.com/pingcap/advanced-statefulset/client v1.17.1-0.20230403114412-d141a788a127
github.com/pingcap/errors v0.11.4
github.com/pingcap/kvproto v0.0.0-20231122054644-fb0f5c2a0a10
github.com/pingcap/tidb-operator/pkg/apis v1.5.4
github.com/pingcap/tidb-operator/pkg/client v1.5.4
github.com/pingcap/tidb-operator/pkg/apis v1.5.5
github.com/pingcap/tidb-operator/pkg/client v1.5.5
github.com/prometheus/client_golang v1.7.1
github.com/prometheus/client_model v0.3.0
github.com/prometheus/common v0.26.0
Expand Down
2 changes: 1 addition & 1 deletion pkg/client/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/pingcap/tidb-operator/pkg/client
go 1.21

require (
github.com/pingcap/tidb-operator/pkg/apis v1.5.4
github.com/pingcap/tidb-operator/pkg/apis v1.5.5
k8s.io/apimachinery v0.20.15
k8s.io/client-go v0.20.15
)
Expand Down

0 comments on commit ca49191

Please sign in to comment.