Skip to content

Commit

Permalink
asg-3355 : Update to authaus v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bosvos committed Oct 11, 2024
1 parent ee78cfc commit 0f424d1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@

## Current

## v1.6.3
## v1.6.4

* fix: Update authaus version to v1.1.1 (asg-3355)

## v1.6.3 (retracted)

* fix: Update authaus version to v1.1.0 (unarchive feature and fixes) (asg-3355)

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/IMQS/imqsauth
go 1.18

require (
github.com/IMQS/authaus v1.1.0
github.com/IMQS/authaus v1.1.1
github.com/IMQS/cli v0.0.0-20151022082634-156324308096
github.com/IMQS/gowinsvc v0.0.0-20220601052852-62ce07b0ae0b
github.com/IMQS/log v1.0.3
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
github.com/BurntSushi/migration v0.0.0-20140125045755-c45b897f1335 h1:n8o916boOorBHMGywZ+ucvUZRLIvjt2CaY/694CgMfU=
github.com/BurntSushi/migration v0.0.0-20140125045755-c45b897f1335/go.mod h1:eVEKGm5N/F2XPdHocE3gP//Ab+rb/54WJ7XXtFGxwaQ=
github.com/BurntSushi/toml v1.0.0 h1:dtDWrepsVPfW9H/4y7dDgFc2MBUSeJhlaDtK13CxFlU=
github.com/IMQS/authaus v1.1.0 h1:jn+sTq2zYnkJcj/R5ZtWn+2nEpVAZGLopRaaK/TU16M=
github.com/IMQS/authaus v1.1.0/go.mod h1:Y8OTve3XI+DEagXTis8SwlgjQ4EIzd8iC+thTnWVITc=
github.com/IMQS/authaus v1.1.1 h1:tz3LbdtBviv8Dl3+oiSKzQKR9PbrBgFMFGER73qqAYE=
github.com/IMQS/authaus v1.1.1/go.mod h1:Y8OTve3XI+DEagXTis8SwlgjQ4EIzd8iC+thTnWVITc=
github.com/IMQS/cli v0.0.0-20151022082634-156324308096 h1:VffSY+13RAsa1X+AWA7/ftPqMoW76RHL+t4Ys6q43c0=
github.com/IMQS/cli v0.0.0-20151022082634-156324308096/go.mod h1:y2XQLPuROeqlwkjD/fieklY8cTCqFIh5OWNwsgrrwa8=
github.com/IMQS/gowinsvc v0.0.0-20220601052852-62ce07b0ae0b h1:UoYC6fmg+eG8QgfYiXEvzrAjXzqnvX4rOo50O7CXeZM=
Expand Down

0 comments on commit 0f424d1

Please sign in to comment.