File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ require (
77 github.com/go-git/go-billy/v5 v5.7.0
88 github.com/google/go-containerregistry v0.20.7
99 github.com/google/go-github/v66 v66.0.0
10+ github.com/google/go-github/v82 v82.0.0
1011 github.com/moby/buildkit v0.27.1
1112 github.com/olekukonko/tablewriter v1.1.3
1213 github.com/puzpuzpuz/xsync v1.5.2
@@ -30,7 +31,7 @@ require (
3031 github.com/docker/docker-credential-helpers v0.9.5 // indirect
3132 github.com/fatih/color v1.18.0 // indirect
3233 github.com/gogo/protobuf v1.3.2 // indirect
33- github.com/google/go-querystring v1.1 .0 // indirect
34+ github.com/google/go-querystring v1.2 .0 // indirect
3435 github.com/h2non/parth v0.0.0-20190131123155-b4df798d6542 // indirect
3536 github.com/inconshreveable/mousetrap v1.1.0 // indirect
3637 github.com/klauspost/compress v1.18.3 // indirect
Original file line number Diff line number Diff line change @@ -34,8 +34,11 @@ github.com/google/go-containerregistry v0.20.7 h1:24VGNpS0IwrOZ2ms2P1QE3Xa5X9p4p
3434github.com/google/go-containerregistry v0.20.7 /go.mod h1:Lx5LCZQjLH1QBaMPeGwsME9biPeo1lPx6lbGj/UmzgM =
3535github.com/google/go-github/v66 v66.0.0 h1:ADJsaXj9UotwdgK8/iFZtv7MLc8E8WBl62WLd/D/9+M =
3636github.com/google/go-github/v66 v66.0.0 /go.mod h1:+4SO9Zkuyf8ytMj0csN1NR/5OTR+MfqPp8P8dVlcvY4 =
37+ github.com/google/go-github/v82 v82.0.0 /go.mod h1:hQ6Xo0VKfL8RZ7z1hSfB4fvISg0QqHOqe9BP0qo+WvM =
3738github.com/google/go-querystring v1.1.0 h1:AnCroh3fv4ZBgVIf1Iwtovgjaw/GiKJo8M8yD/fhyJ8 =
3839github.com/google/go-querystring v1.1.0 /go.mod h1:Kcdr2DB4koayq7X8pmAG4sNG59So17icRSOU623lUBU =
40+ github.com/google/go-querystring v1.2.0 h1:yhqkPbu2/OH+V9BfpCVPZkNmUXhb2gBxJArfhIxNtP0 =
41+ github.com/google/go-querystring v1.2.0 /go.mod h1:8IFJqpSRITyJ8QhQ13bmbeMBDfmeEJZD5A0egEOmkqU =
3942github.com/h2non/parth v0.0.0-20190131123155-b4df798d6542 h1:2VTzZjLZBgl62/EtslCrtky5vbi9dd7HrQPQIx6wqiw =
4043github.com/h2non/parth v0.0.0-20190131123155-b4df798d6542 /go.mod h1:Ow0tF8D4Kplbc8s8sSb3V2oUCygFHVp8gC3Dn6U4MNI =
4144github.com/inconshreveable/mousetrap v1.1.0 h1:wN+x4NVGpMsO7ErUn/mUI3vEoE6Jt13X2s0bqwp9tc8 =
You can’t perform that action at this time.
0 commit comments