File tree 5 files changed +10
-7
lines changed
5 files changed +10
-7
lines changed Original file line number Diff line number Diff line change 1
1
package cmd
2
2
3
3
import (
4
- "opennetworktools/netmap/internal"
4
+ "github.com/ opennetworktools/netmap/internal"
5
5
6
6
"github.com/spf13/cobra"
7
7
)
Original file line number Diff line number Diff line change 1
- module opennetworktools/netmap
1
+ module github.com/ opennetworktools/netmap
2
2
3
3
go 1.23.1
4
4
Original file line number Diff line number Diff line change @@ -3,11 +3,13 @@ package internal
3
3
import (
4
4
"context"
5
5
"fmt"
6
- "opennetworktools/netmap/internal/arista"
7
- "opennetworktools/netmap/internal/utils"
8
- "opennetworktools/netmap/internal/visualizer"
9
6
"strings"
10
7
"time"
8
+
9
+ "github.com/opennetworktools/netmap/internal/utils"
10
+ "github.com/opennetworktools/netmap/internal/visualizer"
11
+
12
+ "github.com/opennetworktools/netmap/internal/arista"
11
13
)
12
14
13
15
func Traverse (hostname , username , password string ) {
Original file line number Diff line number Diff line change @@ -5,11 +5,12 @@ import (
5
5
"context"
6
6
"fmt"
7
7
"image/png"
8
- "opennetworktools/netmap/internal/utils"
9
8
"os"
10
9
"path/filepath"
11
10
"strings"
12
11
12
+ "github.com/opennetworktools/netmap/internal/utils"
13
+
13
14
"aqwari.net/xml/xmltree"
14
15
"github.com/goccy/go-graphviz"
15
16
"github.com/goccy/go-graphviz/cgraph"
Original file line number Diff line number Diff line change 1
1
package main
2
2
3
3
import (
4
- "opennetworktools/netmap/cmd"
4
+ "github.com/ opennetworktools/netmap/cmd"
5
5
)
6
6
7
7
func main () {
You can’t perform that action at this time.
0 commit comments