Files
go-garth/go.mod
2025-09-05 06:38:19 -07:00

13 lines
210 B
Modula-2

module github.com/sstent/go-garth
go 1.23.0
toolchain go1.24.2
require github.com/joho/godotenv v1.5.1
require (
github.com/andybalholm/brotli v1.2.0 // indirect
golang.org/x/oauth2 v0.30.0 // indirect
)