Skip to content

Commit

Permalink
chore: update module in go mod
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyasbhat0 committed Feb 21, 2024
1 parent 74e3bf6 commit 848a43f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/functional/dive_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion test/functional/go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/HugoByte/DIVE/test/functional
module github.com/hugobyte/dive/test/functional

go 1.21.4

Expand Down

0 comments on commit 848a43f

Please sign in to comment.