module mc go 1.26.4 require ( github.com/ebitengine/oto/v3 v3.4.0 github.com/faiface/beep v1.1.0 github.com/fsnotify/fsnotify v1.10.1 github.com/go-gl/gl v0.0.0-20260331235117-4566fea9a276 github.com/go-gl/glfw/v3.3/glfw v0.0.0-20260802143932-8fa725040a18 github.com/klauspost/compress v1.19.2 github.com/ojrac/opensimplex-go v1.0.2 github.com/yuin/gopher-lua v1.1.2 gopkg.in/yaml.v3 v3.0.1 ) require ( github.com/ebitengine/purego v0.9.0 // indirect github.com/hajimehoshi/oto v0.7.1 // indirect github.com/pkg/errors v0.9.1 // indirect golang.org/x/exp v0.0.0-20190306152737-a1d7652674e8 // indirect golang.org/x/image v0.45.0 // indirect golang.org/x/mobile v0.0.0-20190415191353-3e0bab5405d6 // indirect golang.org/x/sys v0.47.0 // indirect golang.org/x/text v0.41.0 // indirect )