File tree Expand file tree Collapse file tree 3 files changed +36
-121
lines changed
Expand file tree Collapse file tree 3 files changed +36
-121
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module github.com/doodlescheduling/tfxunpack
33go 1.22.0
44
55require (
6- github.com/alitto/pond v1.9.2
6+ github.com/alitto/pond/v2 v2.0.0
77 github.com/crossplane/crossplane-runtime v1.17.0
88 github.com/go-logr/logr v1.4.2
99 github.com/go-logr/zapr v1.3.0
@@ -42,7 +42,6 @@ require (
4242 github.com/modern-go/reflect2 v1.0.2 // indirect
4343 github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
4444 github.com/pkg/errors v0.9.1 // indirect
45- github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
4645 github.com/spf13/afero v1.11.0 // indirect
4746 github.com/spf13/cobra v1.8.1 // indirect
4847 github.com/x448/float16 v0.8.4 // indirect
@@ -56,7 +55,6 @@ require (
5655 golang.org/x/text v0.18.0 // indirect
5756 golang.org/x/time v0.6.0 // indirect
5857 golang.org/x/tools v0.25.0 // indirect
59- google.golang.org/appengine v1.6.8 // indirect
6058 google.golang.org/protobuf v1.34.2 // indirect
6159 gopkg.in/inf.v0 v0.9.1 // indirect
6260 gopkg.in/yaml.v2 v2.4.0 // indirect
You can’t perform that action at this time.
0 commit comments