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
8
8
9
9
require (
10
10
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
12
12
github.com/diggerhq/digger/libs v0.4.15
13
13
github.com/google/go-github/v61 v61.0.0
14
14
github.com/samber/lo v1.44.0
@@ -133,6 +133,7 @@ require (
133
133
github.com/google/go-github/v62 v62.0.0 // indirect
134
134
github.com/google/go-querystring v1.1.0 // indirect
135
135
github.com/google/s2a-go v0.1.8 // indirect
136
+ github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
136
137
github.com/google/uuid v1.6.0 // indirect
137
138
github.com/googleapis/enterprise-certificate-proxy v0.3.4 // indirect
138
139
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
1180
1180
github.com/google/renameio v0.1.0 /go.mod h1:KWCgfxg9yswjAJkECMjeO8J8rahYeXnNhOm40UhjYkI =
1181
1181
github.com/google/s2a-go v0.1.8 h1:zZDs9gcbt9ZPLV0ndSyQk6Kacx2g/X+SKYovpnz3SMM =
1182
1182
github.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 =
1183
1185
github.com/google/uuid v1.0.0 /go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo =
1184
1186
github.com/google/uuid v1.1.1 /go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo =
1185
1187
github.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