erm/go.mod

23 lines
814 B
Modula-2

module tuxpa.in/t/erm
go 1.16
require (
github.com/alecthomas/kong v0.7.1
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/stretchr/testify v1.7.0
golang.org/x/exp v0.0.0-20210729172720-737cce5152fc // indirect
golang.org/x/image v0.0.0-20210628002857-a66eb6448b8d
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1
gopkg.in/yaml.v2 v2.4.0 // indirect
mvdan.cc/xurls v1.1.0
sigs.k8s.io/yaml v1.1.0
)