-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathgo.mod
More file actions
24 lines (22 loc) · 823 Bytes
/
go.mod
File metadata and controls
24 lines (22 loc) · 823 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
module github.com/evt/wakeup
go 1.13
require (
cloud.google.com/go v0.57.0
github.com/davecgh/go-spew v1.1.1
github.com/go-pg/migrations v6.7.3+incompatible
github.com/go-pg/migrations/v7 v7.1.10
github.com/go-pg/pg v8.0.6+incompatible // indirect
github.com/go-pg/pg/v9 v9.1.6
github.com/golang/protobuf v1.4.2 // indirect
github.com/google/go-cmp v0.4.1 // indirect
github.com/google/uuid v1.1.1
github.com/gorilla/mux v1.7.4
github.com/jinzhu/configor v1.2.0
github.com/lib/pq v1.5.2
github.com/pkg/errors v0.9.1
golang.org/x/net v0.0.0-20200520182314-0ba52f642ac2 // indirect
golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a
golang.org/x/sys v0.0.0-20200523222454-059865788121 // indirect
google.golang.org/api v0.25.0 // indirect
google.golang.org/genproto v0.0.0-20200528110217-3d3490e7e671
)