penguin/webhook-freedns

freedns webhook for cert-manager

commit 3d1568f4167af95eaf10caef4545312e0b3fa612

authorJames Munnelly <james@munnelly.eu>
date2019-05-02T09:04:24Z
subjectUpdate module path
commit 3d1568f4167af95eaf10caef4545312e0b3fa612
Author: James Munnelly <james@munnelly.eu>
Date:   2019-05-02T09:04:24Z

    Update module path
    
    Signed-off-by: James Munnelly <james@munnelly.eu>
---
 go.mod | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/go.mod b/go.mod
index a8a6bea..e08bf8e 100644
--- a/go.mod
+++ b/go.mod
@@ -1,4 +1,4 @@
-module github.com/munnerz/cert-manager-webhook-example
+module github.com/jetstack/cert-manager-webhook-example
 
 go 1.12