-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathgo.mod
27 lines (24 loc) · 950 Bytes
/
go.mod
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
27
module github.com/jovandeginste/medisana-bs
go 1.19
require (
github.com/BurntSushi/toml v1.3.2
github.com/eclipse/paho.mqtt.golang v1.4.3
github.com/go-ble/ble v0.0.0-20230130210458-dd4b07d15402
github.com/gocarina/gocsv v0.0.0-20231116093920-b87c2d0e983a
github.com/sirupsen/logrus v1.9.3
golang.org/x/net v0.19.0
)
require (
github.com/JuulLabs-OSS/cbgo v0.0.2 // indirect
github.com/gorilla/websocket v1.5.1 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
github.com/mgutz/logxi v0.0.0-20161027140823-aebf8a7d67ab // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/raff/goble v0.0.0-20200327175727-d63360dcfd80 // indirect
github.com/stretchr/testify v1.7.1 // indirect
golang.org/x/sync v0.5.0 // indirect
golang.org/x/sys v0.15.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)