29 lines
1.0 KiB
Modula-2
29 lines
1.0 KiB
Modula-2
module crossnokaye-interview-assignment
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
goa.design/goa/v3 v3.12.3
|
|
google.golang.org/grpc v1.56.2
|
|
google.golang.org/protobuf v1.31.0
|
|
)
|
|
|
|
require (
|
|
github.com/dimfeld/httppath v0.0.0-20170720192232-ee938bf73598 // indirect
|
|
github.com/dimfeld/httptreemux/v5 v5.5.0 // indirect
|
|
github.com/golang/protobuf v1.5.3 // indirect
|
|
github.com/google/uuid v1.3.0 // indirect
|
|
github.com/gorilla/websocket v1.5.0 // indirect
|
|
github.com/manveru/faker v0.0.0-20171103152722-9fbc68a78c4d // indirect
|
|
github.com/sergi/go-diff v1.3.1 // indirect
|
|
github.com/zach-klippenstein/goregen v0.0.0-20160303162051-795b5e3961ea // indirect
|
|
golang.org/x/mod v0.12.0 // indirect
|
|
golang.org/x/net v0.12.0 // indirect
|
|
golang.org/x/sys v0.10.0 // indirect
|
|
golang.org/x/text v0.11.0 // indirect
|
|
golang.org/x/tools v0.11.0 // indirect
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20230629202037-9506855d4529 // indirect
|
|
google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.3.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|