-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgo.mod
More file actions
26 lines (23 loc) · 742 Bytes
/
go.mod
File metadata and controls
26 lines (23 loc) · 742 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
module github.com/parMaster/rpid
go 1.25.1
require (
github.com/go-pkgz/lgr v0.12.1
github.com/go-pkgz/rest v1.20.4
github.com/go-pkgz/routegroup v1.5.3
github.com/mattn/go-sqlite3 v1.14.32
github.com/parMaster/htu21 v0.0.0-20230330234619-e4f804bbad91
github.com/parMaster/mcache v1.0.0
github.com/stretchr/testify v1.11.1
github.com/umputun/go-flags v1.5.1
gopkg.in/yaml.v3 v3.0.1
periph.io/x/conn/v3 v3.7.2
periph.io/x/devices/v3 v3.7.4
periph.io/x/host/v3 v3.8.5
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/sigurn/crc8 v0.0.0-20220107193325-2243fe600f9f // indirect
golang.org/x/crypto v0.42.0 // indirect
golang.org/x/sys v0.36.0 // indirect
)