1
mirror of https://github.com/jakejarvis/npqueue.git synced 2025-04-26 09:15:22 -04:00
npqueue/go.mod
Jake Jarvis e2998eb445 Revert "Update golang.org/x/net commit hash to a8b05e9"
This reverts commit 861fef00ae3f708ca0a393555e9a4806bd0bd888.
2019-09-18 09:43:22 -04:00

17 lines
546 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.9
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
)