Skip to content

Commit

Permalink
Merge pull request #9 from eliona-smart-building-assistant/develop
Browse files Browse the repository at this point in the history
bugfix init connection string
  • Loading branch information
andreas-goebel authored Feb 27, 2024
2 parents 8fc75f3 + 178df48 commit 3c9547c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
github.com/eliona-smart-building-assistant/app-integration-tests v1.1.0
github.com/eliona-smart-building-assistant/go-eliona v1.9.29
github.com/eliona-smart-building-assistant/go-eliona-api-client/v2 v2.6.1
github.com/eliona-smart-building-assistant/go-utils v1.0.60
github.com/eliona-smart-building-assistant/go-utils v1.0.62
github.com/friendsofgo/errors v0.9.2
github.com/gorilla/mux v1.8.0
github.com/gorilla/websocket v1.5.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,8 @@ github.com/eliona-smart-building-assistant/go-eliona v1.9.29 h1:pbEo+Rphy/KjjKq/
github.com/eliona-smart-building-assistant/go-eliona v1.9.29/go.mod h1:YLc8XQa9aW/y938caBypT8+bLJUVsFNV+KhRtKx/Zk8=
github.com/eliona-smart-building-assistant/go-eliona-api-client/v2 v2.6.1 h1:KgvO7+jACdn3QjPIPNXBzluZdhVze7NX21FEkH3ek7E=
github.com/eliona-smart-building-assistant/go-eliona-api-client/v2 v2.6.1/go.mod h1:GsmIYeSRwPLX/Kg2yYtxIfhqAvoCjLP/X/k2YALLVSg=
github.com/eliona-smart-building-assistant/go-utils v1.0.60 h1:Ae6lK1mljoIIkLGbORVquwDxkVIrmtPOo+2P9veAp9g=
github.com/eliona-smart-building-assistant/go-utils v1.0.60/go.mod h1:rcRDJItD62tXkniILeEWE0LpHHitfDJbJzIDsw71AfE=
github.com/eliona-smart-building-assistant/go-utils v1.0.62 h1:ZJQLV4JJGYb3vcJJTbQkuwEG1Jg3mkNDXDvnwmp+RHs=
github.com/eliona-smart-building-assistant/go-utils v1.0.62/go.mod h1:rcRDJItD62tXkniILeEWE0LpHHitfDJbJzIDsw71AfE=
github.com/envoyproxy/go-control-plane v0.9.0/go.mod h1:YTl/9mNaCwkRvm6d1a2C3ymFceY/DCBVvsKhRF0iEA4=
github.com/envoyproxy/go-control-plane v0.9.1-0.20191026205805-5f8ba28d4473/go.mod h1:YTl/9mNaCwkRvm6d1a2C3ymFceY/DCBVvsKhRF0iEA4=
github.com/envoyproxy/go-control-plane v0.9.4/go.mod h1:6rpuAdCZL397s3pYoYcLgu1mIlRU8Am5FuJP05cCM98=
Expand Down
2 changes: 1 addition & 1 deletion openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ openapi: 3.0.3
info:
version: 1.0.0
title: Signify app API
description: API to access and configure the signify app
description: API to access and configure the Signify app
externalDocs:
description: Find out more about the signify app
url: https://github.com/eliona-smart-building-assistant/signify-app
Expand Down

0 comments on commit 3c9547c

Please sign in to comment.