-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathgo.mod
37 lines (35 loc) · 1.71 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
module github.com/dtylman/gitmoo-goog
go 1.12
require (
cloud.google.com/go v0.37.4 // indirect
github.com/dtylman/gopack v0.0.0-20191030095432-3a1a77a8b52c
github.com/dustin/go-humanize v1.0.0
github.com/fatih/gomodifytags v1.0.1 // indirect
github.com/fujiwara/shapeio v0.0.0-20170602072123-c073257dd745
github.com/golang/mock v1.3.1 // indirect
github.com/google/go-cmp v0.3.1 // indirect
github.com/google/pprof v0.0.0-20190908185732-236ed259b199 // indirect
github.com/googleapis/gax-go v2.0.2+incompatible // indirect
github.com/googleapis/gax-go/v2 v2.0.5 // indirect
github.com/hashicorp/golang-lru v0.5.3 // indirect
github.com/kr/pty v1.1.8 // indirect
github.com/rogpeppe/go-internal v1.3.2 // indirect
go.opencensus.io v0.22.1 // indirect
golang.org/x/crypto v0.0.0-20190911031432-227b76d455e7 // indirect
golang.org/x/exp v0.0.0-20190918111812-0cae2de268ce // indirect
golang.org/x/image v0.0.0-20190910094157-69e4b8554b2a // indirect
golang.org/x/lint v0.0.0-20190909230951-414d861bb4ac // indirect
golang.org/x/mobile v0.0.0-20190910184405-b558ed863381 // indirect
golang.org/x/net v0.0.0-20190916140828-c8589233b77d
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e
golang.org/x/sys v0.0.0-20190916202348-b4ddaad3f8a3 // indirect
golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 // indirect
golang.org/x/tools v0.0.0-20191031160344-02d0efc0fb61 // indirect
google.golang.org/api v0.3.2
google.golang.org/appengine v1.6.2 // indirect
google.golang.org/genproto v0.0.0-20190916214212-f660b8655731 // indirect
google.golang.org/grpc v1.23.1 // indirect
gopkg.in/natefinch/lumberjack.v2 v2.0.0
honnef.co/go/tools v0.0.1-2019.2.3 // indirect
)