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
SoXX 06ba87d1f2 feat: added getting n & all favs & some fixes
Signed-off-by: SoXX <soxx@fenpa.ws>
2023-11-06 15:26:47 +01:00

10 lines
161 B
Modula-2

module git.dragse.it/anthrove/e621-sdk-go
go 1.21.3
require (
github.com/jarcoal/httpmock v1.3.1
github.com/joho/godotenv v1.5.1
golang.org/x/time v0.3.0
)