go_echo/go.mod

17 lines
542 B
Modula-2
Raw Permalink Normal View History

2023-03-20 18:19:02 +08:00
module myapp
go 1.16
require (
github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect
2023-04-21 20:28:23 +08:00
github.com/gorilla/websocket v1.5.0
2023-03-20 18:19:02 +08:00
github.com/howeyc/fsnotify v0.9.0 // indirect
github.com/idoubi/goutils v1.3.2 // indirect
github.com/idoubi/goz v1.4.4 // indirect
github.com/labstack/echo v3.3.10+incompatible
github.com/labstack/echo/v4 v4.10.2 // indirect
github.com/pilu/config v0.0.0-20131214182432-3eb99e6c0b9a // indirect
github.com/pilu/fresh v0.0.0-20190826141211-0fa698148017 // indirect
golang.org/x/net v0.8.0 // indirect
)