-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #16 from Clever/INFRANG-6647
update to go1.21, release darwin-arm64
- Loading branch information
Showing
7 changed files
with
83 additions
and
113 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 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
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 +1 @@ | ||
0.7.0 | ||
0.8.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,17 @@ | ||
module github.com/Clever/reposync | ||
|
||
go 1.13 | ||
go 1.21 | ||
|
||
require ( | ||
github.com/google/go-github v0.0.0-20160409185117-7f154f4cabd2 | ||
golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be | ||
) | ||
|
||
require ( | ||
github.com/golang/protobuf v1.4.2 // indirect | ||
github.com/google/go-cmp v0.5.4 // indirect | ||
github.com/google/go-github v0.0.0-20160409185117-7f154f4cabd2 | ||
github.com/google/go-querystring v0.0.0-20160401233042-9235644dd9e5 // indirect | ||
golang.org/x/net v0.0.0-20191002035440-2ec189313ef0 // indirect | ||
golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be | ||
google.golang.org/appengine v1.4.0 // indirect | ||
google.golang.org/protobuf v1.23.0 // indirect | ||
) |
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