File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11module github.com/minor-industries/bbqueue
22
3- replace github.com/minor-industries/rfm69 => ../rfm69
4-
53go 1.21.1
64
75require (
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
Original file line number Diff line number Diff line change @@ -74,6 +74,10 @@ github.com/leodido/go-urn v1.2.4 h1:XlAE/cm/ms7TE/VMVoduSpNBoyc2dOxHs5MZSwAN63Q=
7474github.com/leodido/go-urn v1.2.4 /go.mod h1:7ZrI8mTSeBSHl/UaRyKQW1qZeMgak41ANeCNaVckg+4 =
7575github.com/mattn/go-isatty v0.0.19 h1:JITubQf0MOLdlGRuRq+jtsDlekdYPia9ZFsB8h/APPA =
7676github.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 =
7781github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421 /go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q =
7882github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd h1:TRLaZ9cD/w8PVh93nsPXa1VrQ6jlwL5oN8l14QlcNfg =
7983github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd /go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q =
You can’t perform that action at this time.
0 commit comments