TrackEngine/third_party/flatbuffers/grpc/examples/go/greeter/models/go.mod
2026-02-26 13:00:32 +01:00

9 lines
174 B
Modula-2

module github.com/google/flatbuffers/grpc/examples/go/greeter/models
go 1.15
require (
github.com/google/flatbuffers v2.0.8+incompatible
google.golang.org/grpc v1.56.3
)