Update go.mod module declaration and all internal imports across the backend codebase to use simplified nexavpn/backend path instead of full GitHub URL.
12 lines
209 B
Modula-2
12 lines
209 B
Modula-2
module nexavpn/backend
|
|
|
|
go 1.23.0
|
|
|
|
require (
|
|
github.com/go-chi/chi/v5 v5.2.1
|
|
github.com/golang-jwt/jwt/v5 v5.2.1
|
|
github.com/google/uuid v1.6.0
|
|
github.com/jackc/pgx/v5 v5.7.2
|
|
golang.org/x/crypto v0.36.0
|
|
)
|