Skip to content

Commit

Permalink
Use the tonobo repository
Browse files Browse the repository at this point in the history
  • Loading branch information
Maartje Eyskens committed Aug 24, 2018
1 parent 5121205 commit 0b60360
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion cli/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ import (

tm "github.com/buger/goterm"
pj "github.com/hokaccha/go-prettyjson"
"github.com/meyskens/mtr/mtr"
"github.com/spf13/cobra"
"github.com/tonobo/mtr/mtr"
)

var (
Expand Down
2 changes: 1 addition & 1 deletion hop/hop.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"time"

gm "github.com/buger/goterm"
"github.com/meyskens/mtr/imcp"
"github.com/tonobo/mtr/imcp"
)

type HopStatistic struct {
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package main

import "github.com/meyskens/mtr/cli"
import "github.com/tonobo/mtr/cli"

func main() {
cli.RootCmd.Execute()
Expand Down
4 changes: 2 additions & 2 deletions mtr/mtr.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ import (
"time"

gm "github.com/buger/goterm"
"github.com/meyskens/mtr/hop"
"github.com/meyskens/mtr/imcp"
"github.com/tonobo/mtr/hop"
"github.com/tonobo/mtr/imcp"
)

type MTR struct {
Expand Down

0 comments on commit 0b60360

Please sign in to comment.