1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2024-12-14 11:57:48 +00:00

Moved TLS utils to named package

This commit is contained in:
Maxim Goncharenko 2019-05-14 17:57:57 +03:00
parent 738397ecae
commit d4148b0255

View file

@ -1,4 +1,4 @@
package utils
package tls
import (
"crypto/rand"