File: go.mod

package info (click to toggle)
golang-github-mattn-go-sixel 0.0.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 164 kB
  • sloc: makefile: 3
file content (10 lines) | stat: -rw-r--r-- 212 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
module github.com/mattn/go-sixel/cmd/gosr

go 1.16

require (
	github.com/BurntSushi/graphics-go v0.0.0-20160129215708-b43f31a4a966
	github.com/mattn/go-sixel v0.0.4
)

replace github.com/mattn/go-sixel => ../..