You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gomud/go.mod

13 lines
290 B
Modula-2

module code.ndumas.com/ndumas/gomud
go 1.19
require github.com/ThreeDotsLabs/watermill v1.3.3
require (
github.com/google/uuid v1.3.0 // indirect
github.com/lithammer/shortuuid/v3 v3.0.7 // indirect
github.com/oklog/ulid v1.3.1 // indirect
github.com/pkg/errors v0.9.1 // indirect
)