Switch to storebus API

This commit is contained in:
Ian Gulliver
2022-03-22 06:02:35 +00:00
parent fa608be31f
commit 590b59998e
6 changed files with 70 additions and 194 deletions

2
go.mod
View File

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