Skip to content
This repository was archived by the owner on Jul 31, 2023. It is now read-only.

Commit 7e6c39b

Browse files
authored
Add go.mod file (#877)
So, users can test if there are any problems during 1.11's experimental cycle.
1 parent bfa2d76 commit 7e6c39b

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

go.mod

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
module go.opencensus.io
2+
3+
require (
4+
git.apache.org/thrift.git v0.0.0-20180807212849-6e67faa92827
5+
github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973
6+
github.com/golang/protobuf v1.2.0
7+
github.com/matttproud/golang_protobuf_extensions v1.0.1
8+
github.com/openzipkin/zipkin-go v0.1.1
9+
github.com/prometheus/client_golang v0.8.0
10+
github.com/prometheus/client_model v0.0.0-20180712105110-5c3871d89910
11+
github.com/prometheus/common v0.0.0-20180801064454-c7de2306084e
12+
github.com/prometheus/procfs v0.0.0-20180725123919-05ee40e3a273
13+
golang.org/x/net v0.0.0-20180821023952-922f4815f713
14+
golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f
15+
golang.org/x/sys v0.0.0-20180821140842-3b58ed4ad339
16+
golang.org/x/text v0.3.0
17+
google.golang.org/api v0.0.0-20180818000503-e21acd801f91
18+
google.golang.org/genproto v0.0.0-20180817151627-c66870c02cf8
19+
google.golang.org/grpc v1.14.0
20+
)

0 commit comments

Comments
 (0)