Update gophers example.

This commit is contained in:
Ola
2022-09-14 15:34:50 +02:00
parent fdfd3d60e4
commit f46f868ce3
5 changed files with 85 additions and 31 deletions
+3 -3
View File
@@ -5,14 +5,15 @@ go 1.19
replace github.com/olahol/melody => ../
require (
github.com/fsnotify/fsnotify v1.5.4
github.com/gin-gonic/gin v1.8.1
github.com/google/uuid v1.3.0
github.com/labstack/echo/v4 v4.9.0
github.com/olahol/melody v0.0.0-00010101000000-000000000000
)
require (
github.com/fsnotify/fsnotify v1.5.4 // indirect
github.com/gin-contrib/sse v0.1.0 // indirect
github.com/go-fsnotify/fsnotify v0.0.0-20180321022601-755488143dae // indirect
github.com/go-playground/locales v0.14.0 // indirect
github.com/go-playground/universal-translator v0.18.0 // indirect
github.com/go-playground/validator/v10 v10.10.0 // indirect
@@ -20,7 +21,6 @@ require (
github.com/golang-jwt/jwt v3.2.2+incompatible // indirect
github.com/gorilla/websocket v1.5.0 // indirect
github.com/json-iterator/go v1.1.12 // indirect
github.com/labstack/echo/v4 v4.9.0 // indirect
github.com/labstack/gommon v0.3.1 // indirect
github.com/leodido/go-urn v1.2.1 // indirect
github.com/mattn/go-colorable v0.1.11 // indirect