File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ package main
3
3
import (
4
4
"bufio"
5
5
"fmt"
6
- "github.com/pedroAkos/network /cmd/pingpong"
7
- "github.com/pedroAkos/network /pkg/neti"
6
+ "github.com/pedroAkos/go-simple-networking /cmd/pingpong"
7
+ "github.com/pedroAkos/go-simple-networking /pkg/neti"
8
8
"github.com/sirupsen/logrus"
9
9
"log"
10
10
"os"
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ package pingpong
2
2
3
3
import (
4
4
"bytes"
5
- "github.com/pedroAkos/network /pkg/neti"
5
+ "github.com/pedroAkos/go-simple-networking /pkg/neti"
6
6
)
7
7
8
8
type Ping struct {
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package main
3
3
import (
4
4
"bytes"
5
5
"fmt"
6
- "github.com/pedroAkos/network /pkg/neti"
6
+ "github.com/pedroAkos/go-simple-networking /pkg/neti"
7
7
log "github.com/sirupsen/logrus"
8
8
"github.com/spf13/pflag"
9
9
"os"
Original file line number Diff line number Diff line change 1
- module github.com/pedroAkos/network
1
+ module github.com/pedroAkos/go-simple-networking
2
2
3
3
go 1.18
4
4
You can’t perform that action at this time.
0 commit comments