Skip to content

Commit c34b9cc

Browse files
authored
Upgrade pond from v1.8.3 to v2.5.0 (#9693)
1 parent d2be664 commit c34b9cc

File tree

3 files changed

+71
-13
lines changed

3 files changed

+71
-13
lines changed

go.mod

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ require (
6666
github.com/Masterminds/sprig/v3 v3.2.3
6767
github.com/NYTimes/gziphandler v1.1.1
6868
github.com/Shopify/go-lua v0.0.0-20221004153744-91867de107cf
69-
github.com/alitto/pond v1.8.3
69+
github.com/alitto/pond/v2 v2.5.0
7070
github.com/antonmedv/expr v1.15.3
7171
github.com/aws/aws-sdk-go-v2 v1.39.2
7272
github.com/aws/aws-sdk-go-v2/config v1.31.12
@@ -95,6 +95,15 @@ require (
9595
github.com/matoous/go-nanoid v1.5.0
9696
github.com/minio/crc64nvme v1.0.1
9797
github.com/puzpuzpuz/xsync v1.5.2
98+
github.com/treeverse/lakefs/modules/api/factory v0.0.0-20251118224848-d2be664caf31
99+
github.com/treeverse/lakefs/modules/auth/factory v0.0.0-20251118224848-d2be664caf31
100+
github.com/treeverse/lakefs/modules/authentication/factory v0.0.0-20251118224848-d2be664caf31
101+
github.com/treeverse/lakefs/modules/block/factory v0.0.0-20251118224848-d2be664caf31
102+
github.com/treeverse/lakefs/modules/catalog/factory v0.0.0-20251118224848-d2be664caf31
103+
github.com/treeverse/lakefs/modules/config/factory v0.0.0-20251118224848-d2be664caf31
104+
github.com/treeverse/lakefs/modules/gateway/factory v0.0.0-20251118224848-d2be664caf31
105+
github.com/treeverse/lakefs/modules/license/factory v0.0.0-20251118224848-d2be664caf31
106+
github.com/treeverse/lakefs/webui v0.0.0-20251118224848-d2be664caf31
98107
go.uber.org/ratelimit v0.3.0
99108
gocloud.dev v0.34.1-0.20231122211418-53ccd8db26a1
100109
)

0 commit comments

Comments
 (0)