Skip to content

Commit

Permalink
Merge pull request #13 from circonus-labs/dependabot/go_modules/golan…
Browse files Browse the repository at this point in the history
…g.org/x/oauth2-0.15.0

build(deps): bump golang.org/x/oauth2 from 0.0.0-20210819190943-2bc19b11175f to 0.15.0
  • Loading branch information
maier authored Dec 4, 2023
2 parents 5468a80 + 5b8de8b commit e0de2f5
Show file tree
Hide file tree
Showing 2 changed files with 1,057 additions and 33 deletions.
15 changes: 8 additions & 7 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/circonus-labs/circonus-cloud-agent
go 1.12

require (
cloud.google.com/go/monitoring v1.0.0
cloud.google.com/go/monitoring v1.13.0
github.com/Azure/azure-sdk-for-go v33.1.0+incompatible
github.com/Azure/go-autorest/autorest v0.9.1
github.com/Azure/go-autorest/autorest/adal v0.6.0
Expand All @@ -12,17 +12,18 @@ require (
github.com/alecthomas/units v0.0.0-20210927113745-59d0afb8317a
github.com/aws/aws-sdk-go v1.23.17
github.com/circonus-labs/go-apiclient v0.7.15
github.com/golang/protobuf v1.5.2
github.com/golang/protobuf v1.5.3
github.com/pelletier/go-toml v1.9.4
github.com/pkg/errors v0.9.1
github.com/rs/zerolog v1.25.0
github.com/spf13/cobra v1.2.1
github.com/spf13/viper v1.9.0
golang.org/x/oauth2 v0.0.0-20210819190943-2bc19b11175f
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
golang.org/x/sys v0.0.0-20210908233432-aa78b53d3365
google.golang.org/api v0.57.0
google.golang.org/genproto v0.0.0-20210921142501-181ce0d877f6
golang.org/x/oauth2 v0.15.0
golang.org/x/sync v0.2.0
golang.org/x/sys v0.15.0
google.golang.org/api v0.126.0
google.golang.org/genproto v0.0.0-20230530153820-e85fd2cbaebc
google.golang.org/genproto/googleapis/api v0.0.0-20230530153820-e85fd2cbaebc
gopkg.in/yaml.v2 v2.4.0
)

Expand Down
Loading

0 comments on commit e0de2f5

Please sign in to comment.