File: go.mod

package info (click to toggle)
golang-github-jedib0t-go-pretty 6.5.9-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,700 kB
  • sloc: makefile: 28; sh: 14
file content (20 lines) | stat: -rw-r--r-- 528 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
module github.com/jedib0t/go-pretty/v6

go 1.17

require (
	github.com/mattn/go-runewidth v0.0.15
	github.com/pkg/profile v1.7.0
	github.com/stretchr/testify v1.8.4
	golang.org/x/sys v0.17.0
	golang.org/x/term v0.17.0
)

require (
	github.com/davecgh/go-spew v1.1.1 // indirect
	github.com/felixge/fgprof v0.9.3 // indirect
	github.com/google/pprof v0.0.0-20211214055906-6f57359322fd // indirect
	github.com/pmezard/go-difflib v1.0.0 // indirect
	github.com/rivo/uniseg v0.2.0 // indirect
	gopkg.in/yaml.v3 v3.0.1 // indirect
)