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

Commit

Permalink
Merge branch 'release/v0.1.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
DerAndereAndi committed Dec 5, 2022
2 parents 0cfc28b + 4552c37 commit 85bebf3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 2 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@ module github.com/enbility/cemd

go 1.18

require github.com/enbility/eebus-go v0.0.0-20221205131802-d7cf1fd3edcc

require github.com/miekg/dns v1.1.50 // indirect
require github.com/enbility/eebus-go v0.1.0

require (
github.com/miekg/dns v1.1.50 // indirect
github.com/ahmetb/go-linq/v3 v3.2.0 // indirect
github.com/godbus/dbus/v5 v5.1.0 // indirect
github.com/gorilla/websocket v1.5.0 // indirect
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ github.com/ahmetb/go-linq/v3 v3.2.0/go.mod h1:haQ3JfOeWK8HpVxMtHHEMPVgBKiYyQ+f1/
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
github.com/enbility/eebus-go v0.0.0-20221205131802-d7cf1fd3edcc h1:YuvqFzLzk9AcW4kIgzwq6wWnQJQoUpPdrhOzIU5ppJw=
github.com/enbility/eebus-go v0.0.0-20221205131802-d7cf1fd3edcc/go.mod h1:7p6MLHfv7TiCJ4neB7hQYK90mIdYqAMic8WOwYXVG+Y=
github.com/enbility/eebus-go v0.1.0 h1:FTgw6K1YDnuTrk60Djr6wCNc2hViSmdORU9JHQ4F85E=
github.com/enbility/eebus-go v0.1.0/go.mod h1:7p6MLHfv7TiCJ4neB7hQYK90mIdYqAMic8WOwYXVG+Y=
github.com/godbus/dbus/v5 v5.0.4/go.mod h1:xhWf0FNVPg57R7Z0UbKHbJfkEywrmjJnf7w5xrFpKfA=
github.com/godbus/dbus/v5 v5.1.0 h1:4KLkAxT3aOY8Li4FRJe/KvhoNFFxo0m6fNuFUO8QJUk=
github.com/godbus/dbus/v5 v5.1.0/go.mod h1:xhWf0FNVPg57R7Z0UbKHbJfkEywrmjJnf7w5xrFpKfA=
Expand Down

0 comments on commit 85bebf3

Please sign in to comment.