mirror of https://github.com/liamg/aminal.git
21 lines
691 B
Modula-2
21 lines
691 B
Modula-2
module github.com/liamg/darktile
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/creack/pty v1.1.12
|
|
github.com/d-tsuji/clipboard v0.0.3
|
|
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20210727001814-0db043d8d5be // indirect
|
|
github.com/hajimehoshi/ebiten/v2 v2.2.0-alpha.11.0.20210724070913-1706d9436a78
|
|
github.com/liamg/fontinfo v0.1.3
|
|
github.com/mvdan/xurls v1.1.0 // indirect
|
|
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966
|
|
github.com/spf13/cobra v1.1.3
|
|
github.com/stretchr/testify v1.7.0
|
|
golang.org/x/exp v0.0.0-20210729172720-737cce5152fc // indirect
|
|
golang.org/x/image v0.5.0
|
|
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
mvdan.cc/xurls v1.1.0
|
|
)
|