This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
plug-sdk/go.mod

27 lines
889 B
Modula-2
Raw Normal View History

2024-02-20 10:26:39 +00:00
module git.dragse.it/anthrove/plug-template
go 1.22.0
require (
git.dragse.it/anthrove/otter-space-sdk v1.0.0
github.com/caarlos0/env/v10 v10.0.0
github.com/go-playground/validator/v10 v10.18.0
github.com/sirupsen/logrus v1.9.3
google.golang.org/grpc v1.61.1
google.golang.org/protobuf v1.32.0
)
require (
github.com/gabriel-vasile/mimetype v1.4.3 // indirect
github.com/go-playground/locales v0.14.1 // indirect
github.com/go-playground/universal-translator v0.18.1 // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/leodido/go-urn v1.4.0 // indirect
github.com/neo4j/neo4j-go-driver/v5 v5.17.0 // indirect
golang.org/x/crypto v0.19.0 // indirect
golang.org/x/net v0.21.0 // indirect
golang.org/x/sys v0.17.0 // indirect
golang.org/x/text v0.14.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20231106174013-bbf56f31fb17 // indirect
)