22 lines
665 B
Modula-2
22 lines
665 B
Modula-2
module git.dragse.it/anthrove/plug-sdk
|
|
|
|
go 1.22.0
|
|
|
|
require (
|
|
git.dragse.it/anthrove/otter-space-sdk v1.5.1-0.20240620204503-84aee5c2dda5
|
|
github.com/matoous/go-nanoid/v2 v2.1.0
|
|
google.golang.org/grpc v1.61.1
|
|
google.golang.org/protobuf v1.33.0
|
|
)
|
|
|
|
require (
|
|
github.com/golang/protobuf v1.5.4 // indirect
|
|
github.com/neo4j/neo4j-go-driver/v5 v5.17.0 // indirect
|
|
github.com/sirupsen/logrus v1.9.3 // indirect
|
|
github.com/stretchr/testify v1.9.0 // indirect
|
|
golang.org/x/net v0.21.0 // indirect
|
|
golang.org/x/sys v0.19.0 // indirect
|
|
golang.org/x/text v0.14.0 // indirect
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20231106174013-bbf56f31fb17 // indirect
|
|
)
|