mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-05-18 02:55:22 +00:00
9 lines
168 B
Modula-2
9 lines
168 B
Modula-2
module sigs.k8s.io/kustomize/cmd/prchecker
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/google/go-github v17.0.0+incompatible
|
|
github.com/google/go-querystring v1.0.0 // indirect
|
|
)
|