1
mirror of https://github.com/jakejarvis/npqueue.git synced 2025-04-26 08:05:21 -04:00
npqueue/go.mod
dependabot-preview[bot] f58f03da21
Bump github.com/golang/protobuf from 1.3.1 to 1.3.2
Bumps [github.com/golang/protobuf](https://github.com/golang/protobuf) from 1.3.1 to 1.3.2.
- [Release notes](https://github.com/golang/protobuf/releases)
- [Commits](https://github.com/golang/protobuf/compare/v1.3.1...v1.3.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-08-17 18:56:58 +00: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.8
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
github.com/modern-go/reflect2 v1.0.1
github.com/ugorji/go v1.1.4
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
)