checking in more tests for Service.

This commit is contained in:
2021-12-08 02:34:27 -05:00
parent b6ba0f9736
commit eda1777431
5 changed files with 194 additions and 10 deletions

5
go.mod
View File

@@ -2,4 +2,7 @@ module r00t2.io/gosecret
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
)