20 lines
473 B
Modula-2
20 lines
473 B
Modula-2
module github.com/hectorgimenez/d2go
|
|
|
|
go 1.22
|
|
|
|
require (
|
|
github.com/expr-lang/expr v1.16.9
|
|
github.com/gopxl/beep v1.4.1
|
|
github.com/stretchr/testify v1.9.0
|
|
golang.org/x/sys v0.24.0
|
|
)
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/ebitengine/oto/v3 v3.1.0 // indirect
|
|
github.com/ebitengine/purego v0.7.1 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|