18 lines
428 B
Modula-2
18 lines
428 B
Modula-2
module gitlab.michelsen.id/phillmichelsen/tessera
|
|
|
|
go 1.25.1
|
|
|
|
require (
|
|
github.com/google/uuid v1.6.0
|
|
github.com/gorilla/websocket v1.5.3
|
|
google.golang.org/grpc v1.75.0
|
|
google.golang.org/protobuf v1.36.8
|
|
)
|
|
|
|
require (
|
|
golang.org/x/net v0.43.0 // indirect
|
|
golang.org/x/sys v0.35.0 // indirect
|
|
golang.org/x/text v0.28.0 // indirect
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20250826171959-ef028d996bc1 // indirect
|
|
)
|