Tidy go.mod
I.e. the result of `go mod tidy`. This is currently causing failures on `trunk` CI, e.g.[1] [1] https://github.com/cli/cli/actions/runs/8664231876/job/23760159399
This commit is contained in:
parent
a42450e9a3
commit
d4169eadb7
1 changed files with 1 additions and 1 deletions
2
go.mod
2
go.mod
|
|
@ -24,6 +24,7 @@ require (
|
|||
github.com/hashicorp/go-multierror v1.1.1
|
||||
github.com/hashicorp/go-version v1.3.0
|
||||
github.com/henvic/httpretty v0.1.3
|
||||
github.com/in-toto/in-toto-golang v0.9.0
|
||||
github.com/joho/godotenv v1.5.1
|
||||
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
|
||||
github.com/mattn/go-colorable v0.1.13
|
||||
|
|
@ -96,7 +97,6 @@ require (
|
|||
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
|
||||
github.com/hashicorp/go-retryablehttp v0.7.5 // indirect
|
||||
github.com/hashicorp/hcl v1.0.0 // indirect
|
||||
github.com/in-toto/in-toto-golang v0.9.0 // indirect
|
||||
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
||||
github.com/itchyny/gojq v0.12.15 // indirect
|
||||
github.com/itchyny/timefmt-go v0.1.5 // indirect
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue