-
Notifications
You must be signed in to change notification settings - Fork 378
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #481 from google/fix-ci
Repair CI errors with go 1.16.
- Loading branch information
Showing
4 changed files
with
241 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,18 @@ | ||
module github.com/google/mtail | ||
|
||
go 1.14 | ||
go 1.16 | ||
|
||
require ( | ||
contrib.go.opencensus.io/exporter/jaeger v0.2.1 | ||
github.com/flazz/togo v0.0.0-20170320145504-babdbf21cff0 // indirect | ||
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b | ||
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e | ||
github.com/google/go-cmp v0.5.4 | ||
github.com/pkg/errors v0.9.1 | ||
github.com/prometheus/client_golang v1.9.0 | ||
github.com/prometheus/common v0.17.0 | ||
go.opencensus.io v0.23.0 | ||
golang.org/x/sys v0.0.0-20201214210602-f9fddec55a1e | ||
golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 | ||
golang.org/x/tools v0.1.0 // indirect | ||
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect | ||
) |
Oops, something went wrong.