otter-space-sdk/go.mod

29 lines
875 B
Modula-2
Raw Normal View History

2024-02-16 20:51:09 +00:00
module git.dragse.it/anthrove/otter-space-sdk
2024-02-16 14:16:50 +00:00
go 1.22.0
2024-02-16 14:54:36 +00:00
require (
github.com/brianvoe/gofakeit/v7 v7.0.3
github.com/lib/pq v1.10.7
github.com/matoous/go-nanoid/v2 v2.1.0
2024-02-16 14:54:36 +00:00
github.com/neo4j/neo4j-go-driver/v5 v5.17.0
github.com/rubenv/sql-migrate v1.6.1
2024-02-16 14:54:36 +00:00
github.com/sirupsen/logrus v1.9.3
gorm.io/driver/postgres v1.5.7
gorm.io/gorm v1.25.10
2024-02-16 14:54:36 +00:00
)
require (
github.com/go-gorp/gorp/v3 v3.1.0 // indirect
github.com/jackc/pgpassfile v1.0.0 // indirect
github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a // indirect
github.com/jackc/pgx/v5 v5.5.5 // indirect
github.com/jackc/puddle/v2 v2.2.1 // indirect
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/jinzhu/now v1.1.5 // indirect
golang.org/x/crypto v0.21.0 // indirect
golang.org/x/sync v0.7.0 // indirect
golang.org/x/sys v0.18.0 // indirect
golang.org/x/text v0.14.0 // indirect
)