mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-10 01:46:55 +00:00
12 lines
261 B
Modula-2
12 lines
261 B
Modula-2
module golang.org/x/tools/gopls
|
|
|
|
go 1.11
|
|
|
|
require (
|
|
github.com/sergi/go-diff v1.0.0
|
|
github.com/stretchr/testify v1.4.0 // indirect
|
|
golang.org/x/tools v0.0.0-20191017151554-a3bc800455d5
|
|
honnef.co/go/tools v0.0.1-2019.2.3
|
|
)
|
|
|
|
replace golang.org/x/tools => ../
|