Skip to content

Commit

Permalink
Updated dependencies for reworked types.Device address field
Browse files Browse the repository at this point in the history
  • Loading branch information
twystd committed May 17, 2024
1 parent ef282c8 commit 3cf01a1
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 @@ -7,8 +7,8 @@ toolchain go1.22.0
require (
github.com/aws/aws-sdk-go v1.44.333
github.com/eclipse/paho.mqtt.golang v1.4.3
github.com/uhppoted/uhppote-core v0.8.9-0.20240516172829-ac8140e53a0d
github.com/uhppoted/uhppoted-lib v0.8.9-0.20240516174718-1f61e72907bd
github.com/uhppoted/uhppote-core v0.8.9-0.20240517152424-14b4741b581c
github.com/uhppoted/uhppoted-lib v0.8.9-0.20240517153908-c13984f880bc
golang.org/x/sys v0.20.0
)

Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINE
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
github.com/uhppoted/uhppote-core v0.8.9-0.20240516172829-ac8140e53a0d h1:WyRYAC69Pkxmktu+oFVAqKPb8RbUimtJMvx5y+T5shs=
github.com/uhppoted/uhppote-core v0.8.9-0.20240516172829-ac8140e53a0d/go.mod h1:Q+DHtT8s74efLs2b0eF20DRBUL9yBkySwaTQ+0lsEVM=
github.com/uhppoted/uhppoted-lib v0.8.9-0.20240516174718-1f61e72907bd h1:Hc/yTOMSHAvDUR3QAVn2PmdF4X1MuTDn+D8X71gnJ/U=
github.com/uhppoted/uhppoted-lib v0.8.9-0.20240516174718-1f61e72907bd/go.mod h1:lu/wpSikg/0+/fro2l86CLdZnm8McRNT9f0cngi0eVQ=
github.com/uhppoted/uhppote-core v0.8.9-0.20240517152424-14b4741b581c h1:GfeRFjG72TJZczOS2dGBRAoq75Dh/Pfgwk8XOLhYIIs=
github.com/uhppoted/uhppote-core v0.8.9-0.20240517152424-14b4741b581c/go.mod h1:Q+DHtT8s74efLs2b0eF20DRBUL9yBkySwaTQ+0lsEVM=
github.com/uhppoted/uhppoted-lib v0.8.9-0.20240517153908-c13984f880bc h1:BaCPElirAeK787l58iZYbF4zMi10BHhiXVK3uWKtSGI=
github.com/uhppoted/uhppoted-lib v0.8.9-0.20240517153908-c13984f880bc/go.mod h1:NCQkRCPrmoXyS4miehzosirtUkRO+Y+PBjFCpVIHUJU=
github.com/yuin/goldmark v1.4.13/go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY=
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc=
Expand Down

0 comments on commit 3cf01a1

Please sign in to comment.