erm/go.mod

23 lines
814 B
Modula-2
Raw Normal View History

2023-01-16 02:11:07 +00:00
module tuxpa.in/t/erm
2021-07-30 22:29:20 +00:00
go 1.16
require (
2023-01-16 02:55:18 +00:00
github.com/alecthomas/kong v0.7.1
2021-07-30 22:29:20 +00:00
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
2021-07-30 22:29:20 +00:00
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
2023-01-16 02:55:18 +00:00
gopkg.in/yaml.v2 v2.4.0 // indirect
2021-07-30 22:29:20 +00:00
mvdan.cc/xurls v1.1.0
2023-01-16 02:07:04 +00:00
sigs.k8s.io/yaml v1.1.0
2021-07-30 22:29:20 +00:00
)