File: go.mod

package info (click to toggle)
golang-github-willfaught-gockle 0.0~git20230112.8fc81aa-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 136 kB
  • sloc: makefile: 2
file content (16 lines) | stat: -rw-r--r-- 406 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
module github.com/willfaught/gockle

go 1.19

require (
	github.com/gocql/gocql v1.2.1
	github.com/maraino/go-mock v0.0.0-20180321183845-4c74c434cd3a
)

require (
	github.com/golang/snappy v0.0.3 // indirect
	github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed // indirect
	github.com/kr/pretty v0.1.0 // indirect
	github.com/kr/text v0.1.0 // indirect
	gopkg.in/inf.v0 v0.9.1 // indirect
)