Skip to content

Commit

Permalink
🌱 Update Update Golang Dependencies group
Browse files Browse the repository at this point in the history
| datasource | package             | from    | to      |
| ---------- | ------------------- | ------- | ------- |
| go         | golang.org/x/mod    | v0.16.0 | v0.19.0 |
| go         | golang.org/x/oauth2 | v0.18.0 | v0.21.0 |
| go         | helm.sh/helm/v3     | v3.14.4 | v3.15.2 |
  • Loading branch information
cluster-stack-bot[bot] committed Jul 5, 2024
1 parent 783b8ba commit 81589c3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ require (
github.com/google/go-github/v56 v56.0.0
github.com/spf13/cobra v1.8.0
github.com/valyala/fasttemplate v1.2.2
golang.org/x/mod v0.16.0
golang.org/x/oauth2 v0.18.0
golang.org/x/mod v0.19.0
golang.org/x/oauth2 v0.21.0
gopkg.in/src-d/go-git.v4 v4.13.1
gopkg.in/yaml.v3 v3.0.1
helm.sh/helm/v3 v3.14.4
helm.sh/helm/v3 v3.15.2
)

require (
Expand Down

0 comments on commit 81589c3

Please sign in to comment.