Skip to content

Commit d45ad9f

Browse files
committed
Updated package name
1 parent 86ac10a commit d45ad9f

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

cmd/cli/main.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ import (
77
"os"
88
"time"
99

10-
"github.com/soup666/openMVGO/internal/openmvg"
11-
"github.com/soup666/openMVGO/internal/openmvs"
12-
"github.com/soup666/openMVGO/internal/utils"
10+
"github.com/2024-dissertation/openMVGO/internal/openmvg"
11+
"github.com/2024-dissertation/openMVGO/internal/openmvs"
12+
"github.com/2024-dissertation/openMVGO/internal/utils"
1313
"github.com/urfave/cli/v3"
1414
)
1515

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module github.com/soup666/openMVGO
1+
module github.com/2024-dissertation/openMVGO
22

33
go 1.24.3
44

internal/openmvg/openmvg_impl.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import (
55
"os"
66
"time"
77

8-
"github.com/soup666/openMVGO/internal/utils"
8+
"github.com/2024-dissertation/openMVGO/internal/utils"
99
)
1010

1111
// Config for running the OpenMVG pipeline

internal/openmvg/openmvg_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ package openmvg_test
33
import (
44
"testing"
55

6-
"github.com/soup666/openMVGO/internal/openmvg"
7-
"github.com/soup666/openMVGO/mocks"
6+
"github.com/2024-dissertation/openMVGO/internal/openmvg"
7+
"github.com/2024-dissertation/openMVGO/mocks"
88
"go.uber.org/mock/gomock"
99
)
1010

internal/openmvs/openmvs_impl.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package openmvs
33
import (
44
"fmt"
55

6-
"github.com/soup666/openMVGO/internal/utils"
6+
"github.com/2024-dissertation/openMVGO/internal/utils"
77
)
88

99
// Config object

internal/openmvs/openmvs_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ import (
55
"fmt"
66
"testing"
77

8-
"github.com/soup666/openMVGO/internal/openmvs"
9-
"github.com/soup666/openMVGO/mocks"
8+
"github.com/2024-dissertation/openMVGO/internal/openmvs"
9+
"github.com/2024-dissertation/openMVGO/mocks"
1010
"go.uber.org/mock/gomock"
1111
)
1212

0 commit comments

Comments
 (0)