diff --git a/background/projects-refresh-service/go.mod b/background/projects-refresh-service/go.mod index a1459a9ff..d37aff667 100644 --- a/background/projects-refresh-service/go.mod +++ b/background/projects-refresh-service/go.mod @@ -9,7 +9,7 @@ replace github.com/diggerhq/digger/backend => ../../backend exclude google.golang.org/grpc/stats/opentelemetry v0.0.0-20240907200651-3ffb98b2c93a require ( - github.com/diggerhq/digger/backend v0.0.0-00010101000000-000000000000 + github.com/diggerhq/digger/backend v0.0.0-20251126120824-a72d7f86a23c github.com/diggerhq/digger/libs v0.0.0-00010101000000-000000000000 ) @@ -104,6 +104,7 @@ require ( github.com/fatih/color v1.16.0 // indirect github.com/felixge/httpsnoop v1.0.4 // indirect github.com/gabriel-vasile/mimetype v1.4.4 // indirect + github.com/getsentry/sentry-go v0.29.0 // indirect github.com/gin-contrib/sse v0.1.0 // indirect github.com/gin-gonic/gin v1.10.0 // indirect github.com/go-errors/errors v1.4.2 // indirect diff --git a/background/projects-refresh-service/go.sum b/background/projects-refresh-service/go.sum index 9326df0e4..d1aa74dfa 100644 --- a/background/projects-refresh-service/go.sum +++ b/background/projects-refresh-service/go.sum @@ -997,6 +997,8 @@ github.com/frankban/quicktest v1.14.6/go.mod h1:4ptaffx2x8+WTWXmUCuVU6aPUX1/Mz7z github.com/fsnotify/fsnotify v1.4.7/go.mod h1:jwhsz4b93w/PPRr/qN1Yymfu8t87LnFCMoQvtojpjFo= github.com/gabriel-vasile/mimetype v1.4.4 h1:QjV6pZ7/XZ7ryI2KuyeEDE8wnh7fHP9YnQy+R0LnH8I= github.com/gabriel-vasile/mimetype v1.4.4/go.mod h1:JwLei5XPtWdGiMFB5Pjle1oEeoSeEuJfJE+TtfvdB/s= +github.com/getsentry/sentry-go v0.29.0 h1:YtWluuCFg9OfcqnaujpY918N/AhCCwarIDWOYSBAjCA= +github.com/getsentry/sentry-go v0.29.0/go.mod h1:jhPesDAL0Q0W2+2YEuVOvdWmVtdsr1+jtBrlDEVWwLY= github.com/ghodss/yaml v0.0.0-20150909031657-73d445a93680/go.mod h1:4dBDuWmgqj2HViK6kFavaiC9ZROes6MMH2rRYeMEF04= github.com/ghodss/yaml v1.0.0/go.mod h1:4dBDuWmgqj2HViK6kFavaiC9ZROes6MMH2rRYeMEF04= github.com/gin-contrib/sse v0.1.0 h1:Y/yl/+YNO8GZSjAhjMsSuLt29uWRFHdHYUb5lYOV9qE= diff --git a/drift/go.mod b/drift/go.mod index aa07cbc24..18f96354d 100644 --- a/drift/go.mod +++ b/drift/go.mod @@ -8,7 +8,7 @@ go 1.25.0 require ( github.com/bradleyfalzon/ghinstallation/v2 v2.16.0 - github.com/diggerhq/digger/backend v0.0.0-20241111113338-9a40639ab83c + github.com/diggerhq/digger/backend v0.0.0-20251126120824-a72d7f86a23c github.com/diggerhq/digger/libs v0.4.15 github.com/dominikbraun/graph v0.23.0 github.com/getsentry/sentry-go v0.29.0 diff --git a/ee/backend/go.mod b/ee/backend/go.mod index f4ebe9fff..acfca0d5a 100644 --- a/ee/backend/go.mod +++ b/ee/backend/go.mod @@ -18,7 +18,7 @@ require ( github.com/bradleyfalzon/ghinstallation/v2 v2.16.0 github.com/buildkite/go-buildkite/v3 v3.11.0 github.com/dchest/uniuri v1.2.0 - github.com/diggerhq/digger/backend v0.0.0-20241111113338-9a40639ab83c + github.com/diggerhq/digger/backend v0.0.0-20251126120824-a72d7f86a23c 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 diff --git a/ee/drift/go.mod b/ee/drift/go.mod index 4eeb09f9e..dcff3ad73 100644 --- a/ee/drift/go.mod +++ b/ee/drift/go.mod @@ -9,7 +9,7 @@ replace github.com/diggerhq/digger/drift => ../../drift go 1.25.0 require ( - github.com/diggerhq/digger/backend v0.0.0-20241111113338-9a40639ab83c + github.com/diggerhq/digger/backend v0.0.0-20251126120824-a72d7f86a23c github.com/diggerhq/digger/drift v0.0.0-00010101000000-000000000000 github.com/getsentry/sentry-go v0.29.0 github.com/gin-gonic/gin v1.10.0