generated from jacobtomlinson/go-container-action
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update github.com/google/go-github to v64 (#81)
- Loading branch information
Showing
6 changed files
with
26 additions
and
72 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,21 @@ | ||
module github.com/ribtoks/tdg-github-action | ||
|
||
go 1.14 | ||
go 1.22.1 | ||
|
||
toolchain go1.22.6 | ||
|
||
require ( | ||
github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 // indirect | ||
github.com/google/go-github/v49 v49.1.0 | ||
gitlab.com/ribtoks/tdg v0.0.7-1 | ||
golang.org/x/oauth2 v0.22.0 | ||
) | ||
|
||
require ( | ||
github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 // indirect | ||
github.com/google/go-cmp v0.6.0 // indirect | ||
github.com/google/go-querystring v1.1.0 // indirect | ||
github.com/kr/pretty v0.3.0 // indirect | ||
github.com/rogpeppe/go-internal v1.9.0 // indirect | ||
gitlab.com/ribtoks/tdg v0.0.7-1 | ||
github.com/zieckey/goini v0.0.0-20180118150432-0da17d361d26 // indirect | ||
golang.org/x/crypto v0.16.0 // indirect | ||
golang.org/x/oauth2 v0.22.0 | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters