checking in for tests

This commit is contained in:
2021-12-25 02:54:18 -05:00
parent 1f6cfd5883
commit 07c38ce23e
16 changed files with 444 additions and 107 deletions

5
go.mod
View File

@@ -2,4 +2,7 @@ module r00t2.io/gokwallet
go 1.17
require github.com/godbus/dbus/v5 v5.0.6
require (
github.com/godbus/dbus/v5 v5.0.6
github.com/google/uuid v1.3.0
)