File tree 2 files changed +189
-8
lines changed
2 files changed +189
-8
lines changed Original file line number Diff line number Diff line change 1
1
module github.com/helm/chart-releaser
2
2
3
- go 1.22.0
3
+ go 1.23.0
4
+
4
5
toolchain go1.23.5
5
6
6
7
require (
@@ -105,7 +106,6 @@ require (
105
106
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
106
107
github.com/modern-go/reflect2 v1.0.2 // indirect
107
108
github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00 // indirect
108
- github.com/morikuni/aec v1.0.0 // indirect
109
109
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
110
110
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f // indirect
111
111
github.com/opencontainers/go-digest v1.0.0 // indirect
@@ -154,6 +154,7 @@ require (
154
154
gopkg.in/inf.v0 v0.9.1 // indirect
155
155
gopkg.in/ini.v1 v1.67.0 // indirect
156
156
gopkg.in/yaml.v3 v3.0.1 // indirect
157
+ gotest.tools/v3 v3.4.0 // indirect
157
158
k8s.io/api v0.32.0 // indirect
158
159
k8s.io/apiextensions-apiserver v0.32.0 // indirect
159
160
k8s.io/apimachinery v0.32.0 // indirect
@@ -172,5 +173,3 @@ require (
172
173
sigs.k8s.io/structured-merge-diff/v4 v4.4.2 // indirect
173
174
sigs.k8s.io/yaml v1.4.0 // indirect
174
175
)
175
-
176
- replace github.com/docker/docker => github.com/moby/moby v24.0.7+incompatible
You can’t perform that action at this time.
0 commit comments