Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

# Dependency directories (remove the comment below to include it)
# vendor/
domru
/domru
deploy.sh

.DS_Store
Expand Down
2 changes: 1 addition & 1 deletion config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Domofon",
"version": "0.3.6",
"version": "0.4.0",
"slug": "domofon",
"description": "",
"startup": "application",
Expand Down
2 changes: 2 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@ require (
)

require github.com/google/uuid v1.6.0

require github.com/leanovate/gopter v0.2.11 // indirect
603 changes: 603 additions & 0 deletions go.sum

Large diffs are not rendered by default.

Loading