Commit Graph

30 Commits

Author SHA1 Message Date
Ron Evans cd653e9ea1
joystick(core): replace sdl with 0xcafed00d/joystick package (#988) 2023-09-23 12:32:31 +02:00
Thomas Kohler 914e2ea046
build(deps): module update (#971) 2023-07-06 19:32:50 +02:00
Thomas Kohler 09d85d6670
core: upgrade modules (#961)
go: upgraded github.com/nats-io/nats.go v1.26.0 => v1.27.0
go: upgraded gocv.io/x/gocv v0.32.1 => v0.33.0
go: upgraded golang.org/x/net v0.10.0 => v0.11.0
go: upgraded tinygo.org/x/bluetooth v0.6.0 => v0.7.0
2023-06-18 17:00:59 +02:00
Thomas Kohler 314a808200
ble: simplify and substitute errors.Wrap() (#958) 2023-06-14 18:27:22 +02:00
Thomas Kohler ac849e7616
Build(go, deps): switch to Go 1.18 and update modules (#940) 2023-06-04 14:13:41 +02:00
Thomas Kohler 03fd87241e
build(deps): bump github.com/stretchr/testify from 1.8.0 to 1.8.3 2023-05-29 20:09:49 +02:00
dependabot[bot] a5e9d8644e
build(deps): bump go.bug.st/serial from 1.4.0 to 1.5.0
Bumps [go.bug.st/serial](https://github.com/bugst/go-serial) from 1.4.0 to 1.5.0.
- [Commits](https://github.com/bugst/go-serial/compare/v1.4.0...v1.5.0)

---
updated-dependencies:
- dependency-name: go.bug.st/serial
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-29 17:49:39 +00:00
dependabot[bot] 3ddd45607a
build(deps): bump github.com/stretchr/testify from 1.8.0 to 1.8.3
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.8.0 to 1.8.3.
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](https://github.com/stretchr/testify/compare/v1.8.0...v1.8.3)

---
updated-dependencies:
- dependency-name: github.com/stretchr/testify
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-29 17:49:31 +00:00
Thomas Kohler 645f5bfa0c
build(deps): bump github.com/eclipse/paho.mqtt.golang from 1.4.1 to 1.4.2 2023-05-29 19:49:12 +02:00
dependabot[bot] 8e0a894993
build(deps): bump github.com/warthog618/gpiod from 0.8.0 to 0.8.1
Bumps [github.com/warthog618/gpiod](https://github.com/warthog618/gpiod) from 0.8.0 to 0.8.1.
- [Commits](https://github.com/warthog618/gpiod/compare/v0.8.0...v0.8.1)

---
updated-dependencies:
- dependency-name: github.com/warthog618/gpiod
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-29 17:24:10 +00:00
dependabot[bot] 2fa53fe911
build(deps): bump github.com/eclipse/paho.mqtt.golang
Bumps [github.com/eclipse/paho.mqtt.golang](https://github.com/eclipse/paho.mqtt.golang) from 1.4.1 to 1.4.2.
- [Release notes](https://github.com/eclipse/paho.mqtt.golang/releases)
- [Commits](https://github.com/eclipse/paho.mqtt.golang/compare/v1.4.1...v1.4.2)

---
updated-dependencies:
- dependency-name: github.com/eclipse/paho.mqtt.golang
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-29 17:24:06 +00:00
Thomas Kohler 865e724af0
Build(v2): revert move to v2 subfolder (#932)
* revert move to v2 subfolder
* fix CI and adjust CHANGELOG
2023-05-29 19:23:28 +02:00
Thomas Kohler d908619462
Build(v2): fix usage by moving code to a v2 subfolder (#927) 2023-05-22 19:35:36 +02:00
dependabot[bot] 059905dfab
build(deps): bump github.com/nats-io/nats-server/v2 from 2.1.0 to 2.7.4 (#906) 2023-05-16 18:00:24 +02:00
dependabot[bot] 0d53d37f40
Bump periph.io/x/conn/v3 from 3.6.10 to 3.7.0 (#913) 2023-05-16 17:55:05 +02:00
dependabot[bot] e3b00e6d3d
Bump github.com/gofrs/uuid from 4.3.0+incompatible to 4.4.0+incompatible (#914) 2023-05-16 17:52:19 +02:00
dependabot[bot] 4520e14aa6
Bump golang.org/x/net from 0.1.0 to 0.10.0 (#915) 2023-05-16 17:48:20 +02:00
Thomas Kohler 45ee9c3644
gpio: add support for new character device Kernel ABI 2022-11-27 16:06:09 +01:00
Thomas Kohler 16a453248e Update go.mod to 1.17 and all modules incl. code upgrades 2022-10-19 19:32:56 +02:00
deadprogram a60a7962f3 ble: update to TinyGo Bluetooth package v0.6.0 release
Signed-off-by: deadprogram <ron@hybridgroup.com>
2022-10-02 16:26:34 +02:00
deadprogram 0f6dab55c9 all: update to new serial package
Signed-off-by: deadprogram <ron@hybridgroup.com>
2022-10-02 16:26:34 +02:00
deadprogram 09d6a0ceec platforms/ble: support for Windows and remove macOS specific UUID code no longer needed
Signed-off-by: deadprogram <ron@hybridgroup.com>
2022-10-02 16:26:34 +02:00
ChrisC 7455e4bd91 update uuid package and directly access it; remove archived uuid package 2021-01-16 21:50:31 +01:00
Ron Evans 1d36426c32 modules: update dependencies 2020-11-27 19:14:38 +01:00
deadprogram 23f0b416f4 modules: update to latest dev of go bluetooth package
Signed-off-by: deadprogram <ron@hybridgroup.com>
2020-11-27 19:14:38 +01:00
Ron Evans c0122b106c modules: update dependencies to pickup feature branch of go-bluetooth with latest macOS changes
Signed-off-by: Ron Evans <ron@hybridgroup.com>
2020-11-27 19:14:38 +01:00
deadprogram 285c48b389 ble: initial take on working go-bluetooth replacement for go-ble
Signed-off-by: deadprogram <ron@hybridgroup.com>
2020-11-27 19:14:38 +01:00
Dmitry Lisin 88188d3ccb Use go.mod friendly version of go.bug.st/serial library 2020-05-13 19:16:41 +02:00
Ron Evans 5faa7516f2 core: updating to use go modules in build and completely remove dep
Signed-off-by: Ron Evans <ron@hybridgroup.com>
2019-10-15 10:26:40 +02:00
Mohammad Shoaei ef3933b99c migrating from dep to go modules 2019-10-02 01:51:17 +03:30