Skip to content

Commit

Permalink
Update github.com/diggerhq/digger/backend digest to d2b73bb
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 6, 2024
1 parent 9552f41 commit e92f56c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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-20240906161326-d2b73bb618e6
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
4 changes: 2 additions & 2 deletions 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-20240906161326-d2b73bb618e6
github.com/diggerhq/digger/libs v0.4.15
github.com/dominikbraun/graph v0.23.0
github.com/getsentry/sentry-go v0.28.1
Expand All @@ -20,6 +20,7 @@ require (
github.com/robfig/cron/v3 v3.0.1
github.com/samber/lo v1.46.0
github.com/samber/slog-gin v1.13.3
github.com/stretchr/testify v1.9.0
github.com/supabase-community/supabase-go v0.0.4
golang.org/x/oauth2 v0.22.0
gorm.io/driver/postgres v1.5.9
Expand Down Expand Up @@ -245,7 +246,6 @@ require (
github.com/spf13/cast v1.6.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/spf13/viper v1.18.2 // indirect
github.com/stretchr/testify v1.9.0 // indirect
github.com/subosito/gotenv v1.6.0 // indirect
github.com/supabase-community/functions-go v0.0.0-20220927045802-22373e6cb51d // indirect
github.com/supabase-community/gotrue-go v1.2.0 // indirect
Expand Down

0 comments on commit e92f56c

Please sign in to comment.