-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
46 lines (42 loc) · 1.7 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
module github.com/lytics/qlbridge
go 1.21
toolchain go1.22.5
require (
github.com/araddon/dateparse v0.0.0-20190622164848-0fb0a474d195
github.com/araddon/gou v0.0.0-20190110011759-c797efecbb61
github.com/dchest/siphash v1.2.1
github.com/go-sql-driver/mysql v1.4.1
github.com/google/btree v1.0.0
github.com/hashicorp/go-memdb v1.0.4
github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af
github.com/jmoiron/sqlx v1.2.0
github.com/leekchan/timeutil v0.0.0-20150802142658-28917288c48d
github.com/lytics/cloudstorage v0.2.1
github.com/lytics/datemath v0.0.0-20180727225141-3ada1c10b5de
github.com/mattn/go-sqlite3 v1.9.0
github.com/mb0/glob v0.0.0-20160210091149-1eb79d2de6c4
github.com/mssola/user_agent v0.5.0
github.com/pborman/uuid v1.2.0
github.com/stretchr/testify v1.4.0
golang.org/x/net v0.0.0-20191021144547-ec77196f6094
google.golang.org/api v0.11.0
google.golang.org/protobuf v1.35.1
)
require (
cloud.google.com/go v0.38.0 // indirect
github.com/davecgh/go-spew v1.1.0 // indirect
github.com/golang/protobuf v1.5.4 // indirect
github.com/google/uuid v1.0.0 // indirect
github.com/googleapis/gax-go/v2 v2.0.5 // indirect
github.com/hashicorp/go-immutable-radix v1.1.0 // indirect
github.com/hashicorp/golang-lru v0.5.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
go.opencensus.io v0.21.0 // indirect
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45 // indirect
golang.org/x/sys v0.0.0-20190507160741-ecd444e8653b // indirect
golang.org/x/text v0.3.2 // indirect
google.golang.org/appengine v1.5.0 // indirect
google.golang.org/genproto v0.0.0-20190502173448-54afdca5d873 // indirect
google.golang.org/grpc v1.20.1 // indirect
gopkg.in/yaml.v2 v2.2.2 // indirect
)