File tree Expand file tree Collapse file tree 5 files changed +10
-7
lines changed
Expand file tree Collapse file tree 5 files changed +10
-7
lines changed Original file line number Diff line number Diff line change 11package cmd
22
33import (
4- "opennetworktools/netmap/internal"
4+ "github.com/ opennetworktools/netmap/internal"
55
66 "github.com/spf13/cobra"
77)
Original file line number Diff line number Diff line change 1- module opennetworktools/netmap
1+ module github.com/ opennetworktools/netmap
22
33go 1.23.1
44
Original file line number Diff line number Diff line change @@ -3,11 +3,13 @@ package internal
33import (
44 "context"
55 "fmt"
6- "opennetworktools/netmap/internal/arista"
7- "opennetworktools/netmap/internal/utils"
8- "opennetworktools/netmap/internal/visualizer"
96 "strings"
107 "time"
8+
9+ "github.com/opennetworktools/netmap/internal/utils"
10+ "github.com/opennetworktools/netmap/internal/visualizer"
11+
12+ "github.com/opennetworktools/netmap/internal/arista"
1113)
1214
1315func Traverse (hostname , username , password string ) {
Original file line number Diff line number Diff line change @@ -5,11 +5,12 @@ import (
55 "context"
66 "fmt"
77 "image/png"
8- "opennetworktools/netmap/internal/utils"
98 "os"
109 "path/filepath"
1110 "strings"
1211
12+ "github.com/opennetworktools/netmap/internal/utils"
13+
1314 "aqwari.net/xml/xmltree"
1415 "github.com/goccy/go-graphviz"
1516 "github.com/goccy/go-graphviz/cgraph"
Original file line number Diff line number Diff line change 11package main
22
33import (
4- "opennetworktools/netmap/cmd"
4+ "github.com/ opennetworktools/netmap/cmd"
55)
66
77func main () {
You can’t perform that action at this time.
0 commit comments