Upgraded to go 1.13 and switched from packr2 to pkger
module stream-server | ||
go 1.13 | ||
require ( | ||
github.com/JamesStewy/sse v0.3.0 | ||
github.com/go-chi/chi v4.0.2+incompatible | ||
github.com/gobuffalo/packr/v2 v2.7.1 | ||
github.com/hashicorp/go-multierror v1.0.0 | ||
github.com/rogpeppe/go-internal v1.5.0 // indirect | ||
github.com/markbates/pkger v0.12.8 | ||
github.com/urfave/cli v1.21.0 | ||
golang.org/x/crypto v0.0.0-20191029031824-8986dd9e96cf // indirect | ||
golang.org/x/sys v0.0.0-20191029155521-f43be2a4598c // indirect | ||
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect | ||
gopkg.in/yaml.v2 v2.2.4 // indirect | ||
) |
Please register or sign in to comment