22 lines
597 B
Modula-2
22 lines
597 B
Modula-2
module github.com/hectorgimenez/d2go
|
|
|
|
go 1.22
|
|
|
|
require (
|
|
github.com/expr-lang/expr v1.16.7
|
|
github.com/faiface/beep v1.1.0
|
|
github.com/stretchr/testify v1.9.0
|
|
golang.org/x/sys v0.20.0
|
|
)
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/hajimehoshi/oto v0.7.1 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
golang.org/x/exp v0.0.0-20190306152737-a1d7652674e8 // indirect
|
|
golang.org/x/image v0.16.0 // indirect
|
|
golang.org/x/mobile v0.0.0-20190415191353-3e0bab5405d6 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|