mirror of
https://github.com/sstent/go-garth.git
synced 2025-12-05 23:51:42 +00:00
18 lines
378 B
Modula-2
18 lines
378 B
Modula-2
module github.com/sstent/go-garth
|
|
|
|
go 1.24.2
|
|
|
|
require github.com/joho/godotenv v1.5.1
|
|
|
|
require (
|
|
github.com/kr/pretty v0.3.1 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
|
|
)
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/stretchr/testify v1.11.1
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|