-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
19 lines (16 loc) · 670 Bytes
/
Copy pathgo.mod
File metadata and controls
19 lines (16 loc) · 670 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
module github.com/wojciechka/pm25data
go 1.20
require (
github.com/influxdata/influxdb-client-go v0.1.4
github.com/juju/errors v0.0.0-20190930114154-d42613fe1ab9
github.com/tarm/serial v0.0.0-20180830185346-98f6abe2eb07
)
require (
github.com/influxdata/line-protocol v0.0.0-20190509173118-5712a8124a9a // indirect
github.com/juju/loggo v0.0.0-20190526231331-6e530bcce5d8 // indirect
github.com/juju/testing v0.0.0-20191001232224-ce9dec17d28b // indirect
golang.org/x/sys v0.8.0 // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
gopkg.in/mgo.v2 v2.0.0-20190816093944-a6b53ec6cb22 // indirect
gopkg.in/yaml.v2 v2.2.8 // indirect
)