Skip to content

Commit

Permalink
bump auth version
Browse files Browse the repository at this point in the history
  • Loading branch information
olegfomenko committed Jan 16, 2024
1 parent 3bd22d8 commit b3d22df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require (
github.com/go-chi/chi v4.1.2+incompatible
github.com/go-ozzo/ozzo-validation/v4 v4.2.1
github.com/google/uuid v1.3.0
github.com/rarimo/rarime-auth-svc v0.0.0-20240112133056-5c14a530b15f
github.com/rarimo/rarime-auth-svc v0.0.1-rc3
github.com/rarimo/xo v1.0.6-0.20231005111658-6ba1ce8f056a
github.com/rubenv/sql-migrate v1.5.2
gitlab.com/distributed_lab/ape v1.7.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -182,8 +182,8 @@ github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZb
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/poy/onpar v1.1.2 h1:QaNrNiZx0+Nar5dLgTVp5mXkyoVFIbepjyEoGSnhbAY=
github.com/poy/onpar v1.1.2/go.mod h1:6X8FLNoxyr9kkmnlqpK6LSoiOtrO6MICtWwEuWkLjzg=
github.com/rarimo/rarime-auth-svc v0.0.0-20240112133056-5c14a530b15f h1:lnf2esmQAAN52nbG1c2v5+SCWIq6xheF9HfgBZjhR2Q=
github.com/rarimo/rarime-auth-svc v0.0.0-20240112133056-5c14a530b15f/go.mod h1:xtjHOQwPlTBnTa6hveACLtxjpxCcznjQB84+FmjFRBM=
github.com/rarimo/rarime-auth-svc v0.0.1-rc3 h1:KNvI0ifbZ3//A3a4yhKELMzyOP0Y1J5CJA30f0gaRrI=
github.com/rarimo/rarime-auth-svc v0.0.1-rc3/go.mod h1:48c8FsJixnLeWx8F8MDy79FvhU1r0oTU11mwP3JPngQ=
github.com/rarimo/xo v1.0.6-0.20231005111658-6ba1ce8f056a h1:aqz/1mU+rK/xLqf2/NHu+0fUGbVNf+9DYFI70fQo0M0=
github.com/rarimo/xo v1.0.6-0.20231005111658-6ba1ce8f056a/go.mod h1:EYFR6RRqIlnpjcl/SgPgYn8Bmw4+5itRRbPCiSylCds=
github.com/rogpeppe/go-internal v1.9.0 h1:73kH8U+JUqXU8lRuOHeVHaa/SZPifC7BkcraZVejAe8=
Expand Down

0 comments on commit b3d22df

Please sign in to comment.