forked from apache/cassandra-gocql-driver
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add details errors to host selection
- Loading branch information
Showing
3 changed files
with
51 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,28 @@ | ||
module github.com/gocql/gocql | ||
|
||
require ( | ||
github.com/bitly/go-hostpool v0.0.0-20171023180738-a3a6125de932 // indirect | ||
github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 // indirect | ||
github.com/golang/snappy v0.0.3 | ||
github.com/google/go-cmp v0.4.0 | ||
github.com/golang/snappy v0.0.4 | ||
github.com/google/go-cmp v0.5.9 | ||
github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed | ||
github.com/kr/pretty v0.1.0 // indirect | ||
github.com/stretchr/testify v1.3.0 // indirect | ||
golang.org/x/net v0.0.0-20220526153639-5463443f8c37 | ||
golang.org/x/net v0.15.0 | ||
gopkg.in/inf.v0 v0.9.1 | ||
sigs.k8s.io/yaml v1.3.0 | ||
) | ||
|
||
require ( | ||
github.com/bitly/go-hostpool v0.0.0-20171023180738-a3a6125de932 // indirect | ||
github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 // indirect | ||
github.com/kr/pretty v0.3.1 // indirect | ||
github.com/rogpeppe/go-internal v1.11.0 // indirect | ||
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect | ||
gopkg.in/yaml.v2 v2.4.0 // indirect | ||
) | ||
|
||
retract ( | ||
v1.8.0 // tag from kiwicom/gocql added by mistake to scylladb/gocql | ||
v1.8.1 // tag from kiwicom/gocql added by mistake to scylladb/gocql | ||
v1.9.0 // tag from kiwicom/gocql added by mistake to scylladb/gocql | ||
v1.10.0 // tag from kiwicom/gocql added by mistake to scylladb/gocql | ||
v1.10.0 // tag from kiwicom/gocql added by mistake to scylladb/gocql | ||
v1.9.0 // tag from kiwicom/gocql added by mistake to scylladb/gocql | ||
v1.8.1 // tag from kiwicom/gocql added by mistake to scylladb/gocql | ||
v1.8.0 // tag from kiwicom/gocql added by mistake to scylladb/gocql | ||
) | ||
|
||
go 1.13 | ||
go 1.20 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters