Skip to content

Commit

Permalink
Update backup service version to v3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishekdwivedi3060 committed Jan 15, 2025
1 parent 4807d86 commit 78d31d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/aerospike/aerospike-kubernetes-operator
go 1.22

require (
github.com/aerospike/aerospike-backup-service/v3 v3.0.0-20250106155823-c865c44e0dc1
github.com/aerospike/aerospike-backup-service/v3 v3.0.0
github.com/aerospike/aerospike-client-go/v7 v7.8.0
github.com/aerospike/aerospike-management-lib v1.6.0
github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
github.com/aerospike/aerospike-backup-service/v3 v3.0.0-20250106155823-c865c44e0dc1 h1:ovj5ibbOvy1wXBljjy7OiaGjTZFQkx8XcgJ8SC9kGYc=
github.com/aerospike/aerospike-backup-service/v3 v3.0.0-20250106155823-c865c44e0dc1/go.mod h1:c4rfQ5WpaJEflNeHFP5/iQuEWH+WAnqZdcweYRgWbfg=
github.com/aerospike/aerospike-backup-service/v3 v3.0.0 h1:eKZCEz2o4Bj90TWhQK5T9J1XTuEYlF+MPnYbTCws/7A=
github.com/aerospike/aerospike-backup-service/v3 v3.0.0/go.mod h1:c4rfQ5WpaJEflNeHFP5/iQuEWH+WAnqZdcweYRgWbfg=
github.com/aerospike/aerospike-client-go/v7 v7.8.0 h1:mKWTf/8sWQkWSYlIR3ZWXZMr9FQQPnIihrA+ujGD+n8=
github.com/aerospike/aerospike-client-go/v7 v7.8.0/go.mod h1:STlBtOkKT8nmp7iD+sEkr/JGEOu+4e2jGlNN0Jiu2a4=
github.com/aerospike/aerospike-management-lib v1.6.0 h1:+bV9bjO9APvF4EOH7+l6608B4rj2Ns8KJVQJ1qqCJsg=
Expand Down

0 comments on commit 78d31d6

Please sign in to comment.