New Project Structure - Encryption From and to Server

This commit is contained in:
Pablu23
2023-11-11 00:09:11 +01:00
parent 82ca232d61
commit 2c83751574
14 changed files with 396 additions and 340 deletions

6
go.mod
View File

@@ -2,6 +2,8 @@ module pablu/uftp
go 1.21.1
require golang.org/x/crypto v0.15.0
replace internal/common => ./internal/common
require golang.org/x/sys v0.14.0 // indirect
replace internal/client => ./internal/client
replace internal/server => ./internal/server