mirror of https://github.com/liamg/aminal.git
17 lines
577 B
Modula-2
17 lines
577 B
Modula-2
module github.com/liamg/aminal
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v0.3.1
|
|
github.com/go-gl/gl v0.0.0-20181020191150-629e6eb0370b
|
|
github.com/go-gl/glfw v0.0.0-20181014061658-691ee1b84c51
|
|
github.com/gobuffalo/packr v1.13.7
|
|
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0
|
|
github.com/kr/pty v1.1.3
|
|
github.com/riywo/loginshell v0.0.0-20130819055122-5da3acff0255
|
|
github.com/stretchr/testify v1.2.2
|
|
go.uber.org/atomic v1.3.2 // indirect
|
|
go.uber.org/multierr v1.1.0 // indirect
|
|
go.uber.org/zap v1.9.1
|
|
golang.org/x/image v0.0.0-20180926015637-991ec62608f3
|
|
)
|