Skip to content
This repository has been archived by the owner on Jul 12, 2024. It is now read-only.

Commit

Permalink
Update dependencies (needed to fix init conn string)
Browse files Browse the repository at this point in the history
  • Loading branch information
zdevaty committed Feb 27, 2024
1 parent c4ab2ab commit 278588b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ go 1.20

require (
github.com/crewjam/saml v0.4.14
github.com/eliona-smart-building-assistant/go-eliona v1.9.31
github.com/eliona-smart-building-assistant/go-eliona v1.9.32
github.com/eliona-smart-building-assistant/go-eliona-api-client/v2 v2.6.3
github.com/eliona-smart-building-assistant/go-utils v1.0.61
github.com/eliona-smart-building-assistant/go-utils v1.0.62
github.com/friendsofgo/errors v0.9.2
github.com/go-test/deep v1.1.0
github.com/gorilla/mux v1.8.1
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -123,12 +123,12 @@ github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSs
github.com/dnaeon/go-vcr v1.1.0/go.mod h1:M7tiix8f0r6mKKJ3Yq/kqU1OYf3MnfmBWVbPx/yU9ko=
github.com/dnaeon/go-vcr v1.2.0/go.mod h1:R4UdLID7HZT3taECzJs4YgbbH6PIGXB6W/sc5OLb6RQ=
github.com/dustin/go-humanize v1.0.0/go.mod h1:HtrtbFcZ19U5GC7JDqmcUSB87Iq5E25KnS6fMYU6eOk=
github.com/eliona-smart-building-assistant/go-eliona v1.9.31 h1:ZmAiODXNOfgtmDKPyvWK4RahDsZ2Z7LvDRV6emLiPYw=
github.com/eliona-smart-building-assistant/go-eliona v1.9.31/go.mod h1:+L/wHUtRPz5U2Km+JCwliSjFmB4FRffGxttlQrC4OFY=
github.com/eliona-smart-building-assistant/go-eliona v1.9.32 h1:kKqi0tRTRYV/+1yyPuYLgt8/X/eHtiLNVuP+JT5rys0=
github.com/eliona-smart-building-assistant/go-eliona v1.9.32/go.mod h1:WmZj5k0tIv5OfKgBuGZPeReb7uCa+NksgAdueba9Xag=
github.com/eliona-smart-building-assistant/go-eliona-api-client/v2 v2.6.3 h1:RpAlMxLJi85CUBMs+ywZYYq1N9EaMtxxr+K5EDSzX7Q=
github.com/eliona-smart-building-assistant/go-eliona-api-client/v2 v2.6.3/go.mod h1:GsmIYeSRwPLX/Kg2yYtxIfhqAvoCjLP/X/k2YALLVSg=
github.com/eliona-smart-building-assistant/go-utils v1.0.61 h1:6LjRpXsovtZ5VBSUKs5ZML//x03efuqWMqycjfVhtyg=
github.com/eliona-smart-building-assistant/go-utils v1.0.61/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

0 comments on commit 278588b

Please sign in to comment.