mirror of
https://github.com/sstent/go-garth.git
synced 2026-01-25 16:42:28 +00:00
13 lines
210 B
Modula-2
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
|
|
)
|