Client initial commit.
This commit is contained in:
8
server/go.mod
Normal file
8
server/go.mod
Normal file
@@ -0,0 +1,8 @@
|
||||
module server
|
||||
|
||||
go 1.21.6
|
||||
|
||||
require (
|
||||
github.com/golang/protobuf v1.5.4 // indirect
|
||||
google.golang.org/protobuf v1.33.0 // indirect
|
||||
)
|
||||
Reference in New Issue
Block a user