mirror of
https://github.com/sstent/go-garth.git
synced 2026-02-07 15:01:48 +00:00
working auth!
This commit is contained in:
13
go.mod
13
go.mod
@@ -1,12 +1,5 @@
|
||||
module github.com/sstent/go-garth
|
||||
module garmin-connect
|
||||
|
||||
go 1.23.0
|
||||
go 1.24.2
|
||||
|
||||
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
|
||||
)
|
||||
require github.com/joho/godotenv v1.5.1 // indirect
|
||||
|
||||
Reference in New Issue
Block a user