diff --git a/api/go.mod b/api/go.mod index 697092eba..435169e42 100644 --- a/api/go.mod +++ b/api/go.mod @@ -7,7 +7,7 @@ require ( github.com/DATA-DOG/go-sqlmock v1.5.0 github.com/agnivade/levenshtein v1.1.0 // indirect github.com/dgryski/trifles v0.0.0-20200830180326-aaf60a07f6a3 // indirect - github.com/factly/x v0.0.71 + github.com/factly/x v0.0.72 github.com/gavv/httpexpect/v2 v2.2.0 github.com/go-chi/chi v4.1.2+incompatible github.com/go-chi/cors v1.1.1 diff --git a/api/go.sum b/api/go.sum index 8da2766b6..4f7ee8a3b 100644 --- a/api/go.sum +++ b/api/go.sum @@ -155,6 +155,8 @@ github.com/factly/x v0.0.23/go.mod h1:hYG+r3T4aSb4LTFnMGgf5dlLuN9cpHRaG90psbsTFr github.com/factly/x v0.0.46/go.mod h1:hYG+r3T4aSb4LTFnMGgf5dlLuN9cpHRaG90psbsTFrY= github.com/factly/x v0.0.71 h1:Y+3VFk9cIft/sIg1ZrvHnNt8VmKpW9uCzf7RQZIyR/c= github.com/factly/x v0.0.71/go.mod h1:0OKvu90gUJBjBwJ0OYXvXPNxWJ2KqimeehHNI+5KOjA= +github.com/factly/x v0.0.72 h1:7u+04XMLA1AbEYVwHt7C+FsRmmVwqs2KjJs4oEKzpas= +github.com/factly/x v0.0.72/go.mod h1:0OKvu90gUJBjBwJ0OYXvXPNxWJ2KqimeehHNI+5KOjA= github.com/fasthttp-contrib/websocket v0.0.0-20160511215533-1f3b11f56072/go.mod h1:duJ4Jxv5lDcvg4QuQr0oowTf7dz4/CR8NtyCooz9HL8= github.com/fasthttp/websocket v1.4.2 h1:AU/zSiIIAuJjBMf5o+vO0syGOnEfvZRu40xIhW/3RuM= github.com/fasthttp/websocket v1.4.2/go.mod h1:smsv/h4PBEBaU0XDTY5UwJTpZv69fQ0FfcLJr21mA6Y= diff --git a/server/go.mod b/server/go.mod index 923ea0d15..e8f95ee8b 100644 --- a/server/go.mod +++ b/server/go.mod @@ -7,7 +7,7 @@ require ( github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 github.com/dlmiddlecote/sqlstats v1.0.2 github.com/eduncan911/podcast v1.4.2 - github.com/factly/x v0.0.69 + github.com/factly/x v0.0.72 github.com/gavv/httpexpect v2.0.0+incompatible github.com/gavv/httpexpect/v2 v2.1.0 github.com/go-chi/chi v4.1.2+incompatible diff --git a/server/go.sum b/server/go.sum index 2a7a95d30..5e1cbfe69 100644 --- a/server/go.sum +++ b/server/go.sum @@ -146,6 +146,8 @@ github.com/factly/x v0.0.23/go.mod h1:hYG+r3T4aSb4LTFnMGgf5dlLuN9cpHRaG90psbsTFr github.com/factly/x v0.0.46/go.mod h1:hYG+r3T4aSb4LTFnMGgf5dlLuN9cpHRaG90psbsTFrY= github.com/factly/x v0.0.69 h1:/mCjtUuIF3L0Jpb9n7+a9SrHc/Kjds0ZhPxBLhKQZqg= github.com/factly/x v0.0.69/go.mod h1:0OKvu90gUJBjBwJ0OYXvXPNxWJ2KqimeehHNI+5KOjA= +github.com/factly/x v0.0.72 h1:7u+04XMLA1AbEYVwHt7C+FsRmmVwqs2KjJs4oEKzpas= +github.com/factly/x v0.0.72/go.mod h1:0OKvu90gUJBjBwJ0OYXvXPNxWJ2KqimeehHNI+5KOjA= github.com/fasthttp-contrib/websocket v0.0.0-20160511215533-1f3b11f56072 h1:DddqAaWDpywytcG8w/qoQ5sAN8X12d3Z3koB0C3Rxsc= github.com/fasthttp-contrib/websocket v0.0.0-20160511215533-1f3b11f56072/go.mod h1:duJ4Jxv5lDcvg4QuQr0oowTf7dz4/CR8NtyCooz9HL8= github.com/fasthttp/websocket v1.4.2 h1:AU/zSiIIAuJjBMf5o+vO0syGOnEfvZRu40xIhW/3RuM=