Skip to content

Commit 0892795

Browse files
fix(deps): update github.com/diggerhq/digger/cli digest to 9963a76
1 parent 9963a76 commit 0892795

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

ee/cli/go.mod

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ replace github.com/diggerhq/digger/cli => ../../cli
88

99
require (
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

ee/cli/go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1180,6 +1180,8 @@ github.com/google/pprof v0.0.0-20210720184732-4bb14d4b1be1/go.mod h1:kpwsk12EmLe
11801180
github.com/google/renameio v0.1.0/go.mod h1:KWCgfxg9yswjAJkECMjeO8J8rahYeXnNhOm40UhjYkI=
11811181
github.com/google/s2a-go v0.1.8 h1:zZDs9gcbt9ZPLV0ndSyQk6Kacx2g/X+SKYovpnz3SMM=
11821182
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=
11831185
github.com/google/uuid v1.0.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
11841186
github.com/google/uuid v1.1.1/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
11851187
github.com/google/uuid v1.1.2/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=

0 commit comments

Comments
 (0)