manual-approval/go.mod
Sunny 3441ed44b6
Multi arch build & Version bump (#185)
* 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
2025-06-13 19:16:46 +05:30

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
)