-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy pathgo.mod
28 lines (26 loc) · 1.13 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
module github.com/google/goblet
go 1.12
require (
cloud.google.com/go v0.86.0
cloud.google.com/go/logging v1.4.2
cloud.google.com/go/storage v1.16.0
contrib.go.opencensus.io/exporter/stackdriver v0.13.1
github.com/Microsoft/go-winio v0.5.0 // indirect
github.com/ProtonMail/go-crypto v0.0.0-20210705153151-cc34b1f6908b // indirect
github.com/aws/aws-sdk-go v1.30.7 // indirect
github.com/go-git/go-git/v5 v5.4.2
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/google/gitprotocolio v0.0.0-20210704173409-b5a56823ae52
github.com/google/uuid v1.1.2
github.com/grpc-ecosystem/grpc-gateway v1.16.0
github.com/kevinburke/ssh_config v1.1.0 // indirect
github.com/sergi/go-diff v1.2.0 // indirect
go.opencensus.io v0.23.0
golang.org/x/crypto v0.0.0-20210616213533-5ff15b29337e // indirect
golang.org/x/net v0.0.0-20210614182718-04defd469f4e // indirect
golang.org/x/oauth2 v0.0.0-20210628180205-a41e5a781914
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect
google.golang.org/api v0.50.0
google.golang.org/genproto v0.0.0-20210708141623-e76da96a951f
google.golang.org/grpc v1.39.0
)