File: go.mod

package info (click to toggle)
golang-github-muesli-gitcha 0.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 124 kB
  • sloc: makefile: 3
file content (8 lines) | stat: -rw-r--r-- 171 bytes parent folder | download
1
2
3
4
5
6
7
8
module github.com/muesli/gitcha

go 1.15

require (
	github.com/sabhiram/go-gitignore v0.0.0-20180611051255-d3107576ba94
	github.com/stretchr/testify v1.6.1 // indirect
)