dep: update libs5

This commit is contained in:
Derrick Hammer 2024-02-28 14:16:50 -05:00
parent 7abba4ac8e
commit 4fe856fd03
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
2 changed files with 3 additions and 3 deletions

2
go.mod
View File

@ -3,7 +3,7 @@ module git.lumeweb.com/LumeWeb/portal
go 1.21.6
require (
git.lumeweb.com/LumeWeb/libs5-go v0.0.0-20240227154947-47c82c6a03d6
git.lumeweb.com/LumeWeb/libs5-go v0.0.0-20240228191344-5a0b74213921
github.com/AfterShip/email-verifier v1.4.0
github.com/aws/aws-sdk-go-v2 v1.25.1
github.com/aws/aws-sdk-go-v2/config v1.27.2

4
go.sum
View File

@ -1,6 +1,6 @@
cloud.google.com/go v0.26.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw=
git.lumeweb.com/LumeWeb/libs5-go v0.0.0-20240227154947-47c82c6a03d6 h1:FruV/X/keeuh+VESG53ySdd7fUvRgeCVkYG8lhFbrU4=
git.lumeweb.com/LumeWeb/libs5-go v0.0.0-20240227154947-47c82c6a03d6/go.mod h1:1fftK3db+qKZhPxijPSlORciLf5y5t8Ozok59ifx6T8=
git.lumeweb.com/LumeWeb/libs5-go v0.0.0-20240228191344-5a0b74213921 h1:HHHCdSvJVoZLWdJ8sD5J+Fg/FoGTwdBtydTU93mbXqE=
git.lumeweb.com/LumeWeb/libs5-go v0.0.0-20240228191344-5a0b74213921/go.mod h1:1fftK3db+qKZhPxijPSlORciLf5y5t8Ozok59ifx6T8=
github.com/Acconut/go-httptest-recorder v1.0.0 h1:TAv2dfnqp/l+SUvIaMAUK4GeN4+wqb6KZsFFFTGhoJg=
github.com/Acconut/go-httptest-recorder v1.0.0/go.mod h1:CwQyhTH1kq/gLyWiRieo7c0uokpu3PXeyF/nZjUNtmM=
github.com/AfterShip/email-verifier v1.4.0 h1:DoQplvVFVhZUfS5fPiVnmCQDr5i1tv+ivUV0TFd2AZo=