Skip to content

Commit 2a51081

Browse files
fix(deps): update module github.com/gocql/gocql to v1 (#15016)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Poyzan <31743851+poyzannur@users.noreply.github.com>
1 parent 5897e08 commit 2a51081

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ require (
3939
github.com/fsouza/fake-gcs-server v1.50.2
4040
github.com/go-kit/log v0.2.1
4141
github.com/go-logfmt/logfmt v0.6.0
42-
github.com/gocql/gocql v0.0.0-20200526081602-cd04bd7f22a7
42+
github.com/gocql/gocql v1.7.0
4343
github.com/gogo/protobuf v1.3.2 // remember to update loki-build-image/Dockerfile too
4444
github.com/gogo/status v1.1.1
4545
github.com/golang/protobuf v1.5.4

‎vendor/modules.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -850,7 +850,7 @@ github.com/goccy/go-json/internal/encoder/vm_color_indent
850850
github.com/goccy/go-json/internal/encoder/vm_indent
851851
github.com/goccy/go-json/internal/errors
852852
github.com/goccy/go-json/internal/runtime
853-
# github.com/gocql/gocql v0.0.0-20200526081602-cd04bd7f22a7 => github.com/grafana/gocql v0.0.0-20200605141915-ba5dc39ece85
853+
# github.com/gocql/gocql v1.7.0 => github.com/grafana/gocql v0.0.0-20200605141915-ba5dc39ece85
854854
## explicit; go 1.13
855855
github.com/gocql/gocql
856856
github.com/gocql/gocql/internal/lru

0 commit comments

Comments
 (0)