File: go.mod

package info (click to toggle)
golang-github-ddevault-go-libvterm 0.0~git20190526.b7d861d-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 748 kB
  • sloc: ansic: 5,945; perl: 194; makefile: 113
file content (8 lines) | stat: -rw-r--r-- 192 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
module github.com/ddevault/go-libvterm

go 1.12

require (
	github.com/mattn/go-pointer v0.0.0-20180825124634-49522c3f3791
	golang.org/x/image v0.0.0-20190523035834-f03afa92d3ff // indirect
)