mirror of
https://github.com/cmur2/miflorad.git
synced 2025-07-10 05:11:20 +02:00
![dependabot[bot]](/gitea/assets/img/avatar_default.png)
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.6.0 to 1.6.1 (#63). - [Release notes](https://github.com/stretchr/testify/releases) - [Commits](https://github.com/stretchr/testify/compare/v1.6.0...v1.6.1) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
14 lines
382 B
Modula-2
14 lines
382 B
Modula-2
module miflorad
|
|
|
|
go 1.11
|
|
|
|
require (
|
|
github.com/currantlabs/gatt v0.0.0-20161006170101-f949eac78f4e
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/eclipse/paho.mqtt.golang v1.2.0
|
|
github.com/go-ble/ble v0.0.0-20200120171844-0a73a9da88eb
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/stretchr/testify v1.6.1
|
|
golang.org/x/net v0.0.0-20190930134127-c5a3c61f89f3 // indirect
|
|
)
|