File: go.mod

package info (click to toggle)
golang-sourcehut-rockorager-vaxis 0.15.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 768 kB
  • sloc: makefile: 9
file content (22 lines) | stat: -rw-r--r-- 566 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
module git.sr.ht/~rockorager/vaxis

go 1.18

require (
	github.com/containerd/console v1.0.3
	github.com/creack/pty v1.1.18
	github.com/mattn/go-runewidth v0.0.14
	github.com/mattn/go-sixel v0.0.5
	github.com/rivo/uniseg v0.4.4
	github.com/stretchr/testify v1.8.3
	golang.org/x/exp v0.0.0-20230522175609-2e198f4a06a1
	golang.org/x/image v0.9.0
	golang.org/x/sys v0.10.0
)

require (
	github.com/davecgh/go-spew v1.1.1 // indirect
	github.com/pmezard/go-difflib v1.0.0 // indirect
	github.com/soniakeys/quant v1.0.0 // indirect
	gopkg.in/yaml.v3 v3.0.1 // indirect
)