* Upgrading versions * mod tidy * LInting * Linting * Update action.yaml * [skip ci] Reverting test changes * msc chnages * Update Makefile * Update README.md * Update README.md * Update README.md * Update Makefile * [skip ci] Update README.md * cosmetic changes
13 lines
244 B
Modula-2
13 lines
244 B
Modula-2
module github.com/trstringer/manual-approval
|
|
|
|
go 1.24
|
|
|
|
require (
|
|
github.com/google/go-github/v43 v43.0.0
|
|
golang.org/x/oauth2 v0.30.0
|
|
)
|
|
|
|
require (
|
|
github.com/google/go-querystring v1.1.0 // indirect
|
|
golang.org/x/crypto v0.35.0 // indirect
|
|
)
|