mirror of
https://github.com/sstent/go-garth.git
synced 2026-01-26 09:03:00 +00:00
11 lines
190 B
Modula-2
11 lines
190 B
Modula-2
module github.com/sstent/go-garth/examples/activities
|
|
|
|
go 1.22
|
|
|
|
require (
|
|
github.com/joho/godotenv v1.5.1
|
|
github.com/sstent/go-garth v0.1.0
|
|
)
|
|
|
|
replace github.com/sstent/go-garth => ../../
|