mirror of https://github.com/sunface/rust-course
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
447 B
14 lines
447 B
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.0-20170215233205-553a64147049
|
|
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
|
|
gopkg.in/inf.v0 v0.9.1
|
|
)
|
|
|
|
go 1.13
|