Skip to content

Commit

Permalink
fix: send total item count in X-Total-Count header (#1983)
Browse files Browse the repository at this point in the history
Closes #1666
  • Loading branch information
aeneasr committed Aug 10, 2020
1 parent 853fa94 commit 5f9f294
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Expand Up @@ -39,7 +39,7 @@ require (
github.com/ory/graceful v0.1.1
github.com/ory/herodot v0.9.1
github.com/ory/viper v1.7.5
github.com/ory/x v0.0.141
github.com/ory/x v0.0.142
github.com/pborman/uuid v1.2.0
github.com/phayes/freeport v0.0.0-20171002181615-b8543db493a5
github.com/pkg/errors v0.9.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Expand Up @@ -919,8 +919,8 @@ github.com/ory/x v0.0.110/go.mod h1:DJfkE3GdakhshNhw4zlKoRaL/ozg/lcTahA9OCih2BE=
github.com/ory/x v0.0.127/go.mod h1:FwUujfFuCj5d+xgLn4fGMYPnzriR5bdAIulFXMtnK0M=
github.com/ory/x v0.0.128 h1:sArBGCH5s+0Zv0jD+t639Vy22URAD6XskBnD9r0+ESk=
github.com/ory/x v0.0.128/go.mod h1:ykx1XOsl9taQtoW2yNvuxl/feEfTfrZTcbY1U7841tI=
github.com/ory/x v0.0.141 h1:+27EC0QHjltjlFv72zGKnmAkqTGVmDLTgmfqL5ZBYkw=
github.com/ory/x v0.0.141/go.mod h1:9yBcTk55ckN3yoLAfPG38Ne4fl2LZKNACbiRAkXPBUQ=
github.com/ory/x v0.0.142 h1:PbMlXraZZ4onmLNpS61G9MjLQI0pAUIiEtm04g+Yc3k=
github.com/ory/x v0.0.142/go.mod h1:9yBcTk55ckN3yoLAfPG38Ne4fl2LZKNACbiRAkXPBUQ=
github.com/parnurzeal/gorequest v0.2.15/go.mod h1:3Kh2QUMJoqw3icWAecsyzkpY7UzRfDhbRdTjtNwNiUE=
github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c/go.mod h1:lzWF7FIEvWOWxwDKqyGYQf6ZUaNfKdP144TG7ZOy1lc=
github.com/pborman/uuid v1.2.0 h1:J7Q5mO4ysT1dv8hyrUGHb9+ooztCXu1D8MY8DZYsu3g=
Expand Down

0 comments on commit 5f9f294

Please sign in to comment.