Factor out Store & Bus

This commit is contained in:
Ian Gulliver
2022-03-21 04:04:20 +00:00
parent 7f822c1631
commit fa608be31f
8 changed files with 14 additions and 317 deletions

1
go.mod
View File

@@ -3,6 +3,7 @@ module github.com/firestuff/checky
go 1.16
require (
github.com/firestuff/storebus v0.0.0-20220320234918-5e1588edb2eb
github.com/google/uuid v1.3.0
github.com/gorilla/mux v1.8.0
)