Webserver: Add bicycle api

This commit is contained in:
Thomas Klaehn
2023-03-01 08:12:49 +01:00
parent 137b342629
commit 52dbdb0b65
3 changed files with 5 additions and 0 deletions

1
go.mod
View File

@@ -3,6 +3,7 @@ module webserver
go 1.20
require (
git.blackfinn.de/apiservice/bicycle v0.0.1
git.blackfinn.de/apiservice/sauna v0.0.1
)