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.
19 lines
891 B
19 lines
891 B
module code.rocketnine.space/tslocum/hot-cocoa-tycoon |
|
|
|
go 1.19 |
|
|
|
require ( |
|
code.rocketnine.space/tslocum/etk v0.0.0-20220707215314-8d5f5af3c5ac // indirect |
|
code.rocketnine.space/tslocum/gohan v1.0.0 // indirect |
|
code.rocketnine.space/tslocum/messeji v1.0.2 // indirect |
|
github.com/ebitengine/purego v0.0.0-20220905075623-aeed57cda744 // indirect |
|
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20220806181222-55e207c401ad // indirect |
|
github.com/hajimehoshi/ebiten/v2 v2.4.15 // indirect |
|
github.com/hajimehoshi/file2byteslice v0.0.0-20210813153925-5340248a8f41 // indirect |
|
github.com/jezek/xgb v1.0.1 // indirect |
|
golang.org/x/exp/shiny v0.0.0-20221229233502-02c3fc3b3eb4 // indirect |
|
golang.org/x/image v0.1.0 // indirect |
|
golang.org/x/mobile v0.0.0-20220722155234-aaac322e2105 // indirect |
|
golang.org/x/sys v0.0.0-20220818161305-2296e01440c6 // indirect |
|
golang.org/x/text v0.4.0 // indirect |
|
)
|
|
|