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 (11 lines) | stat: -rw-r--r-- 230 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
module github.com/mattn/go-sixel/_example/goswebcam

go 1.18

require (
	github.com/mattn/go-sixel v0.0.1
	gocv.io/x/gocv v0.31.0
)

require github.com/soniakeys/quant v1.0.0 // indirect
replace github.com/mattn/go-sixel => ../..