Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update github.com/diggerhq/digger/backend digest to bedf968 #1565

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ee/backend/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ 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-20240716122529-bedf968fc389
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
Expand Down Expand Up @@ -96,7 +97,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
Loading