generated an initial go.mod file.

Fixes: #46
This commit is contained in:
Henrik Johansson
2018-06-01 09:52:37 +02:00
committed by Michał Matczuk
parent d5caed56c3
commit a9f91f5f4b

6
go.mod Normal file
View File

@@ -0,0 +1,6 @@
module github.com/scylladb/gocqlx
require (
github.com/gocql/gocql v0.0.0-20180530083731-3c37daec2f4d
github.com/google/go-cmp v0.2.0
)