-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
29 lines (26 loc) · 958 Bytes
/
go.mod
File metadata and controls
29 lines (26 loc) · 958 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
27
28
29
module pixie_adapter
go 1.21.4
require (
github.com/MyrtIO/myrtio-go v0.1.3
github.com/eclipse/paho.mqtt.golang v1.5.0
github.com/ilyakaznacheev/cleanenv v1.5.0
github.com/mishamyrt/go-lunch v0.0.1
github.com/sevlyar/go-daemon v0.1.6
github.com/spf13/cobra v1.8.0
)
require (
github.com/BurntSushi/toml v1.2.1 // indirect
github.com/creack/goselect v0.1.2 // indirect
github.com/gorilla/websocket v1.5.3 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/joho/godotenv v1.5.1 // indirect
github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/stretchr/testify v1.8.4 // indirect
go.bug.st/serial v1.6.1 // indirect
golang.org/x/net v0.27.0 // indirect
golang.org/x/sync v0.7.0 // indirect
golang.org/x/sys v0.22.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
olympos.io/encoding/edn v0.0.0-20201019073823-d3554ca0b0a3 // indirect
)