Skip to content

Commit 36c70ac

Browse files
committed
update to published rfm69 library
1 parent b3248e5 commit 36c70ac

2 files changed

Lines changed: 7 additions & 5 deletions

File tree

go.mod

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
module github.com/minor-industries/bbqueue
22

3-
replace github.com/minor-industries/rfm69 => ../rfm69
4-
53
go 1.21.1
64

75
require (
8-
github.com/davecgh/go-spew v1.1.1
6+
github.com/dustin/go-humanize v1.0.1
97
github.com/gin-gonic/gin v1.9.1
108
github.com/glebarez/sqlite v1.10.0
11-
github.com/minor-industries/rfm69 v0.0.0-00010101000000-000000000000
9+
github.com/minor-industries/rfm69 v0.0.2
1210
github.com/pkg/errors v0.9.1
1311
github.com/stretchr/testify v1.8.4
1412
github.com/tarm/serial v0.0.0-20180830185346-98f6abe2eb07
@@ -22,7 +20,7 @@ require (
2220
github.com/bytedance/sonic v1.9.1 // indirect
2321
github.com/campoy/embedmd v1.0.0 // indirect
2422
github.com/chenzhuoyu/base64x v0.0.0-20221115062448-fe3a3abad311 // indirect
25-
github.com/dustin/go-humanize v1.0.1 // indirect
23+
github.com/davecgh/go-spew v1.1.1 // indirect
2624
github.com/gabriel-vasile/mimetype v1.4.2 // indirect
2725
github.com/gin-contrib/sse v0.1.0 // indirect
2826
github.com/glebarez/go-sqlite v1.21.2 // indirect

go.sum

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,10 @@ github.com/leodido/go-urn v1.2.4 h1:XlAE/cm/ms7TE/VMVoduSpNBoyc2dOxHs5MZSwAN63Q=
7474
github.com/leodido/go-urn v1.2.4/go.mod h1:7ZrI8mTSeBSHl/UaRyKQW1qZeMgak41ANeCNaVckg+4=
7575
github.com/mattn/go-isatty v0.0.19 h1:JITubQf0MOLdlGRuRq+jtsDlekdYPia9ZFsB8h/APPA=
7676
github.com/mattn/go-isatty v0.0.19/go.mod h1:W+V8PltTTMOvKvAeJH7IuucS94S2C6jfK/D7dTCTo3Y=
77+
github.com/minor-industries/rfm69 v0.0.1 h1:iooJC+ZEEw048b5KYPOGSIWEfc67YZXMD9OB1Oos0Ro=
78+
github.com/minor-industries/rfm69 v0.0.1/go.mod h1:lGGUGk5f4PkwtZFdYR8kFyCskuIviIPSS/AuhkvhsDU=
79+
github.com/minor-industries/rfm69 v0.0.2 h1:dlEQexErE/kX/7AfMRjkDxpN+WH4i0VUYf9b6JPzaE4=
80+
github.com/minor-industries/rfm69 v0.0.2/go.mod h1:lGGUGk5f4PkwtZFdYR8kFyCskuIviIPSS/AuhkvhsDU=
7781
github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q=
7882
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd h1:TRLaZ9cD/w8PVh93nsPXa1VrQ6jlwL5oN8l14QlcNfg=
7983
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q=

0 commit comments

Comments
 (0)