File: go.mod

package info (click to toggle)
golang-go.uber-multierr 1.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bookworm-backports, experimental, forky, sid, trixie
  • size: 152 kB
  • sloc: makefile: 34
file content (10 lines) | stat: -rw-r--r-- 267 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
module go.uber.org/multierr/tools

go 1.12

require (
	go.uber.org/tools v0.0.0-20190618225709-2cfd321de3ee
	golang.org/x/lint v0.0.0-20190930215403-16217165b5de
	golang.org/x/tools v0.0.0-20191029190741-b9c20aec41a5 // indirect
	honnef.co/go/tools v0.0.1-2019.2.3
)