mirror of
https://github.com/jakejarvis/npqueue.git
synced 2025-04-25 22:45:22 -04:00
16 lines
500 B
Modula-2
16 lines
500 B
Modula-2
module github.com/jakejarvis/npqueue
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/gin-contrib/secure v0.0.0-20190913150500-0a1d39a681e3
|
|
github.com/gin-contrib/sse v0.1.0 // indirect
|
|
github.com/gin-gonic/contrib v0.0.0-20190923054218-35076c1b2bea
|
|
github.com/gin-gonic/gin v1.4.0
|
|
github.com/heroku/x v0.0.14
|
|
github.com/json-iterator/go v1.1.7 // indirect
|
|
github.com/mattn/go-isatty v0.0.9 // indirect
|
|
github.com/ugorji/go v1.1.7 // indirect
|
|
golang.org/x/net v0.0.0-20190923162816-aa69164e4478 // indirect
|
|
)
|