forked from samsarahq/thunder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
35 lines (32 loc) · 1.38 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
module github.com/denkhaus/thunder
go 1.18
require (
github.com/davecgh/go-spew v1.1.1
github.com/go-sql-driver/mysql v1.3.1-0.20170715192408-3955978caca4
github.com/gogo/protobuf v1.1.2-0.20180914054005-e14cafb6a2c2
github.com/gorilla/websocket v1.0.1-0.20161018003955-8003df83eef3
github.com/graphql-go/graphql v0.4.19-0.20160928141709-8c317402d1b7
github.com/kylelemons/godebug v1.1.0
github.com/pkg/errors v0.8.1
github.com/rakyll/statik v0.1.5
github.com/satori/go.uuid v0.0.0-20160218235746-e673fdd4dea8
github.com/siddontang/go-mysql v0.0.0-20160925014134-d8e777f00cdb
github.com/stretchr/testify v1.4.0
golang.org/x/net v0.2.0
golang.org/x/sync v0.0.0-20190423024810-112230192c58
google.golang.org/grpc v1.51.0
)
require (
github.com/golang/protobuf v1.5.2 // indirect
github.com/juju/errors v1.0.0 // indirect
github.com/kr/pretty v0.3.1 // indirect
github.com/ngaut/log v0.0.0-20160810023011-cec23d3e10b0 // indirect
github.com/pingcap/check v0.0.0-20211026125417-57bd13f7b5f0 // indirect
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
github.com/siddontang/go v0.0.0-20161005110831-1e9ce2a5ac40 // indirect
golang.org/x/sys v0.2.0 // indirect
golang.org/x/text v0.4.0 // indirect
google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013 // indirect
google.golang.org/protobuf v1.27.1 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)