Update go.mod and go.sum

This commit is contained in:
RamiBerm
2021-07-21 10:52:14 +03:00
parent 679bf35ce3
commit edc3d04d59
2 changed files with 3 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ require (
github.com/go-playground/locales v0.13.0
github.com/go-playground/universal-translator v0.17.0
github.com/go-playground/validator/v10 v10.5.0
github.com/gofiber/fiber/v2 v2.8.0
github.com/gofiber/fiber/v2 v2.10.0
github.com/google/martian v2.1.0+incompatible
github.com/gorilla/websocket v1.4.2
github.com/leodido/go-urn v1.2.1 // indirect
@@ -24,7 +24,6 @@ require (
k8s.io/api v0.21.0
k8s.io/apimachinery v0.21.0
k8s.io/client-go v0.21.0
github.com/fsnotify/fsnotify v1.4.9
)
replace github.com/up9inc/mizu/shared v0.0.0 => ../shared