10 lines
185 B
Modula-2
10 lines
185 B
Modula-2
module github.com/firestuff/checky
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/firestuff/storebus v0.0.0-20220322045810-ba25a8b70634
|
|
github.com/google/uuid v1.3.0
|
|
github.com/gorilla/mux v1.8.0
|
|
)
|