File: go.mod

package info (click to toggle)
golang-github-xorcare-pointer 1.1.0%2Bgit20200211.75cc9bc-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 116 kB
  • sloc: makefile: 49
file content (8 lines) | stat: -rw-r--r-- 144 bytes parent folder | download
1
2
3
4
5
6
7
8
module tools

go 1.12

require (
	golang.org/x/lint v0.0.0-20190930215403-16217165b5de
	golang.org/x/tools v0.0.0-20191031220737-6d8f1af9ccc0
)