File: go.mod

package info (click to toggle)
golang-honnef-go-tools 2020.1-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,736 kB
  • sloc: sh: 64; lisp: 30; makefile: 8
file content (12 lines) | stat: -rw-r--r-- 300 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
module honnef.co/go/tools

go 1.11

require (
	github.com/BurntSushi/toml v0.3.1
	github.com/google/renameio v0.1.0
	github.com/kisielk/gotool v1.0.0
	github.com/rogpeppe/go-internal v1.3.0
	golang.org/x/mod v0.0.0-20190513183733-4bf6d317e70e
	golang.org/x/tools v0.0.0-20191130070609-6e064ea0cf2d
)