22 lines
598 B
Modula-2
22 lines
598 B
Modula-2
module git.dragse.it/anthrove/otter-space-sdk
|
|
|
|
go 1.22.0
|
|
|
|
require (
|
|
github.com/neo4j/neo4j-go-driver/v5 v5.17.0
|
|
github.com/sirupsen/logrus v1.9.3
|
|
gorm.io/driver/postgres v1.5.7
|
|
gorm.io/gorm v1.25.10
|
|
)
|
|
|
|
require (
|
|
github.com/jackc/pgpassfile v1.0.0 // indirect
|
|
github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a // indirect
|
|
github.com/jackc/pgx/v5 v5.4.3 // indirect
|
|
github.com/jinzhu/inflection v1.0.0 // indirect
|
|
github.com/jinzhu/now v1.1.5 // indirect
|
|
golang.org/x/crypto v0.14.0 // indirect
|
|
golang.org/x/sys v0.13.0 // indirect
|
|
golang.org/x/text v0.13.0 // indirect
|
|
)
|