mirror of
https://github.com/bhpike65/go-stun.git
synced 2025-10-05 15:06:53 +08:00
fix import path
This commit is contained in:
@@ -4,7 +4,7 @@ import (
|
|||||||
"flag"
|
"flag"
|
||||||
"fmt"
|
"fmt"
|
||||||
"os"
|
"os"
|
||||||
"go-stun/nat"
|
"github.com/bhpike65/go-stun/nat"
|
||||||
"net"
|
"net"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@@ -2,8 +2,8 @@ package nat
|
|||||||
|
|
||||||
import (
|
import (
|
||||||
"net"
|
"net"
|
||||||
"go-stun/stun"
|
"github.com/bhpike65/go-stun/stun"
|
||||||
"github.com/pkg/errors"
|
"errors"
|
||||||
"fmt"
|
"fmt"
|
||||||
)
|
)
|
||||||
const (
|
const (
|
||||||
|
Reference in New Issue
Block a user