Skip to content

Commit

Permalink
Updated x to fix same slug issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
hetjagani committed Mar 9, 2021
1 parent 4a32b09 commit e606c64
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
github.com/DATA-DOG/go-sqlmock v1.5.0
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751
github.com/dlmiddlecote/sqlstats v1.0.2
github.com/factly/x v0.0.27
github.com/factly/x v0.0.28
github.com/fasthttp-contrib/websocket v0.0.0-20160511215533-1f3b11f56072 // indirect
github.com/gavv/httpexpect v2.0.0+incompatible
github.com/gavv/httpexpect/v2 v2.1.0
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,8 @@ github.com/factly/x v0.0.23 h1:KmWHeJV4g+5tAP0e2mC2GBJJUz96n7NZHTQLzaDhfPU=
github.com/factly/x v0.0.23/go.mod h1:hYG+r3T4aSb4LTFnMGgf5dlLuN9cpHRaG90psbsTFrY=
github.com/factly/x v0.0.27 h1:Kn3RI8kYJV/az0Ml1dH40bSogyzVa8cpjLkC+9Esw7s=
github.com/factly/x v0.0.27/go.mod h1:hYG+r3T4aSb4LTFnMGgf5dlLuN9cpHRaG90psbsTFrY=
github.com/factly/x v0.0.28 h1:gHsehn+7VAHiCjTUJFV2aV6aG1hCIHa2Gu8vbL20tI0=
github.com/factly/x v0.0.28/go.mod h1:hYG+r3T4aSb4LTFnMGgf5dlLuN9cpHRaG90psbsTFrY=
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 e606c64

Please sign in to comment.