File tree Expand file tree Collapse file tree 6 files changed +10
-10
lines changed Expand file tree Collapse file tree 6 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 7
7
"os"
8
8
"time"
9
9
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"
13
13
"github.com/urfave/cli/v3"
14
14
)
15
15
Original file line number Diff line number Diff line change 1
- module github.com/soup666 /openMVGO
1
+ module github.com/2024-dissertation /openMVGO
2
2
3
3
go 1.24.3
4
4
Original file line number Diff line number Diff line change 5
5
"os"
6
6
"time"
7
7
8
- "github.com/soup666 /openMVGO/internal/utils"
8
+ "github.com/2024-dissertation /openMVGO/internal/utils"
9
9
)
10
10
11
11
// Config for running the OpenMVG pipeline
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ package openmvg_test
3
3
import (
4
4
"testing"
5
5
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"
8
8
"go.uber.org/mock/gomock"
9
9
)
10
10
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package openmvs
3
3
import (
4
4
"fmt"
5
5
6
- "github.com/soup666 /openMVGO/internal/utils"
6
+ "github.com/2024-dissertation /openMVGO/internal/utils"
7
7
)
8
8
9
9
// Config object
Original file line number Diff line number Diff line change 5
5
"fmt"
6
6
"testing"
7
7
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"
10
10
"go.uber.org/mock/gomock"
11
11
)
12
12
You can’t perform that action at this time.
0 commit comments