Updated Project Structure

This commit is contained in:
Pablu23
2023-12-06 17:43:49 +01:00
parent 5ccd83c9da
commit d4675752dd
13 changed files with 48 additions and 73 deletions

View File

@@ -1,7 +1,6 @@
package client
import (
"common"
"crypto/rand"
"encoding/hex"
"fmt"
@@ -9,6 +8,8 @@ import (
"os"
"time"
"github.com/Pablu23/Uftp/internal/common"
"github.com/kelindar/bitmap"
)

View File

@@ -1,11 +0,0 @@
module client
go 1.21.1
require github.com/kelindar/bitmap v1.5.2
require (
github.com/kelindar/simd v1.1.2 // indirect
github.com/klauspost/cpuid/v2 v2.2.4 // indirect
golang.org/x/sys v0.0.0-20220704084225-05e143d24a9e // indirect
)

View File

@@ -1,8 +0,0 @@
github.com/kelindar/bitmap v1.5.2 h1:XwX7CTvJtetQZ64zrOkApoZZHBJRkjE23NfqUALA/HE=
github.com/kelindar/bitmap v1.5.2/go.mod h1:j3qZjxH9s4OtvsnFTP2bmPkjqil9Y2xQlxPYHexasEA=
github.com/kelindar/simd v1.1.2 h1:KduKb+M9cMY2HIH8S/cdJyD+5n5EGgq+Aeeleos55To=
github.com/kelindar/simd v1.1.2/go.mod h1:inq4DFudC7W8L5fhxoeZflLRNpWSs0GNx6MlWFvuvr0=
github.com/klauspost/cpuid/v2 v2.2.4 h1:acbojRNwl3o09bUq+yDCtZFc1aiwaAAxtcn8YkZXnvk=
github.com/klauspost/cpuid/v2 v2.2.4/go.mod h1:RVVoqg1df56z8g3pUjL/3lE5UfnlrJX8tyFgg4nqhuY=
golang.org/x/sys v0.0.0-20220704084225-05e143d24a9e h1:CsOuNlbOuf0mzxJIefr6Q4uAUetRUwZE4qt7VfzP+xo=
golang.org/x/sys v0.0.0-20220704084225-05e143d24a9e/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=