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.
33 lines
1.3 KiB
Modula-2
33 lines
1.3 KiB
Modula-2
module code.ndumas.com/ndumas/gomud
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/EngoEngine/engo v1.0.8
|
|
github.com/ThreeDotsLabs/watermill v1.3.3
|
|
)
|
|
|
|
require (
|
|
github.com/EngoEngine/ecs v1.0.5 // indirect
|
|
github.com/EngoEngine/gl v1.0.14 // indirect
|
|
github.com/EngoEngine/math v1.0.4 // indirect
|
|
github.com/Noofbiz/sdlMojaveFix v0.0.1 // indirect
|
|
github.com/cenkalti/backoff/v3 v3.2.2 // indirect
|
|
github.com/go-gl/gl v0.0.0-20211210172815-726fda9656d6 // indirect
|
|
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20220806181222-55e207c401ad // 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
|
|
github.com/veandco/go-sdl2 v0.4.25 // indirect
|
|
github.com/vulkan-go/glfw v0.0.0-20210402172934-58379a80228d // indirect
|
|
github.com/vulkan-go/vulkan v0.0.0-20210402152248-956e3850d8f9 // indirect
|
|
golang.org/x/exp/shiny v0.0.0-20220909182711-5c715a9e8561 // indirect
|
|
golang.org/x/image v0.0.0-20220902085622-e7cb96979f69 // indirect
|
|
golang.org/x/mobile v0.0.0-20220722155234-aaac322e2105 // indirect
|
|
golang.org/x/sys v0.4.0 // indirect
|
|
)
|