SoXX
60b3502ee3
As mentioned in #17, I implemented the new SDK. I removed the scheduler and executor code since they were no longer needed. Reviewed-on: anthrove/e621-to-graph#18 Reviewed-by: Lennard Brinkhaus <lennard.brinkhaus@noreply.localhost> Reviewed-by: daskadse <daskadse@noreply.localhost> Co-authored-by: SoXX <soxx@fenpa.ws> Co-committed-by: SoXX <soxx@fenpa.ws>
18 lines
369 B
Modula-2
18 lines
369 B
Modula-2
module git.dragse.it/anthrove/e621-to-graph
|
|
|
|
go 1.21.3
|
|
|
|
require (
|
|
git.dragse.it/anthrove/e621-sdk-go v1.3.0
|
|
github.com/caarlos0/env v3.5.0+incompatible
|
|
github.com/neo4j/neo4j-go-driver/v5 v5.8.1
|
|
github.com/sirupsen/logrus v1.9.3
|
|
|
|
)
|
|
|
|
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
|
|
)
|