Files
wg-config-manager/go.mod
2025-04-14 15:50:08 -04:00

17 lines
357 B
Modula-2

module example/hello
go 1.24.2
require (
github.com/coreos/go-oidc v2.3.0+incompatible
golang.org/x/oauth2 v0.29.0
)
require (
github.com/joho/godotenv v1.5.1 // indirect
github.com/pquerna/cachecontrol v0.2.0 // indirect
golang.org/x/crypto v0.37.0 // indirect
gopkg.in/go-jose/go-jose.v2 v2.6.3 // indirect
gopkg.in/ini.v1 v1.67.0 // indirect
)