You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
module git.reya.zone/reya/hexmap
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/gorilla/websocket v1.4.2
|
|
github.com/magefile/mage v1.11.0
|
|
github.com/rs/xid v1.3.0
|
|
go.uber.org/zap v1.18.1
|
|
golang.org/x/tools v0.0.0-20210106214847-113979e3529a // indirect
|
|
google.golang.org/protobuf v1.27.1
|
|
)
|
|
|