Skip to content

Commit 21d2cd4

Browse files
Update github.com/diggerhq/digger/backend digest to 1d7292f
1 parent 2e4fae4 commit 21d2cd4

File tree

5 files changed

+169
-7
lines changed

5 files changed

+169
-7
lines changed

drift/go.mod

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ go 1.24.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-20251107022304-1d7292f91386
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
@@ -201,7 +201,7 @@ require (
201201
github.com/mitchellh/panicwrap v1.0.0 // indirect
202202
github.com/mitchellh/reflectwalk v1.0.2 // indirect
203203
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
204-
github.com/modern-go/reflect2 v1.0.2 // indirect
204+
github.com/modern-go/reflect2 v1.0.3-0.20250322232337-35a7c28c31ee // indirect
205205
github.com/nsf/jsondiff v0.0.0-20210926074059-1e845ec5d249 // indirect
206206
github.com/oklog/run v1.1.0 // indirect
207207
github.com/olekukonko/tablewriter v0.0.5 // indirect
@@ -257,6 +257,7 @@ require (
257257
go.opentelemetry.io/otel/sdk/metric v1.29.0 // indirect
258258
go.opentelemetry.io/otel/trace v1.29.0 // indirect
259259
go.uber.org/atomic v1.9.0 // indirect
260+
go.yaml.in/yaml/v2 v2.4.2 // indirect
260261
golang.org/x/arch v0.8.0 // indirect
261262
golang.org/x/crypto v0.41.0 // indirect
262263
golang.org/x/exp v0.0.0-20240531132922-fd00a4e0eefc // indirect
@@ -275,12 +276,13 @@ require (
275276
google.golang.org/genproto/googleapis/rpc v0.0.0-20241015192408-796eee8c2d53 // indirect
276277
google.golang.org/grpc v1.67.1 // indirect
277278
google.golang.org/grpc/stats/opentelemetry v0.0.0-20240907200651-3ffb98b2c93a // indirect
278-
google.golang.org/protobuf v1.35.1 // indirect
279+
google.golang.org/protobuf v1.36.5 // indirect
279280
gopkg.in/ini.v1 v1.67.0 // indirect
280281
gopkg.in/square/go-jose.v2 v2.6.0 // indirect
281282
gopkg.in/urfave/cli.v1 v1.20.0 // indirect
282283
gopkg.in/yaml.v2 v2.4.0 // indirect
283284
gopkg.in/yaml.v3 v3.0.1 // indirect
284285
gorm.io/driver/postgres v1.6.0 // indirect
285286
gorm.io/gorm v1.31.0 // indirect
287+
sigs.k8s.io/yaml v1.6.0 // indirect
286288
)

0 commit comments

Comments
 (0)