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

18 lines
369 B
Modula-2
Raw Permalink Normal View History

module git.dragse.it/anthrove/e621-to-graph
2023-05-22 11:08:08 +00:00
go 1.21.3
2023-05-22 11:08:08 +00:00
require (
git.dragse.it/anthrove/e621-sdk-go v1.3.0
2023-05-22 11:08:08 +00:00
github.com/caarlos0/env v3.5.0+incompatible
github.com/neo4j/neo4j-go-driver/v5 v5.8.1
2023-06-21 11:32:22 +00:00
github.com/sirupsen/logrus v1.9.3
2023-05-22 11:08:08 +00:00
)
require (
github.com/joho/godotenv v1.5.1 // indirect
golang.org/x/sys v0.9.0 // indirect
golang.org/x/time v0.3.0 // indirect
)