File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed
Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -5,13 +5,11 @@ go 1.24.0
55require (
66 github.com/aws/aws-sdk-go v1.55.8
77 github.com/klauspost/compress v1.18.4
8- github.com/scylladb/alternator-client-golang/shared v1.0.5
8+ github.com/scylladb/alternator-client-golang/shared v1.0.6
99)
1010
1111require (
1212 github.com/jmespath/go-jmespath v0.4.0 // indirect
1313 go.uber.org/multierr v1.11.0 // indirect
1414 go.uber.org/zap v1.27.1 // indirect
1515)
16-
17- replace github.com/scylladb/alternator-client-golang/shared => ../shared
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ require (
1010 github.com/aws/smithy-go v1.24.2
1111 github.com/google/go-cmp v0.7.0
1212 github.com/klauspost/compress v1.18.4
13- github.com/scylladb/alternator-client-golang/shared v1.0.5
13+ github.com/scylladb/alternator-client-golang/shared v1.0.6
1414)
1515
1616require (
@@ -22,5 +22,3 @@ require (
2222 go.uber.org/multierr v1.11.0 // indirect
2323 go.uber.org/zap v1.27.1 // indirect
2424)
25-
26- replace github.com/scylladb/alternator-client-golang/shared => ../shared
You can’t perform that action at this time.
0 commit comments