Bumps the go_modules group with 1 update in the / directory: [golang.org/x/crypto](https://github.com/golang/crypto). Updates `golang.org/x/crypto` from 0.35.0 to 0.45.0 - [Commits](https://github.com/golang/crypto/compare/v0.35.0...v0.45.0) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-version: 0.45.0 dependency-type: indirect dependency-group: go_modules ... Signed-off-by: dependabot[bot] <support@github.com>
13 lines
246 B
Modula-2
13 lines
246 B
Modula-2
module github.com/trstringer/manual-approval
|
|
|
|
go 1.24.0
|
|
|
|
require (
|
|
github.com/google/go-github/v43 v43.0.0
|
|
golang.org/x/oauth2 v0.33.0
|
|
)
|
|
|
|
require (
|
|
github.com/google/go-querystring v1.1.0 // indirect
|
|
golang.org/x/crypto v0.45.0 // indirect
|
|
)
|