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.
numberstation/go.mod

17 lines
349 B

module numberstation
go 1.22.6
require (
github.com/chzyer/readline v1.5.1
github.com/gopxl/beep v1.4.1
)
require (
github.com/ebitengine/oto/v3 v3.2.0 // indirect
github.com/ebitengine/purego v0.7.1 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/stretchr/testify v1.9.0 // indirect
golang.org/x/sys v0.24.0 // indirect
)