2024-02-20 18:11:34 +00:00
|
|
|
module git.dragse.it/anthrove/plug-sdk
|
2024-02-20 10:26:39 +00:00
|
|
|
|
|
|
|
go 1.22.0
|
|
|
|
|
|
|
|
require (
|
2024-07-06 22:26:24 +00:00
|
|
|
git.dragse.it/anthrove/otter-space-sdk/v2 v2.1.0
|
|
|
|
github.com/golang/protobuf v1.5.4
|
|
|
|
github.com/matoous/go-nanoid/v2 v2.1.0
|
2024-02-20 10:26:39 +00:00
|
|
|
google.golang.org/grpc v1.61.1
|
2024-07-06 22:26:24 +00:00
|
|
|
google.golang.org/protobuf v1.33.0
|
2024-02-20 10:26:39 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
2024-07-06 22:26:24 +00:00
|
|
|
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
|
|
|
|
github.com/lib/pq v1.10.9 // indirect
|
|
|
|
github.com/rubenv/sql-migrate v1.6.1 // indirect
|
2024-02-20 18:11:34 +00:00
|
|
|
github.com/sirupsen/logrus v1.9.3 // indirect
|
2024-07-06 22:26:24 +00:00
|
|
|
golang.org/x/crypto v0.22.0 // indirect
|
2024-02-20 10:26:39 +00:00
|
|
|
golang.org/x/net v0.21.0 // indirect
|
2024-07-06 22:26:24 +00:00
|
|
|
golang.org/x/sync v0.7.0 // indirect
|
|
|
|
golang.org/x/sys v0.19.0 // indirect
|
2024-02-20 10:26:39 +00:00
|
|
|
golang.org/x/text v0.14.0 // indirect
|
|
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20231106174013-bbf56f31fb17 // indirect
|
2024-07-06 22:26:24 +00:00
|
|
|
gorm.io/driver/postgres v1.5.9 // indirect
|
|
|
|
gorm.io/gorm v1.25.10 // indirect
|
2024-02-20 10:26:39 +00:00
|
|
|
)
|