mirror of
https://github.com/schollz/croc.git
synced 2025-10-11 13:21:00 +02:00
add some more working things
This commit is contained in:
parent
70eeca958f
commit
639d4d4d3c
7 changed files with 310 additions and 168 deletions
11
go.mod
Normal file
11
go.mod
Normal file
|
@ -0,0 +1,11 @@
|
|||
module github.com/schollz/croc/v7
|
||||
|
||||
go 1.13
|
||||
|
||||
require (
|
||||
github.com/gin-contrib/cors v1.3.0
|
||||
github.com/gin-gonic/gin v1.4.0
|
||||
github.com/gorilla/mux v1.7.3
|
||||
github.com/gorilla/websocket v1.4.1
|
||||
github.com/schollz/logger v1.0.1
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue