mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Fix issue ranking script - commit go.sum (#1498)
Signed-off-by: Jakub Martin <kubam@spacelift.io>
This commit is contained in:
parent
2835650ef8
commit
d6f2783752
@ -2,8 +2,6 @@ module github.com/opentofu/opentofu/.github/scripts/update_top_issues_ranking
|
||||
|
||||
go 1.22.1
|
||||
|
||||
require (
|
||||
github.com/google/go-github/v61 v61.0.0
|
||||
)
|
||||
require github.com/google/go-github/v61 v61.0.0
|
||||
|
||||
require github.com/google/go-querystring v1.1.0 // indirect
|
||||
|
8
.github/scripts/update_top_issues_ranking/go.sum
vendored
Normal file
8
.github/scripts/update_top_issues_ranking/go.sum
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
github.com/google/go-cmp v0.5.2/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE=
|
||||
github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI=
|
||||
github.com/google/go-cmp v0.6.0/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY=
|
||||
github.com/google/go-github/v61 v61.0.0 h1:VwQCBwhyE9JclCI+22/7mLB1PuU9eowCXKY5pNlu1go=
|
||||
github.com/google/go-github/v61 v61.0.0/go.mod h1:0WR+KmsWX75G2EbpyGsGmradjo3IiciuI4BmdVCobQY=
|
||||
github.com/google/go-querystring v1.1.0 h1:AnCroh3fv4ZBgVIf1Iwtovgjaw/GiKJo8M8yD/fhyJ8=
|
||||
github.com/google/go-querystring v1.1.0/go.mod h1:Kcdr2DB4koayq7X8pmAG4sNG59So17icRSOU623lUBU=
|
||||
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
|
Loading…
Reference in New Issue
Block a user