Skip to content

Commit da0c8cd

Browse files
chore(deps): update module github.com/alitto/pond to v2
1 parent c001806 commit da0c8cd

File tree

3 files changed

+36
-121
lines changed

3 files changed

+36
-121
lines changed

go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/doodlescheduling/tfxunpack
33
go 1.22.0
44

55
require (
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

0 commit comments

Comments
 (0)