File: go.mod

package info (click to toggle)
golang-github-mightyguava-jl 0.1.0%2Bgit20220705%2B8771236337c6-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 1,112 kB
  • sloc: makefile: 5
file content (9 lines) | stat: -rw-r--r-- 191 bytes parent folder | download
1
2
3
4
5
6
7
8
9
module github.com/mightyguava/jl

go 1.12

require (
	github.com/mattn/go-isatty v0.0.6
	github.com/stretchr/testify v1.3.0
	golang.org/x/sys v0.0.0-20190302025703-b6889370fb10 // indirect
)