22 lines
672 B
Modula-2
22 lines
672 B
Modula-2
module myschools.me/suguo/ble-ibeacon
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/influxdata/influxdb v1.9.5
|
|
github.com/intel-go/cpuid v0.0.0-20210602155658-5747e5cec0d9
|
|
github.com/jaypipes/ghw v0.8.0
|
|
github.com/paypal/gatt v0.0.0-20151011220935-4ae819d591cf
|
|
)
|
|
|
|
require (
|
|
github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect
|
|
github.com/ghodss/yaml v1.0.0 // indirect
|
|
github.com/go-ole/go-ole v1.2.4 // indirect
|
|
github.com/jaypipes/pcidb v0.6.0 // indirect
|
|
github.com/mitchellh/go-homedir v1.1.0 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
gopkg.in/yaml.v2 v2.3.0 // indirect
|
|
howett.net/plist v0.0.0-20181124034731-591f970eefbb // indirect
|
|
)
|