From e066ec69dda16529be4f7f71a7814bca214c6bc9 Mon Sep 17 00:00:00 2001
From: patelpayal <payal.patel99@gmail.com>
Date: Fri, 28 Jun 2019 01:48:52 -0700
Subject: [PATCH] fix go.mod dependency (#330)

---
 go.mod | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/go.mod b/go.mod
index 09add9c..e8168d9 100644
--- a/go.mod
+++ b/go.mod
@@ -1,9 +1,8 @@
-module github.com/mrueg/kube-bench
+module github.com/aquasecurity/kube-bench
 
 go 1.12
 
 require (
-	github.com/aquasecurity/kube-bench v0.0.29
 	github.com/denisenkom/go-mssqldb v0.0.0-20190515213511-eb9f6a1743f3 // indirect
 	github.com/erikstmartin/go-testdb v0.0.0-20160219214506-8d10e4a1bae5 // indirect
 	github.com/fatih/color v1.5.0
-- 
GitLab