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

10 lines
206 B
Modula-2
Raw Normal View History

2023-10-16 13:56:00 +00:00
module git.dragse.it/anthrove/e621-to-graph
go 1.21.3
require (
github.com/google/go-cmp v0.6.0 // indirect
github.com/jarcoal/httpmock v1.3.1 // indirect
github.com/joho/godotenv v1.5.1 // indirect
2023-10-16 13:56:00 +00:00
)