-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathgo.mod
More file actions
24 lines (22 loc) · 726 Bytes
/
go.mod
File metadata and controls
24 lines (22 loc) · 726 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 go.mercari.io/datastore
go 1.11
require (
cloud.google.com/go/compute/metadata v0.2.3
cloud.google.com/go/datastore v1.10.0
github.com/MakeNowJust/heredoc/v2 v2.0.1
github.com/bradfitz/gomemcache v0.0.0-20190913173617-a41fca850d0b
github.com/favclip/genbase v1.1.0 // indirect
github.com/favclip/jwg v1.1.0
github.com/favclip/qbg v1.1.1
github.com/favclip/testerator/v2 v2.0.0
github.com/golang/protobuf v1.5.2
github.com/gomodule/redigo v1.8.5
golang.org/x/lint v0.0.0-20210508222113-6edffad5e616
golang.org/x/net v0.5.0
golang.org/x/oauth2 v0.4.0
golang.org/x/sync v0.1.0
golang.org/x/tools v0.3.0
google.golang.org/api v0.103.0
google.golang.org/appengine v1.6.7
google.golang.org/grpc v1.53.0
)