generated from csdev/golang-template
-
Notifications
You must be signed in to change notification settings - Fork 0
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 #10 from csdev/deps-2024-12
chore(deps): update go modules, addresses GHSA-v778-237x-gjrc
- Loading branch information
Showing
2 changed files
with
21 additions
and
59 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,23 @@ | ||
module github.com/csdev/ezghsa | ||
|
||
go 1.22 | ||
go 1.22.0 | ||
|
||
toolchain go1.22.10 | ||
|
||
require ( | ||
github.com/google/go-github/v51 v51.0.0 | ||
github.com/jwalton/gchalk v1.3.0 | ||
github.com/spf13/pflag v1.0.5 | ||
golang.org/x/oauth2 v0.20.0 | ||
golang.org/x/oauth2 v0.24.0 | ||
gopkg.in/yaml.v3 v3.0.1 | ||
) | ||
|
||
require ( | ||
github.com/ProtonMail/go-crypto v1.0.0 // indirect | ||
github.com/cloudflare/circl v1.3.8 // indirect | ||
github.com/ProtonMail/go-crypto v1.1.3 // indirect | ||
github.com/cloudflare/circl v1.5.0 // indirect | ||
github.com/google/go-querystring v1.1.0 // indirect | ||
github.com/jwalton/go-supportscolor v1.2.0 // indirect | ||
golang.org/x/crypto v0.23.0 // indirect | ||
golang.org/x/sys v0.20.0 // indirect | ||
golang.org/x/term v0.20.0 // indirect | ||
golang.org/x/crypto v0.31.0 // indirect | ||
golang.org/x/sys v0.28.0 // indirect | ||
golang.org/x/term v0.27.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