Skip to content

Commit

Permalink
chore: document kyaml upgrade issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mgoltzsche committed Jul 13, 2022
1 parent 0e51260 commit 6710f85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ require (
)

replace (
// This is pinned to an older version due to https://github.com/mgoltzsche/khelm/pull/33#issuecomment-1182614524
sigs.k8s.io/kustomize/api => sigs.k8s.io/kustomize/api v0.11.0
sigs.k8s.io/kustomize/kyaml => sigs.k8s.io/kustomize/kyaml v0.13.2
)
Expand Down Expand Up @@ -82,7 +83,6 @@ require (
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
github.com/mitchellh/copystructure v1.2.0 // indirect
github.com/mitchellh/go-wordwrap v1.0.0 // indirect
github.com/mitchellh/mapstructure v1.4.1 // indirect
github.com/mitchellh/reflectwalk v1.0.2 // indirect
github.com/moby/locker v1.0.1 // indirect
github.com/moby/spdystream v0.2.0 // indirect
Expand Down

0 comments on commit 6710f85

Please sign in to comment.