Skip to content
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion backend/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ require (
)

require (
github.com/diggerhq/digger/libs v0.0.0-00010101000000-000000000000
github.com/diggerhq/digger/libs v0.0.0-20240604170430-9d61cdf01cc5
github.com/sethvargo/go-retry v0.3.0
gorm.io/datatypes v1.2.7
)
Expand Down
3 changes: 2 additions & 1 deletion background/projects-refresh-service/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ exclude google.golang.org/grpc/stats/opentelemetry v0.0.0-20240907200651-3ffb98b

require (
github.com/diggerhq/digger/backend v0.0.0-00010101000000-000000000000
github.com/diggerhq/digger/libs v0.0.0-00010101000000-000000000000
github.com/diggerhq/digger/libs v0.0.0-20240604170430-9d61cdf01cc5
)

require (
Expand Down Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions background/projects-refresh-service/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -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=
Expand Down
2 changes: 1 addition & 1 deletion cli_e2e/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.25.0
replace github.com/diggerhq/digger/libs => ../libs

require (
github.com/diggerhq/digger/libs v0.0.0-00010101000000-000000000000
github.com/diggerhq/digger/libs v0.0.0-20240604170430-9d61cdf01cc5
github.com/stretchr/testify v1.10.0
)

Expand Down
2 changes: 1 addition & 1 deletion dgctl/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.25.0
replace github.com/diggerhq/digger/libs => ../libs

require (
github.com/diggerhq/digger/libs v0.0.0-00010101000000-000000000000
github.com/diggerhq/digger/libs v0.0.0-20240604170430-9d61cdf01cc5
github.com/google/go-github/v61 v61.0.0
github.com/spf13/cobra v1.9.1
github.com/spf13/pflag v1.0.6
Expand Down
Loading