File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -163,6 +163,7 @@ require (
163
163
github.com/kisielk/errcheck v1.9.0 // indirect
164
164
github.com/kkHAIKE/contextcheck v1.1.6 // indirect
165
165
github.com/klauspost/compress v1.18.0 // indirect
166
+ github.com/klauspost/cpuid/v2 v2.3.0 // indirect
166
167
github.com/klauspost/pgzip v1.2.6 // indirect
167
168
github.com/kulti/thelper v0.6.3 // indirect
168
169
github.com/kunwardeep/paralleltest v1.0.14 // indirect
@@ -198,7 +199,7 @@ require (
198
199
github.com/opencontainers/go-digest v1.0.0 // indirect
199
200
github.com/opencontainers/image-spec v1.1.1 // indirect
200
201
github.com/pelletier/go-toml/v2 v2.2.4 // indirect
201
- github.com/pjbgf/sha1cd v0.4 .0 // indirect
202
+ github.com/pjbgf/sha1cd v0.5 .0 // indirect
202
203
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c // indirect
203
204
github.com/pkg/errors v0.9.1 // indirect
204
205
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
Original file line number Diff line number Diff line change @@ -359,6 +359,8 @@ github.com/kkHAIKE/contextcheck v1.1.6 h1:7HIyRcnyzxL9Lz06NGhiKvenXq7Zw6Q0UQu/tt
359
359
github.com/kkHAIKE/contextcheck v1.1.6 /go.mod h1:3dDbMRNBFaq8HFXWC1JyvDSPm43CmE6IuHam8Wr0rkg =
360
360
github.com/klauspost/compress v1.18.0 h1:c/Cqfb0r+Yi+JtIEq73FWXVkRonBlf0CRNYc8Zttxdo =
361
361
github.com/klauspost/compress v1.18.0 /go.mod h1:2Pp+KzxcywXVXMr50+X0Q/Lsb43OQHYWRCY2AiWywWQ =
362
+ github.com/klauspost/cpuid/v2 v2.3.0 h1:S4CRMLnYUhGeDFDqkGriYKdfoFlDnMtqTiI/sFzhA9Y =
363
+ github.com/klauspost/cpuid/v2 v2.3.0 /go.mod h1:hqwkgyIinND0mEev00jJYCxPNVRVXFQeu1XKlok6oO0 =
362
364
github.com/klauspost/pgzip v1.2.6 h1:8RXeL5crjEUFnR2/Sn6GJNWtSQ3Dk8pq4CL3jvdDyjU =
363
365
github.com/klauspost/pgzip v1.2.6 /go.mod h1:Ch1tH69qFZu15pkjo5kYi6mth2Zzwzt50oCQKQE9RUs =
364
366
github.com/kr/pretty v0.1.0 /go.mod h1:dAy3ld7l9f0ibDNOQOHHMYYIIbhfbHSm3C4ZsoJORNo =
@@ -455,8 +457,8 @@ github.com/otiai10/mint v1.6.3 h1:87qsV/aw1F5as1eH1zS/yqHY85ANKVMgkDrf9rcxbQs=
455
457
github.com/otiai10/mint v1.6.3 /go.mod h1:MJm72SBthJjz8qhefc4z1PYEieWmy8Bku7CjcAqyUSM =
456
458
github.com/pelletier/go-toml/v2 v2.2.4 h1:mye9XuhQ6gvn5h28+VilKrrPoQVanw5PMw/TB0t5Ec4 =
457
459
github.com/pelletier/go-toml/v2 v2.2.4 /go.mod h1:2gIqNv+qfxSVS7cM2xJQKtLSTLUE9V8t9Stt+h56mCY =
458
- github.com/pjbgf/sha1cd v0.4 .0 h1:NXzbL1RvjTUi6kgYZCX3fPwwl27Q1LJndxtUDVfJGRY =
459
- github.com/pjbgf/sha1cd v0.4 .0 /go.mod h1:zQWigSxVmsHEZow5qaLtPYxpcKMMQpa09ixqBxuCS6A =
460
+ github.com/pjbgf/sha1cd v0.5 .0 h1:a+UkboSi1znleCDUNT3M5YxjOnN1fz2FhN48FlwCxs0 =
461
+ github.com/pjbgf/sha1cd v0.5 .0 /go.mod h1:lhpGlyHLpQZoxMv8HcgXvZEhcGs0PG/vsZnEJ7H0iCM =
460
462
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c h1:+mdjkGKdHQG3305AYmdv1U2eRNDiU2ErMBj1gwrq8eQ =
461
463
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c /go.mod h1:7rwL4CYBLnjLxUqIJNnCWiEdr3bn6IUYi15bNlnbCCU =
462
464
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4 =
You can’t perform that action at this time.
0 commit comments