Skip to content

Commit

Permalink
build: Run go mod tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmidyson committed Aug 5, 2024
1 parent 5a97d9e commit 7fcf5f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion credential-providers/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@

module github.com/mesosphere/dynamic-credential-provider/credential-providers

go 1.22.4
go 1.22.5

require (
k8s.io/cloud-provider-aws v1.30.3
sigs.k8s.io/cloud-provider-azure v1.30.4
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module github.com/mesosphere/dynamic-credential-provider

go 1.22.0

toolchain go1.22.4
toolchain go1.22.5

require (
github.com/distribution/reference v0.6.0
Expand Down

0 comments on commit 7fcf5f2

Please sign in to comment.