File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module github.com/doodlescheduling/tfxunpack
33go 1.24.0
44
55require (
6- github.com/alitto/pond v1.9.2
6+ github.com/alitto/pond/v2 v2.3.4
77 github.com/crossplane/crossplane-runtime v1.20.0
88 github.com/go-logr/logr v1.4.2
99 github.com/go-logr/zapr v1.3.0
Original file line number Diff line number Diff line change 11dario.cat/mergo v1.0.2 h1:85+piFYR1tMbRrLcDwR18y4UKJ3aH1Tbzi24VRW1TK8 =
22dario.cat/mergo v1.0.2 /go.mod h1:E/hbnu0NxMFBjpMIE34DRGLWqDy0g5FuKDhCb31ngxA =
3- github.com/alitto/pond v1.9.2 h1:9Qb75z/scEZVCoSU+osVmQ0I0JOeLfdTDafrbcJ8CLs =
4- github.com/alitto/pond v1.9.2 /go.mod h1:xQn3P/sHTYcU/1BR3i86IGIrilcrGC2LiS+E2+CJWsI =
3+ github.com/alitto/pond/v2 v2.3.4 h1:hR0bqAwJiI2chu3cLN4gVyNC7rc5mj/l5wg0710nxsY =
4+ github.com/alitto/pond/v2 v2.3.4 /go.mod h1:xkjYEgQ05RSpWdfSd1nM3OVv7TBhLdy7rMp3+2Nq+yE =
55github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM =
66github.com/beorn7/perks v1.0.1 /go.mod h1:G2ZrVWU2WbWT9wwq4/hrbKbnv/1ERSJQ0ibhJ6rlkpw =
77github.com/cespare/xxhash/v2 v2.3.0 h1:UL815xU9SqsFlibzuggzjXhog7bL6oX9BbNZnL2UFvs =
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import (
1212 "runtime/debug"
1313 "strings"
1414
15- "github.com/alitto/pond"
15+ "github.com/alitto/pond/v2 "
1616 v1 "github.com/crossplane/crossplane-runtime/apis/common/v1"
1717 "github.com/crossplane/crossplane-runtime/pkg/resource"
1818 "github.com/go-logr/logr"
You can’t perform that action at this time.
0 commit comments