Rename module from mtg to github.com/9seconds/mtg

This commit is contained in:
9seconds
2019-11-19 11:17:14 +03:00
parent ed9689d813
commit 843fc4b70f
52 changed files with 120 additions and 120 deletions
+2 -2
View File
@@ -6,8 +6,8 @@ import (
"crypto/sha256"
"fmt"
"mtg/config"
"mtg/utils"
"github.com/9seconds/mtg/config"
"github.com/9seconds/mtg/utils"
)
type ClientHello struct {
+1 -1
View File
@@ -3,7 +3,7 @@ package tlstypes
import (
"bytes"
"mtg/utils"
"github.com/9seconds/mtg/utils"
)
type Handshake struct {
+1 -1
View File
@@ -10,7 +10,7 @@ import (
"golang.org/x/crypto/curve25519"
"mtg/config"
"github.com/9seconds/mtg/config"
)
type ServerHello struct {