Skip to content

Commit 5092baf

Browse files
committed
drop replace
Signed-off-by: cpanato <[email protected]>
1 parent f387bce commit 5092baf

File tree

2 files changed

+189
-8
lines changed

2 files changed

+189
-8
lines changed

go.mod

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
module github.com/helm/chart-releaser
22

3-
go 1.22.0
3+
go 1.23.0
4+
45
toolchain go1.23.5
56

67
require (
@@ -105,7 +106,6 @@ require (
105106
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
106107
github.com/modern-go/reflect2 v1.0.2 // indirect
107108
github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00 // indirect
108-
github.com/morikuni/aec v1.0.0 // indirect
109109
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
110110
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f // indirect
111111
github.com/opencontainers/go-digest v1.0.0 // indirect
@@ -154,6 +154,7 @@ require (
154154
gopkg.in/inf.v0 v0.9.1 // indirect
155155
gopkg.in/ini.v1 v1.67.0 // indirect
156156
gopkg.in/yaml.v3 v3.0.1 // indirect
157+
gotest.tools/v3 v3.4.0 // indirect
157158
k8s.io/api v0.32.0 // indirect
158159
k8s.io/apiextensions-apiserver v0.32.0 // indirect
159160
k8s.io/apimachinery v0.32.0 // indirect
@@ -172,5 +173,3 @@ require (
172173
sigs.k8s.io/structured-merge-diff/v4 v4.4.2 // indirect
173174
sigs.k8s.io/yaml v1.4.0 // indirect
174175
)
175-
176-
replace github.com/docker/docker => github.com/moby/moby v24.0.7+incompatible

0 commit comments

Comments
 (0)