File: go.mod

package info (click to toggle)
golang-github-achannarasappa-term-grid 0.2.4-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 132 kB
  • sloc: makefile: 2
file content (9 lines) | stat: -rw-r--r-- 192 bytes parent folder | download
1
2
3
4
5
6
7
8
9
module github.com/achannarasappa/term-grid

go 1.15

require (
	github.com/muesli/reflow v0.2.1-0.20201126184510-3bcb929042f2
	github.com/onsi/ginkgo v1.15.0
	github.com/onsi/gomega v1.10.5
)