-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
18 lines (16 loc) · 728 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
module github.com/gagliardetto/cqlgen
go 1.15
require (
github.com/aybabtme/rgbterm v0.0.0-20170906152045-cc83f3b3ce59 // indirect
github.com/buger/goterm v0.0.0-20200322175922-2f3e71b85129 // indirect
github.com/dave/jennifer v1.4.1
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/gagliardetto/utilz v0.0.0-20200824151221-3a6131a12868
github.com/hako/durafmt v0.0.0-20200710122514-c0fb7b4da026 // indirect
github.com/kr/pretty v0.2.1 // indirect
github.com/miekg/dns v1.1.35 // indirect
github.com/ryanuber/go-glob v1.0.0 // indirect
golang.org/x/crypto v0.0.0-20201124201722-c8d3bf9c5392 // indirect
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)