Skip to content

Commit 464a8f2

Browse files
committed
Dissuade the bot
1 parent 6895b63 commit 464a8f2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module go.flow.arcalot.io/engine
22

33
go 1.23.0
44

5-
toolchain go1.23.5
5+
toolchain go1.23.6
66

77
require (
88
go.arcalot.io/assert v1.8.0
@@ -23,7 +23,7 @@ require (
2323
require (
2424
github.com/Azure/go-ansiterm v0.0.0-20250102033503-faa5f7b0171c // indirect
2525
github.com/Microsoft/go-winio v0.6.2 // indirect
26-
github.com/cenkalti/backoff/v5 v5.0.2 // indirect
26+
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
2727
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
2828
github.com/distribution/reference v0.6.0 // indirect
2929
github.com/docker/docker v28.0.0+incompatible // indirect
@@ -73,7 +73,7 @@ require (
7373
golang.org/x/text v0.22.0 // indirect
7474
golang.org/x/time v0.10.0 // indirect
7575
google.golang.org/protobuf v1.36.5 // indirect
76-
gopkg.in/evanphx/json-patch.v5 v5.9.11 // indirect
76+
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
7777
gopkg.in/inf.v0 v0.9.1 // indirect
7878
k8s.io/api v0.32.2 // indirect
7979
k8s.io/apimachinery v0.32.2 // indirect

0 commit comments

Comments
 (0)