From a888eaa59c445fe00b832d7f1712022b9d677010 Mon Sep 17 00:00:00 2001 From: David Elie-Dit-Cosaque Date: Thu, 15 Aug 2024 16:16:06 -0400 Subject: [PATCH] Rename organization --- README.md | 2 +- go.mod | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 074a2fa..e12a44f 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ 1. Import the library ``` -import k8sPriviledgedDs "github.com/redhat-best-practices-for-k8s/privileged-daemonset" +import k8sPriviledgedDs "github.com/redhat-cne/privileged-daemonset" ``` 2. Set the K8s client to act on `Daemonset` object diff --git a/go.mod b/go.mod index fbe59c8..9852d8b 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ -module github.com/redhat-best-practices-for-k8s/privileged-daemonset +module github.com/redhat-cne/privileged-daemonset -go 1.22.5 +go 1.22.0 require ( k8s.io/api v0.31.0