Migrate to go modules

This commit is contained in:
2019-08-17 13:52:56 -05:00
parent 6ee83c34b1
commit fee0b052d5
589 changed files with 154 additions and 306525 deletions
+20
View File
@@ -0,0 +1,20 @@
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.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
)