Skip to content

Commit

Permalink
Update ship and spine
Browse files Browse the repository at this point in the history
  • Loading branch information
DerAndereAndi committed Jan 28, 2024
1 parent 88d7959 commit e290baa
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 @@ -3,8 +3,8 @@ module github.com/enbility/eebus-go
go 1.21.1

require (
github.com/enbility/ship-go v0.0.0-20240123184928-6739ac1a68c4
github.com/enbility/spine-go v0.0.0-20240125155659-6851be30eecb
github.com/enbility/ship-go v0.0.0-20240128143740-0e207dd3699e
github.com/enbility/spine-go v0.0.0-20240128154609-2ff85b4d3fea
github.com/stretchr/testify v1.8.4
)

Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ github.com/ahmetb/go-linq/v3 v3.2.0/go.mod h1:haQ3JfOeWK8HpVxMtHHEMPVgBKiYyQ+f1/
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/enbility/ship-go v0.0.0-20240123184928-6739ac1a68c4 h1:I54U0+MHwtsHUS7OLEt0z5fGNZOpV7G3EgQxRvFXeKI=
github.com/enbility/ship-go v0.0.0-20240123184928-6739ac1a68c4/go.mod h1:6xPvus7uzBqq3p2mQRWmbjP8n1/gpMil3jikRNBDUCg=
github.com/enbility/spine-go v0.0.0-20240125155659-6851be30eecb h1:H9mjA/l2lxZChvrruZLSew2Dafs6Yp6GAhHq/3lYfPc=
github.com/enbility/spine-go v0.0.0-20240125155659-6851be30eecb/go.mod h1:VkPWyFUVlf385o7NeesvAiYoDDDnYyLuIYYdhzfJ0pY=
github.com/enbility/ship-go v0.0.0-20240128143740-0e207dd3699e h1:SEwRSLtyI33v4CjyqhfGTV2U+4EI9s8Z5ap5PJBGhbc=
github.com/enbility/ship-go v0.0.0-20240128143740-0e207dd3699e/go.mod h1:6xPvus7uzBqq3p2mQRWmbjP8n1/gpMil3jikRNBDUCg=
github.com/enbility/spine-go v0.0.0-20240128154609-2ff85b4d3fea h1:UDIbZfZqVccgyW5nCSqWlvPh2sVt0IrzCcR9Ix7j/fA=
github.com/enbility/spine-go v0.0.0-20240128154609-2ff85b4d3fea/go.mod h1:ETVDSeiTPNJZ8WBAuYBIP+8+9qbDl8lpbKbiAisYMTg=
github.com/godbus/dbus/v5 v5.1.0 h1:4KLkAxT3aOY8Li4FRJe/KvhoNFFxo0m6fNuFUO8QJUk=
github.com/godbus/dbus/v5 v5.1.0/go.mod h1:xhWf0FNVPg57R7Z0UbKHbJfkEywrmjJnf7w5xrFpKfA=
github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI=
Expand Down

0 comments on commit e290baa

Please sign in to comment.