forked from BuoyantIO/emojivoto
-
Notifications
You must be signed in to change notification settings - Fork 2
/
go.mod
26 lines (23 loc) · 1 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
module github.com/edgelesssys/emojivoto
go 1.13
require (
contrib.go.opencensus.io/exporter/ocagent v0.7.0
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
github.com/prometheus/client_golang v1.11.0
go.opencensus.io v0.23.0
google.golang.org/grpc v1.39.0
google.golang.org/protobuf v1.27.1
)
require (
github.com/census-instrumentation/opencensus-proto v0.3.0 // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
github.com/prometheus/common v0.29.0 // indirect
github.com/prometheus/procfs v0.7.0 // indirect
github.com/stretchr/testify v1.7.0 // indirect
golang.org/x/net v0.0.0-20210614182718-04defd469f4e // indirect
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect
google.golang.org/api v0.50.0 // indirect
google.golang.org/genproto v0.0.0-20210714021259-044028024a4f // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
)