mirror of
https://github.com/jakejarvis/npqueue.git
synced 2025-04-26 08:05:21 -04:00
17 lines
574 B
Modula-2
17 lines
574 B
Modula-2
module github.com/jakejarvis/npqueue
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/gin-contrib/secure v0.0.0-20190528141218-312887ea6e1f
|
|
github.com/gin-contrib/sse v0.1.0 // indirect
|
|
github.com/gin-gonic/contrib v0.0.0-20190526021735-7fb7810ed2a0
|
|
github.com/gin-gonic/gin v1.4.0
|
|
github.com/golang/protobuf v1.3.2 // indirect
|
|
github.com/heroku/x v0.0.0-20190521194152-6da54e7f9d01
|
|
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-20190912160710-24e19bdeb0f2 // indirect
|
|
)
|