File: go.mod

package info (click to toggle)
golang-github-bep-logg 0.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 256 kB
  • sloc: makefile: 9
file content (20 lines) | stat: -rw-r--r-- 522 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/bep/logg

go 1.18

require (
	github.com/bep/clocks v0.5.0
	github.com/fatih/color v1.13.0
	github.com/frankban/quicktest v1.14.3
	github.com/mattn/go-colorable v0.1.12
	github.com/pkg/errors v0.9.1
)

require (
	github.com/google/go-cmp v0.5.8 // indirect
	github.com/kr/pretty v0.3.0 // indirect
	github.com/kr/text v0.2.0 // indirect
	github.com/mattn/go-isatty v0.0.14 // indirect
	github.com/rogpeppe/go-internal v1.8.1 // indirect
	golang.org/x/sys v0.0.0-20220804214406-8e32c043e418 // indirect
)