diff --git a/go.mod b/go.mod index b868d56..03377a8 100644 --- a/go.mod +++ b/go.mod @@ -8,8 +8,8 @@ require ( github.com/mjibson/esc v0.1.0 // indirect github.com/patrickmn/go-cache v2.1.0+incompatible github.com/prometheus/client_golang v0.9.4 - github.com/stretchr/testify v1.3.0 github.com/sirupsen/logrus v1.4.2 + github.com/stretchr/testify v1.3.0 github.com/yuin/gopher-lua v0.0.0-20190206043414-8bfc7677f583 golang.org/x/image v0.0.0-20190118043309-183bebdce1b2 // indirect )