Temporary solution for make sure storage object gets put back in all cases of execution

This commit is contained in:
lash
2024-09-12 16:46:11 +01:00
parent 9c751aff30
commit 9b4a4eeaf4
7 changed files with 30 additions and 16 deletions

2
go.mod
View File

@@ -3,7 +3,7 @@ module git.grassecon.net/urdt/ussd
go 1.22.6
require (
git.defalsify.org/vise.git 0d23e0dbb57fe63b6626527fddc86649cfc20f8f
git.defalsify.org/vise.git v0.1.0-rc.3.0.20240911231817-0d23e0dbb57f
github.com/alecthomas/assert/v2 v2.2.2
gopkg.in/leonelquinteros/gotext.v1 v1.3.1
)