Skip to content

Commit

Permalink
Bump manager client to 3.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
rzetelskik committed Mar 7, 2024
1 parent 128676d commit aab6d2a
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ require (
github.com/prometheus/client_golang v1.19.0
github.com/scylladb/go-set v1.0.2
github.com/scylladb/gocqlx/v2 v2.8.0
github.com/scylladb/scylla-manager/v3 v3.2.5
github.com/scylladb/scylla-manager/v3 v3.2.6
github.com/scylladb/scylladb-swagger-go-client v0.2.0
github.com/shurcooL/githubv4 v0.0.0-20240120211514-18a1ae0e79dc
github.com/spf13/cobra v1.8.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -345,8 +345,8 @@ github.com/scylladb/gocql v1.12.0 h1:KaP25dC2Mu0H382M8KZmkQp1XuasgBG97bBhFeFKVyk
github.com/scylladb/gocql v1.12.0/go.mod h1:ZLEJ0EVE5JhmtxIW2stgHq/v1P4fWap0qyyXSKyV8K0=
github.com/scylladb/gocqlx/v2 v2.8.0 h1:f/oIgoEPjKDKd+RIoeHqexsIQVIbalVmT+axwvUqQUg=
github.com/scylladb/gocqlx/v2 v2.8.0/go.mod h1:4/+cga34PVqjhgSoo5Nr2fX1MQIqZB5eCE5DK4xeDig=
github.com/scylladb/scylla-manager/v3 v3.2.5 h1:xCqTLKTs7Ee74X4AZ9rIHs8i/Cyojl4LICTsexWe9Z8=
github.com/scylladb/scylla-manager/v3 v3.2.5/go.mod h1:yPSUW64WwRs0TFU7K+HfOdZ70gIe3OdlQ/ttdARvKtg=
github.com/scylladb/scylla-manager/v3 v3.2.6 h1:kw0qkwSIOaz4YxvloejPSxl9gN5txG1/34mKwOzbuPI=
github.com/scylladb/scylla-manager/v3 v3.2.6/go.mod h1:t8hRJ4bZwS1MyvV0khOVlm8gj880Gceh2WpzlkVF1so=
github.com/scylladb/scylladb-swagger-go-client v0.2.0 h1:WRzrS07NSQSwxkKz67UnzssOEtRb2Ri4yUEi/xOMLQ0=
github.com/scylladb/scylladb-swagger-go-client v0.2.0/go.mod h1:64059ZeUsLRLVJoTh7AT5elhBwyJudXKGHKxXerSoBo=
github.com/scylladb/termtables v0.0.0-20191203121021-c4c0b6d42ff4 h1:8qmTC5ByIXO3GP/IzBkxcZ/99VITvnIETDhdFz/om7A=
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -609,7 +609,7 @@ github.com/scylladb/go-set/strset
github.com/scylladb/gocqlx/v2
github.com/scylladb/gocqlx/v2/qb
github.com/scylladb/gocqlx/v2/table
# github.com/scylladb/scylla-manager/v3 v3.2.5
# github.com/scylladb/scylla-manager/v3 v3.2.6
## explicit; go 1.21
github.com/scylladb/scylla-manager/v3/pkg/managerclient
github.com/scylladb/scylla-manager/v3/pkg/managerclient/table
Expand Down

0 comments on commit aab6d2a

Please sign in to comment.