mirror of
https://github.com/supanadit/geo-smart-system.git
synced 2024-11-10 10:02:21 +00:00
16 lines
402 B
Modula-2
16 lines
402 B
Modula-2
|
module github.com/supanadit/geo-smart-system
|
||
|
|
||
|
go 1.14
|
||
|
|
||
|
require (
|
||
|
github.com/gin-contrib/cors v1.3.1
|
||
|
github.com/gin-contrib/sse v0.1.0
|
||
|
github.com/gin-gonic/gin v1.6.1
|
||
|
github.com/go-redis/redis v6.15.7+incompatible
|
||
|
github.com/gorilla/websocket v1.4.2
|
||
|
github.com/onsi/ginkgo v1.12.0 // indirect
|
||
|
github.com/onsi/gomega v1.9.0 // indirect
|
||
|
github.com/rs/xid v1.2.1
|
||
|
github.com/tidwall/gjson v1.6.0
|
||
|
)
|