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

Commit 85bebf3

Browse files
committed
Merge branch 'release/v0.1.0'
2 parents 0cfc28b + 4552c37 commit 85bebf3

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

go.mod

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,10 @@ module github.com/enbility/cemd
22

33
go 1.18
44

5-
require github.com/enbility/eebus-go v0.0.0-20221205131802-d7cf1fd3edcc
6-
7-
require github.com/miekg/dns v1.1.50 // indirect
5+
require github.com/enbility/eebus-go v0.1.0
86

97
require (
8+
github.com/miekg/dns v1.1.50 // indirect
109
github.com/ahmetb/go-linq/v3 v3.2.0 // indirect
1110
github.com/godbus/dbus/v5 v5.1.0 // indirect
1211
github.com/gorilla/websocket v1.5.0 // indirect

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ github.com/ahmetb/go-linq/v3 v3.2.0/go.mod h1:haQ3JfOeWK8HpVxMtHHEMPVgBKiYyQ+f1/
33
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
44
github.com/enbility/eebus-go v0.0.0-20221205131802-d7cf1fd3edcc h1:YuvqFzLzk9AcW4kIgzwq6wWnQJQoUpPdrhOzIU5ppJw=
55
github.com/enbility/eebus-go v0.0.0-20221205131802-d7cf1fd3edcc/go.mod h1:7p6MLHfv7TiCJ4neB7hQYK90mIdYqAMic8WOwYXVG+Y=
6+
github.com/enbility/eebus-go v0.1.0 h1:FTgw6K1YDnuTrk60Djr6wCNc2hViSmdORU9JHQ4F85E=
7+
github.com/enbility/eebus-go v0.1.0/go.mod h1:7p6MLHfv7TiCJ4neB7hQYK90mIdYqAMic8WOwYXVG+Y=
68
github.com/godbus/dbus/v5 v5.0.4/go.mod h1:xhWf0FNVPg57R7Z0UbKHbJfkEywrmjJnf7w5xrFpKfA=
79
github.com/godbus/dbus/v5 v5.1.0 h1:4KLkAxT3aOY8Li4FRJe/KvhoNFFxo0m6fNuFUO8QJUk=
810
github.com/godbus/dbus/v5 v5.1.0/go.mod h1:xhWf0FNVPg57R7Z0UbKHbJfkEywrmjJnf7w5xrFpKfA=

0 commit comments

Comments
 (0)