Files
checky/go.mod

10 lines
185 B
Modula-2
Raw Permalink Normal View History

2022-03-15 04:43:03 +00:00
module github.com/firestuff/checky
go 1.16
2022-03-17 04:08:08 +00:00
require (
2022-03-22 06:02:35 +00:00
github.com/firestuff/storebus v0.0.0-20220322045810-ba25a8b70634
2022-03-17 04:08:08 +00:00
github.com/google/uuid v1.3.0
github.com/gorilla/mux v1.8.0
)