Move multi-module-span.go to cmd/prchecker

This commit is contained in:
jregan
2020-10-15 09:39:00 -07:00
parent 006ce72b2d
commit 8b9ce8eacb
4 changed files with 30 additions and 8 deletions

8
cmd/prchecker/go.mod Normal file
View File

@@ -0,0 +1,8 @@
module sigs.k8s.io/kustomize/cmd/prchecker
go 1.15
require (
github.com/google/go-github v17.0.0+incompatible
github.com/google/go-querystring v1.0.0 // indirect
)