Skip to content

Commit b56f626

Browse files
fix(deps): update github.com/diggerhq/digger/backend digest to e233862
1 parent e233862 commit b56f626

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

drift/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ go 1.25.0
88

99
require (
1010
github.com/bradleyfalzon/ghinstallation/v2 v2.16.0
11-
github.com/diggerhq/digger/backend v0.0.0-20241111113338-9a40639ab83c
11+
github.com/diggerhq/digger/backend v0.0.0-20260311173019-e233862792b7
1212
github.com/diggerhq/digger/libs v0.4.15
1313
github.com/dominikbraun/graph v0.23.0
1414
github.com/getsentry/sentry-go v0.29.0

ee/backend/go.mod

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ require (
1818
github.com/bradleyfalzon/ghinstallation/v2 v2.16.0
1919
github.com/buildkite/go-buildkite/v3 v3.11.0
2020
github.com/dchest/uniuri v1.2.0
21-
github.com/diggerhq/digger/backend v0.0.0-20241111113338-9a40639ab83c
21+
github.com/diggerhq/digger/backend v0.0.0-20260311173019-e233862792b7
2222
github.com/diggerhq/digger/libs v0.4.15
2323
github.com/gin-gonic/gin v1.10.0
2424
github.com/google/go-github/v61 v61.0.0
@@ -246,6 +246,7 @@ require (
246246
github.com/sagikazarmark/locafero v0.7.0 // indirect
247247
github.com/segmentio/analytics-go/v3 v3.3.0 // indirect
248248
github.com/segmentio/backo-go v1.0.0 // indirect
249+
github.com/sethvargo/go-retry v0.3.0 // indirect
249250
github.com/sirupsen/logrus v1.9.3 // indirect
250251
github.com/sourcegraph/conc v0.3.0 // indirect
251252
github.com/sourcegraph/go-lsp v0.0.0-20200429204803-219e11d77f5d // indirect

ee/backend/go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1776,6 +1776,8 @@ github.com/segmentio/backo-go v1.0.0/go.mod h1:kJ9mm9YmoWSkk+oQ+5Cj8DEoRCX2JT6As
17761776
github.com/sergi/go-diff v1.0.0/go.mod h1:0CfEIISq7TuYL3j771MWULgwwjU+GofnZX9QAmXWZgo=
17771777
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 h1:n661drycOFuPLCN3Uc8sB6B/s6Z4t2xvBgU1htSHuq8=
17781778
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3/go.mod h1:A0bzQcvG0E7Rwjx0REVgAGH58e96+X0MeOfepqsbeW4=
1779+
github.com/sethvargo/go-retry v0.3.0 h1:EEt31A35QhrcRZtrYFDTBg91cqZVnFL2navjDrah2SE=
1780+
github.com/sethvargo/go-retry v0.3.0/go.mod h1:mNX17F0C/HguQMyMyJxcnU471gOZGxCLyYaFyAZraas=
17791781
github.com/shopspring/decimal v0.0.0-20180709203117-cd690d0c9e24/go.mod h1:M+9NzErvs504Cn4c5DxATwIqPbtswREoFCre64PpcG4=
17801782
github.com/shopspring/decimal v1.2.0/go.mod h1:DKyhrW/HYNuLGql+MJL6WCR6knT2jwCFRcu2hWCYk4o=
17811783
github.com/shurcooL/sanitized_anchor_name v1.0.0/go.mod h1:1NzhyTcUVG4SuEtjjoZeVRXNmyL/1OwPU0+IJeTBvfc=

ee/drift/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ replace github.com/diggerhq/digger/drift => ../../drift
99
go 1.25.0
1010

1111
require (
12-
github.com/diggerhq/digger/backend v0.0.0-20241111113338-9a40639ab83c
12+
github.com/diggerhq/digger/backend v0.0.0-20260311173019-e233862792b7
1313
github.com/diggerhq/digger/drift v0.0.0-00010101000000-000000000000
1414
github.com/getsentry/sentry-go v0.29.0
1515
github.com/gin-gonic/gin v1.10.0

0 commit comments

Comments
 (0)