mirror of
https://github.com/sstent/go-garth.git
synced 2026-01-25 08:35:06 +00:00
porting - part 5 done
This commit is contained in:
7
go.mod
7
go.mod
@@ -4,4 +4,9 @@ go 1.24.2
|
||||
|
||||
require github.com/joho/godotenv v1.5.1
|
||||
|
||||
require github.com/stretchr/testify v1.11.1 // 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 // indirect
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user