File tree Expand file tree Collapse file tree 5 files changed +7
-4
lines changed
background/projects-refresh-service Expand file tree Collapse file tree 5 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ require (
5151)
5252
5353require (
54- github.com/diggerhq/digger/libs v0.0.0-00010101000000-000000000000
54+ github.com/diggerhq/digger/libs v0.0.0-20240604170430-9d61cdf01cc5
5555 github.com/sethvargo/go-retry v0.3.0
5656 gorm.io/datatypes v1.2.7
5757)
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ exclude google.golang.org/grpc/stats/opentelemetry v0.0.0-20240907200651-3ffb98b
1010
1111require (
1212 github.com/diggerhq/digger/backend v0.0.0-00010101000000-000000000000
13- github.com/diggerhq/digger/libs v0.0.0-00010101000000-000000000000
13+ github.com/diggerhq/digger/libs v0.0.0-20240604170430-9d61cdf01cc5
1414)
1515
1616require (
@@ -104,6 +104,7 @@ require (
104104 github.com/fatih/color v1.16.0 // indirect
105105 github.com/felixge/httpsnoop v1.0.4 // indirect
106106 github.com/gabriel-vasile/mimetype v1.4.4 // indirect
107+ github.com/getsentry/sentry-go v0.29.0 // indirect
107108 github.com/gin-contrib/sse v0.1.0 // indirect
108109 github.com/gin-gonic/gin v1.10.0 // indirect
109110 github.com/go-errors/errors v1.4.2 // indirect
Original file line number Diff line number Diff line change @@ -997,6 +997,8 @@ github.com/frankban/quicktest v1.14.6/go.mod h1:4ptaffx2x8+WTWXmUCuVU6aPUX1/Mz7z
997997github.com/fsnotify/fsnotify v1.4.7 /go.mod h1:jwhsz4b93w/PPRr/qN1Yymfu8t87LnFCMoQvtojpjFo =
998998github.com/gabriel-vasile/mimetype v1.4.4 h1:QjV6pZ7/XZ7ryI2KuyeEDE8wnh7fHP9YnQy+R0LnH8I =
999999github.com/gabriel-vasile/mimetype v1.4.4 /go.mod h1:JwLei5XPtWdGiMFB5Pjle1oEeoSeEuJfJE+TtfvdB/s =
1000+ github.com/getsentry/sentry-go v0.29.0 h1:YtWluuCFg9OfcqnaujpY918N/AhCCwarIDWOYSBAjCA =
1001+ github.com/getsentry/sentry-go v0.29.0 /go.mod h1:jhPesDAL0Q0W2+2YEuVOvdWmVtdsr1+jtBrlDEVWwLY =
10001002github.com/ghodss/yaml v0.0.0-20150909031657-73d445a93680 /go.mod h1:4dBDuWmgqj2HViK6kFavaiC9ZROes6MMH2rRYeMEF04 =
10011003github.com/ghodss/yaml v1.0.0 /go.mod h1:4dBDuWmgqj2HViK6kFavaiC9ZROes6MMH2rRYeMEF04 =
10021004github.com/gin-contrib/sse v0.1.0 h1:Y/yl/+YNO8GZSjAhjMsSuLt29uWRFHdHYUb5lYOV9qE =
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ go 1.25.0
55replace github.com/diggerhq/digger/libs => ../libs
66
77require (
8- github.com/diggerhq/digger/libs v0.0.0-00010101000000-000000000000
8+ github.com/diggerhq/digger/libs v0.0.0-20240604170430-9d61cdf01cc5
99 github.com/stretchr/testify v1.10.0
1010)
1111
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ go 1.25.0
55replace github.com/diggerhq/digger/libs => ../libs
66
77require (
8- github.com/diggerhq/digger/libs v0.0.0-00010101000000-000000000000
8+ github.com/diggerhq/digger/libs v0.0.0-20240604170430-9d61cdf01cc5
99 github.com/google/go-github/v61 v61.0.0
1010 github.com/spf13/cobra v1.9.1
1111 github.com/spf13/pflag v1.0.6
You can’t perform that action at this time.
0 commit comments