File: go.mod

package info (click to toggle)
lltsv 0.7.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 136 kB
  • sloc: makefile: 21
file content (11 lines) | stat: -rw-r--r-- 264 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
module github.com/sonots/lltsv

go 1.13

require (
	github.com/mattn/go-colorable v0.1.4 // indirect
	github.com/mattn/go-isatty v0.0.12
	github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
	github.com/stretchr/testify v1.4.0
	github.com/urfave/cli v1.22.2
)