1
mirror of https://github.com/jakejarvis/npqueue.git synced 2025-04-26 09:15:22 -04:00
npqueue/go.mod
2019-08-17 14:00:59 -05:00

21 lines
678 B
Modula-2

module github.com/jakejarvis/npqueue
go 1.12
require (
github.com/gin-contrib/secure v0.0.0-20190528141218-312887ea6e1f
github.com/gin-contrib/sse v0.1.0
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
github.com/heroku/x v0.0.0-20190521194152-6da54e7f9d01
github.com/json-iterator/go v1.1.7
github.com/mattn/go-isatty v0.0.9
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
github.com/modern-go/reflect2 v1.0.1
github.com/ugorji/go v1.1.7
golang.org/x/sys v0.0.0-20190626221950-04f50cda93cb
gopkg.in/go-playground/validator.v8 v8.18.2
gopkg.in/yaml.v2 v2.2.2
)