15 lines
222 B
Modula-2
15 lines
222 B
Modula-2
module gateway
|
|
|
|
go 1.25.8
|
|
|
|
require (
|
|
github.com/gorilla/websocket v1.5.1
|
|
github.com/spf13/viper v1.19.0
|
|
google.golang.org/grpc v1.64.0
|
|
google.golang.org/protobuf v1.33.0
|
|
shared v0.0.0
|
|
)
|
|
|
|
replace (
|
|
shared => /shared
|
|
) |