mirror of
https://github.com/jakejarvis/npqueue.git
synced 2025-04-26 08:05:21 -04:00
![dependabot-preview[bot]](/assets/img/avatar_default.png)
Bumps [github.com/mattn/go-isatty](https://github.com/mattn/go-isatty) from 0.0.8 to 0.0.9. - [Release notes](https://github.com/mattn/go-isatty/releases) - [Commits](https://github.com/mattn/go-isatty/compare/v0.0.8...v0.0.9) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
21 lines
678 B
Modula-2
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.1
|
|
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.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
|
|
)
|