Skip to content

Commit

Permalink
Merge pull request #467 from factly/fix/rating-review-schema
Browse files Browse the repository at this point in the history
update x package to v0.0.72
  • Loading branch information
shreeharsha-factly authored Nov 17, 2021
2 parents bbad010 + f4de1d5 commit 4935605
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions api/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -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=
Expand Down
2 changes: 1 addition & 1 deletion server/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions server/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -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=
Expand Down

0 comments on commit 4935605

Please sign in to comment.