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.
20 lines
530 B
Modula-2
20 lines
530 B
Modula-2
module code.ndumas.com/ndumas/gomud
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/EngoEngine/ecs v1.0.5
|
|
github.com/ThreeDotsLabs/watermill v1.3.3
|
|
)
|
|
|
|
require (
|
|
github.com/cenkalti/backoff/v3 v3.2.2 // indirect
|
|
github.com/google/uuid v1.3.0 // indirect
|
|
github.com/hashicorp/errwrap v1.1.0 // indirect
|
|
github.com/hashicorp/go-multierror v1.1.1 // 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
|
|
github.com/sony/gobreaker v0.5.0 // indirect
|
|
)
|