This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
e621-sdk-go/go.mod

14 lines
233 B
Modula-2
Raw Normal View History

module git.dragse.it/anthrove/e621-sdk-go
2023-10-16 13:56:00 +00:00
go 1.21.3
require (
github.com/jarcoal/httpmock v1.3.1
github.com/joho/godotenv v1.5.1
2023-10-16 13:56:00 +00:00
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
golang.org/x/time v0.3.0 // indirect
)