File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ replace github.com/diggerhq/digger/cli => ../../cli
88
99require (
1010 github.com/diggerhq/digger/backend v0.0.0-20241111113338-9a40639ab83c
11- github.com/diggerhq/digger/cli v0.0.0-20240705091808-75187a7aae8e
11+ github.com/diggerhq/digger/cli v0.0.0-20250805034610-9963a764c037
1212 github.com/diggerhq/digger/libs v0.4.15
1313 github.com/google/go-github/v61 v61.0.0
1414 github.com/samber/lo v1.44.0
@@ -133,6 +133,7 @@ require (
133133 github.com/google/go-github/v62 v62.0.0 // indirect
134134 github.com/google/go-querystring v1.1.0 // indirect
135135 github.com/google/s2a-go v0.1.8 // indirect
136+ github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
136137 github.com/google/uuid v1.6.0 // indirect
137138 github.com/googleapis/enterprise-certificate-proxy v0.3.4 // indirect
138139 github.com/googleapis/gax-go/v2 v2.13.0 // indirect
Original file line number Diff line number Diff line change @@ -1180,6 +1180,8 @@ github.com/google/pprof v0.0.0-20210720184732-4bb14d4b1be1/go.mod h1:kpwsk12EmLe
11801180github.com/google/renameio v0.1.0 /go.mod h1:KWCgfxg9yswjAJkECMjeO8J8rahYeXnNhOm40UhjYkI =
11811181github.com/google/s2a-go v0.1.8 h1:zZDs9gcbt9ZPLV0ndSyQk6Kacx2g/X+SKYovpnz3SMM =
11821182github.com/google/s2a-go v0.1.8 /go.mod h1:6iNWHTpQ+nfNRN5E00MSdfDwVesa8hhS32PhPO8deJA =
1183+ github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 h1:El6M4kTTCOh6aBiKaUGG7oYTSPP8MxqL4YI3kZKwcP4 =
1184+ github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 /go.mod h1:pupxD2MaaD3pAXIBCelhxNneeOaAeabZDe5s4K6zSpQ =
11831185github.com/google/uuid v1.0.0 /go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo =
11841186github.com/google/uuid v1.1.1 /go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo =
11851187github.com/google/uuid v1.1.2 /go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo =
You can’t perform that action at this time.
0 commit comments