28 lines
1 KiB
Modula-2
28 lines
1 KiB
Modula-2
module code.rocketnine.space/tslocum/gohan-bunnymark
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
code.rocketnine.space/tslocum/gohan v1.0.0
|
|
github.com/hajimehoshi/ebiten/v2 v2.3.7
|
|
github.com/jaypipes/ghw v0.9.0
|
|
golang.org/x/image v0.0.0-20220722155232-062f8c9fd539
|
|
)
|
|
|
|
require (
|
|
github.com/StackExchange/wmi v1.2.1 // indirect
|
|
github.com/ghodss/yaml v1.0.0 // indirect
|
|
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20220712193148-63cf1f4ef61f // indirect
|
|
github.com/go-ole/go-ole v1.2.6 // indirect
|
|
github.com/gofrs/flock v0.8.1 // indirect
|
|
github.com/jaypipes/pcidb v1.0.0 // indirect
|
|
github.com/jezek/xgb v1.0.1 // indirect
|
|
github.com/mitchellh/go-homedir v1.1.0 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
golang.org/x/exp/shiny v0.0.0-20220722155223-a9213eeb770e // indirect
|
|
golang.org/x/mobile v0.0.0-20220722155234-aaac322e2105 // indirect
|
|
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4 // indirect
|
|
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f // indirect
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
howett.net/plist v1.0.0 // indirect
|
|
)
|