-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgo.mod
More file actions
32 lines (31 loc) · 1.54 KB
/
go.mod
File metadata and controls
32 lines (31 loc) · 1.54 KB
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
module github.com/pickjunk/bgo-example
require (
github.com/ChieveiT/bgo v0.0.0-20190216183911-01d2539aeafb // indirect
github.com/DATA-DOG/go-sqlmock v1.3.3 // indirect
github.com/certifi/gocertifi v0.0.0-20190415143156-92f724a62f3e // indirect
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/fatih/structs v1.1.0
github.com/gocraft/dbr v0.0.0-20190503023340-d3d1e2876df1
github.com/golang/protobuf v1.3.1 // indirect
github.com/graph-gophers/graphql-go v0.0.0-20190505214454-b068bc17d45b
github.com/julienschmidt/httprouter v1.2.0
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
github.com/lib/pq v1.1.1 // indirect
github.com/mattes/migrate v3.0.1+incompatible // indirect
github.com/onrik/logrus v0.3.0 // indirect
github.com/opentracing/opentracing-go v1.1.0 // indirect
github.com/pickjunk/bgo v0.13.1
github.com/pickjunk/mysql-migrate v0.0.0-20190308102627-2555da4931b1 // indirect
github.com/sirupsen/logrus v1.4.1 // indirect
github.com/stretchr/objx v0.2.0 // indirect
github.com/uber-go/atomic v1.4.0 // indirect
github.com/uber/jaeger-client-go v2.16.0+incompatible
go.uber.org/atomic v1.4.0 // indirect
golang.org/x/crypto v0.0.0-20190426145343-a29dc8fdc734
golang.org/x/net v0.0.0-20190503192946-f4e77d36d62c // indirect
golang.org/x/sys v0.0.0-20190502175342-a43fa875dd82 // indirect
golang.org/x/text v0.3.2 // indirect
golang.org/x/tools v0.0.0-20190503185657-3b6f9c0030f7 // indirect
google.golang.org/appengine v1.5.0 // indirect
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
)