code refactoring, dependencies update

This commit is contained in:
2023-09-25 09:09:12 +02:00
parent 557cf7fbd8
commit 9bb5d7bb0d
4 changed files with 15 additions and 7 deletions

6
go.mod
View File

@@ -6,11 +6,9 @@ require (
github.com/go-chi/chi/v5 v5.0.10
github.com/goccy/go-json v0.10.2
github.com/golang-jwt/jwt/v5 v5.0.0
github.com/google/uuid v1.3.0
github.com/google/uuid v1.3.1
github.com/gorilla/websocket v1.5.0
github.com/marcopeocchi/fazzoletti v0.0.0-20230308161120-c545580f79fa
golang.org/x/sys v0.9.0
golang.org/x/sys v0.12.0
gopkg.in/yaml.v3 v3.0.1
)
require github.com/go-chi/cors v1.2.1