bump to go 1.13

This commit is contained in:
2019-09-11 10:42:14 -04:00
parent a644b8e706
commit bffd91db57
2 changed files with 29 additions and 17 deletions
+7 -11
View File
@@ -1,20 +1,16 @@
module github.com/jakejarvis/npqueue
go 1.12
go 1.13
require (
github.com/gin-contrib/secure v0.0.0-20190528141218-312887ea6e1f
github.com/gin-contrib/sse v0.1.0
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
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
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
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-20190620200207-3b0461eec859 // indirect
)