Skip to content

Commit

Permalink
fix(deps): update github.com/diggerhq/digger/backend digest to 1663902
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 21, 2024
1 parent 1663902 commit d1a0902
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions ee/backend/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,12 @@ go 1.22.4
require (
github.com/bradleyfalzon/ghinstallation/v2 v2.11.0
github.com/buildkite/go-buildkite/v3 v3.11.0
github.com/diggerhq/digger/backend v0.0.0-20240604134226-50bc84a6807e
github.com/dchest/uniuri v1.2.0
github.com/diggerhq/digger/backend v0.0.0-20240821170810-1663902e09ff
github.com/diggerhq/digger/libs v0.4.15
github.com/gin-gonic/gin v1.10.0
github.com/google/go-github/v61 v61.0.0
github.com/google/uuid v1.6.0
github.com/robert-nix/ansihtml v1.0.1
github.com/xanzy/go-gitlab v0.106.0
golang.org/x/exp v0.0.0-20240531132922-fd00a4e0eefc
Expand Down Expand Up @@ -96,7 +98,6 @@ require (
github.com/creack/pty v1.1.17 // indirect
github.com/cyphar/filepath-securejoin v0.2.4 // indirect
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
github.com/dchest/uniuri v1.2.0 // indirect
github.com/diggerhq/digger/cli v0.0.0-20240705091808-75187a7aae8e // indirect
github.com/dimchansky/utfbom v1.1.1 // indirect
github.com/dineshba/tf-summarize v0.3.10 // indirect
Expand Down Expand Up @@ -132,7 +133,6 @@ require (
github.com/google/go-github/v62 v62.0.0 // indirect
github.com/google/go-querystring v1.1.0 // indirect
github.com/google/s2a-go v0.1.7 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/googleapis/enterprise-certificate-proxy v0.3.2 // indirect
github.com/googleapis/gax-go/v2 v2.12.4 // indirect
github.com/gorilla/context v1.1.2 // indirect
Expand Down
2 changes: 1 addition & 1 deletion next/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ replace github.com/diggerhq/digger/libs => ../libs
require (
github.com/bradleyfalzon/ghinstallation/v2 v2.11.0
github.com/dchest/uniuri v1.2.0
github.com/diggerhq/digger/backend v0.0.0-00010101000000-000000000000
github.com/diggerhq/digger/backend v0.0.0-20240821170810-1663902e09ff
github.com/diggerhq/digger/libs v0.4.15
github.com/dominikbraun/graph v0.23.0
github.com/getsentry/sentry-go v0.28.1
Expand Down

0 comments on commit d1a0902

Please sign in to comment.