From 848a43ff7ba7cbab891ff5027865552d8b103fe3 Mon Sep 17 00:00:00 2001 From: shreyasbhat0 Date: Wed, 21 Feb 2024 09:09:35 +0530 Subject: [PATCH] chore: update module in go mod --- test/functional/dive_test.go | 2 +- test/functional/go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/functional/dive_test.go b/test/functional/dive_test.go index 35b21b1..08c0d7e 100644 --- a/test/functional/dive_test.go +++ b/test/functional/dive_test.go @@ -14,7 +14,7 @@ import ( "github.com/onsi/ginkgo/v2" "github.com/onsi/gomega" - dive "github.com/HugoByte/DIVE/test/functional" + dive "github.com/hugobyte/dive/test/functional" ) // To Print cli output to console diff --git a/test/functional/go.mod b/test/functional/go.mod index 795be62..b394a95 100644 --- a/test/functional/go.mod +++ b/test/functional/go.mod @@ -1,4 +1,4 @@ -module github.com/HugoByte/DIVE/test/functional +module github.com/hugobyte/dive/test/functional go 1.21.4