Skip to content

Commit 81589c3

Browse files
🌱 Update Update Golang Dependencies group
| 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 |
1 parent 783b8ba commit 81589c3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

go.mod

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ require (
77
github.com/google/go-github/v56 v56.0.0
88
github.com/spf13/cobra v1.8.0
99
github.com/valyala/fasttemplate v1.2.2
10-
golang.org/x/mod v0.16.0
11-
golang.org/x/oauth2 v0.18.0
10+
golang.org/x/mod v0.19.0
11+
golang.org/x/oauth2 v0.21.0
1212
gopkg.in/src-d/go-git.v4 v4.13.1
1313
gopkg.in/yaml.v3 v3.0.1
14-
helm.sh/helm/v3 v3.14.4
14+
helm.sh/helm/v3 v3.15.2
1515
)
1616

1717
require (

0 commit comments

Comments
 (0)