Skip to content

Commit

Permalink
fix: replace gocql/gocql with scylladb/gocql in go.mod (#4987)
Browse files Browse the repository at this point in the history
  • Loading branch information
mihir20 committed Aug 6, 2024
1 parent 377887a commit 29bccb9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ replace (
github.com/cyphar/filepath-securejoin => github.com/cyphar/filepath-securejoin v0.2.5
github.com/gin-gonic/gin => github.com/gin-gonic/gin v1.10.0
github.com/go-jose/go-jose/v3 => github.com/go-jose/go-jose/v3 v3.0.3
github.com/gocql/gocql => github.com/scylladb/gocql v1.14.2
github.com/opencontainers/runc => github.com/opencontainers/runc v1.1.12
github.com/satori/go.uuid => github.com/satori/go.uuid v1.2.0
github.com/xitongsys/parquet-go => github.com/rudderlabs/parquet-go v0.0.2
Expand Down

0 comments on commit 29bccb9

Please sign in to comment.