Skip to content

Commit d25d979

Browse files
runzhenaylei
authored andcommitted
update go module to the latest version to avoid build faiure. (#50)
git.apache.org/thrift.git has been moved to github.com, some of opencensus.io go modules need to be updated. The new version of ocagent and go.opencensus.io fix this issue. Signed-off-by: Runzhen Wang <[email protected]>
1 parent 5364033 commit d25d979

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.12
44

55
require (
66
cloud.google.com/go v0.34.0
7-
contrib.go.opencensus.io/exporter/ocagent v0.2.0
7+
contrib.go.opencensus.io/exporter/ocagent v0.6.0
88
github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78
99
github.com/Azure/go-autorest v11.2.8+incompatible
1010
github.com/MakeNowJust/heredoc v0.0.0-20171113091838-e9091a26100e
@@ -59,7 +59,7 @@ require (
5959
github.com/sirupsen/logrus v1.1.1
6060
github.com/spf13/cobra v0.0.3
6161
github.com/spf13/pflag v1.0.3
62-
go.opencensus.io v0.18.0
62+
go.opencensus.io v0.22.0
6363
golang.org/x/crypto v0.0.0-20181203042331-505ab145d0a9
6464
golang.org/x/net v0.0.0-20181217023233-e147a9138326
6565
golang.org/x/oauth2 v0.0.0-20181203162652-d668ce993890

0 commit comments

Comments
 (0)