-
Notifications
You must be signed in to change notification settings - Fork 54
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 #131 from buildkite/upgrade-the-world
Update Go (1.20), Alpine (3.17), and all modules
- Loading branch information
Showing
10 changed files
with
232 additions
and
208 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
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
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,17 +1,43 @@ | ||
module github.com/buildkite/buildkite-agent-metrics | ||
|
||
go 1.16 | ||
go 1.20 | ||
|
||
require ( | ||
cloud.google.com/go v0.37.2 | ||
github.com/DataDog/datadog-go v0.0.0-20180822151419-281ae9f2d895 | ||
github.com/aws/aws-lambda-go v1.28.0 | ||
github.com/aws/aws-sdk-go v1.15.66 | ||
github.com/golang/mock v1.2.0 | ||
github.com/golang/protobuf v1.2.0 | ||
github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af // indirect | ||
github.com/newrelic/go-agent v3.0.0+incompatible | ||
github.com/prometheus/client_golang v0.9.3-0.20190127221311-3c4408c8b829 | ||
github.com/prometheus/client_model v0.0.0-20190115171406-56726106282f | ||
google.golang.org/genproto v0.0.0-20190401181712-f467c93bbac2 | ||
cloud.google.com/go/monitoring v1.13.0 | ||
github.com/DataDog/datadog-go v4.8.3+incompatible | ||
github.com/aws/aws-lambda-go v1.38.0 | ||
github.com/aws/aws-sdk-go v1.44.222 | ||
github.com/golang/mock v1.6.0 | ||
github.com/newrelic/go-agent v3.20.4+incompatible | ||
github.com/prometheus/client_golang v1.14.0 | ||
github.com/prometheus/client_model v0.3.0 | ||
google.golang.org/genproto v0.0.0-20230306155012-7f2fa6fef1f4 | ||
google.golang.org/protobuf v1.29.1 | ||
) | ||
|
||
require ( | ||
cloud.google.com/go/compute v1.18.0 // indirect | ||
cloud.google.com/go/compute/metadata v0.2.3 // indirect | ||
github.com/Microsoft/go-winio v0.6.0 // indirect | ||
github.com/beorn7/perks v1.0.1 // indirect | ||
github.com/cespare/xxhash/v2 v2.2.0 // indirect | ||
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect | ||
github.com/golang/protobuf v1.5.2 // indirect | ||
github.com/google/go-cmp v0.5.9 // indirect | ||
github.com/googleapis/enterprise-certificate-proxy v0.2.3 // indirect | ||
github.com/googleapis/gax-go/v2 v2.8.0 // indirect | ||
github.com/jmespath/go-jmespath v0.4.0 // indirect | ||
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect | ||
github.com/prometheus/common v0.42.0 // indirect | ||
github.com/prometheus/procfs v0.9.0 // indirect | ||
go.opencensus.io v0.24.0 // indirect | ||
golang.org/x/mod v0.9.0 // indirect | ||
golang.org/x/net v0.8.0 // indirect | ||
golang.org/x/oauth2 v0.6.0 // indirect | ||
golang.org/x/sys v0.6.0 // indirect | ||
golang.org/x/text v0.8.0 // indirect | ||
golang.org/x/tools v0.7.0 // indirect | ||
google.golang.org/api v0.113.0 // indirect | ||
google.golang.org/appengine v1.6.7 // indirect | ||
google.golang.org/grpc v1.53.0 // indirect | ||
) |
Oops, something went wrong.