3
3
4
4
module github.com/stv0g/vand
5
5
6
- go 1.22.6
7
-
8
- toolchain go1.23.6
6
+ go 1.24.1
9
7
10
8
require (
11
9
dario.cat/mergo v1.0.1
12
- gioui.org v0.7.1
10
+ gioui.org v0.8.0
13
11
github.com/adrianmo/go-nmea v1.10.0
12
+ github.com/dgraph-io/badger/v4 v4.6.0
14
13
github.com/eclipse/paho.mqtt.golang v1.5.0
15
14
github.com/gin-contrib/static v1.1.3
16
15
github.com/gin-gonic/gin v1.10.0
@@ -19,83 +18,86 @@ require (
19
18
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
20
19
github.com/rzetterberg/elmobd v0.0.0-20240426091703-01e7bbc11e6c
21
20
github.com/simonvetter/modbus v1.6.3
22
- github.com/spf13/cobra v1.8 .1
21
+ github.com/spf13/cobra v1.9 .1
23
22
github.com/spf13/viper v1.19.0
24
23
github.com/tarm/serial v0.0.0-20180830185346-98f6abe2eb07
25
- github.com/tdewolff/canvas v0.0.0-20241017013131-7441cbff7ba9
26
- golang.org/x/image v0.22 .0
27
- golang.org/x/sys v0.29 .0
24
+ github.com/tdewolff/canvas v0.0.0-20250209140343-015076d8ff76
25
+ golang.org/x/image v0.25 .0
26
+ golang.org/x/sys v0.31 .0
28
27
google.golang.org/protobuf v1.36.5
29
28
gopkg.in/yaml.v3 v3.0.1
30
- periph.io/x/conn/v3 v3.7.1
29
+ periph.io/x/conn/v3 v3.7.2
31
30
periph.io/x/host/v3 v3.8.3
32
31
)
33
32
34
- require github.com/dgraph-io/badger/v4 v4.5.1
35
-
36
33
require (
37
- gioui.org/cpu v0.0.0-20220412190645-f1e9e8c3b1f7 // indirect
38
34
gioui.org/shader v1.0.8 // indirect
35
+ github.com/BurntSushi/freetype-go v0.0.0-20160129220410-b763ddbfe298 // indirect
36
+ github.com/BurntSushi/graphics-go v0.0.0-20160129215708-b43f31a4a966 // indirect
37
+ github.com/BurntSushi/xgb v0.0.0-20210121224620-deaf085860bc // indirect
38
+ github.com/BurntSushi/xgbutil v0.0.0-20190907113008-ad855c713046 // indirect
39
39
github.com/ByteArena/poly2tri-go v0.0.0-20170716161910-d102ad91854f // indirect
40
- github.com/andybalholm/brotli v1.1.0 // indirect
41
- github.com/benoitkugler/textlayout v0.3.0 // indirect
40
+ github.com/andybalholm/brotli v1.1.1 // indirect
41
+ github.com/benoitkugler/textlayout v0.3.1 // indirect
42
42
github.com/benoitkugler/textprocessing v0.0.3 // indirect
43
- github.com/bytedance/sonic v1.12.6 // indirect
44
- github.com/bytedance/sonic/loader v0.2.1 // indirect
43
+ github.com/bytedance/sonic v1.13.1 // indirect
44
+ github.com/bytedance/sonic/loader v0.2.4 // indirect
45
45
github.com/cespare/xxhash/v2 v2.3.0 // indirect
46
- github.com/cloudwego/base64x v0.1.4 // indirect
47
- github.com/cloudwego/iasm v0.2.0 // indirect
46
+ github.com/cloudwego/base64x v0.1.5 // indirect
48
47
github.com/dgraph-io/ristretto/v2 v2.1.0 // indirect
49
48
github.com/dustin/go-humanize v1.0.1 // indirect
50
- github.com/fsnotify/fsnotify v1.7.0 // indirect
51
- github.com/gabriel-vasile/mimetype v1.4.7 // indirect
52
- github.com/gin-contrib/sse v0.1.0 // indirect
53
- github.com/go-fonts/latin-modern v0.3.1 // indirect
49
+ github.com/fsnotify/fsnotify v1.8.0 // indirect
50
+ github.com/gabriel-vasile/mimetype v1.4.8 // indirect
51
+ github.com/gin-contrib/sse v1.0.0 // indirect
52
+ github.com/go-fonts/latin-modern v0.3.3 // indirect
53
+ github.com/go-logr/logr v1.4.2 // indirect
54
+ github.com/go-logr/stdr v1.2.2 // indirect
54
55
github.com/go-playground/locales v0.14.1 // indirect
55
56
github.com/go-playground/universal-translator v0.18.1 // indirect
56
- github.com/go-playground/validator/v10 v10.23 .0 // indirect
57
- github.com/go-text/typesetting v0.1.1 // indirect
57
+ github.com/go-playground/validator/v10 v10.25 .0 // indirect
58
+ github.com/go-text/typesetting v0.3.0 // indirect
58
59
github.com/goburrow/serial v0.1.0 // indirect
59
- github.com/goccy/go-json v0.10.4 // indirect
60
- github.com/gogo/protobuf v1.3.2 // indirect
60
+ github.com/goccy/go-json v0.10.5 // indirect
61
61
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
62
- github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
63
- github.com/golang/protobuf v1.5.4 // indirect
64
- github.com/google/flatbuffers v24.12.23+incompatible // indirect
62
+ github.com/google/flatbuffers v25.2.10+incompatible // indirect
65
63
github.com/hashicorp/hcl v1.0.0 // indirect
66
64
github.com/inconshreveable/mousetrap v1.1.0 // indirect
67
65
github.com/json-iterator/go v1.1.12 // indirect
68
- github.com/klauspost/compress v1.17.11 // indirect
69
- github.com/klauspost/cpuid/v2 v2.2.9 // indirect
66
+ github.com/klauspost/compress v1.18.0 // indirect
67
+ github.com/klauspost/cpuid/v2 v2.2.10 // indirect
70
68
github.com/leodido/go-urn v1.4.0 // indirect
71
- github.com/magiconair/properties v1.8.7 // indirect
69
+ github.com/magiconair/properties v1.8.9 // indirect
72
70
github.com/mattn/go-isatty v0.0.20 // indirect
73
71
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
74
72
github.com/modern-go/reflect2 v1.0.2 // indirect
75
73
github.com/pelletier/go-toml/v2 v2.2.3 // indirect
76
74
github.com/pkg/errors v0.9.1 // indirect
77
- github.com/sagikazarmark/locafero v0.4 .0 // indirect
75
+ github.com/sagikazarmark/locafero v0.7 .0 // indirect
78
76
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
79
77
github.com/sourcegraph/conc v0.3.0 // indirect
80
- github.com/spf13/afero v1.11.0 // indirect
81
- github.com/spf13/cast v1.6.0 // indirect
82
- github.com/spf13/pflag v1.0.5 // indirect
78
+ github.com/spf13/afero v1.12.0 // indirect
79
+ github.com/spf13/cast v1.7.1 // indirect
80
+ github.com/spf13/pflag v1.0.6 // indirect
81
+ github.com/srwiley/rasterx v0.0.0-20220730225603-2ab79fcdd4ef // indirect
82
+ github.com/srwiley/scanx v0.0.0-20190309010443-e94503791388 // indirect
83
83
github.com/subosito/gotenv v1.6.0 // indirect
84
- github.com/tdewolff/font v0.0.0-20240728193914-9dc6e3441d03 // indirect
85
- github.com/tdewolff/minify/v2 v2.20.5 // indirect
86
- github.com/tdewolff/parse/v2 v2.7.15 // indirect
84
+ github.com/tdewolff/font v0.0.0-20250207110603-e57683ffdb59 // indirect
85
+ github.com/tdewolff/minify/v2 v2.21.3 // indirect
86
+ github.com/tdewolff/parse/v2 v2.7.21-0.20250207110456-867b66db0fb0 // indirect
87
87
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
88
88
github.com/ugorji/go/codec v1.2.12 // indirect
89
- go.opencensus.io v0.24.0 // indirect
90
- go.uber.org/atomic v1.9.0 // indirect
91
- go.uber.org/multierr v1.9.0 // indirect
92
- golang.org/x/arch v0.12.0 // indirect
93
- golang.org/x/crypto v0.32.0 // indirect
94
- golang.org/x/exp v0.0.0-20240707233637-46b078467d37 // indirect
95
- golang.org/x/exp/shiny v0.0.0-20240707233637-46b078467d37 // indirect
96
- golang.org/x/net v0.34.0 // indirect
97
- golang.org/x/sync v0.10.0 // indirect
98
- golang.org/x/text v0.21.0 // indirect
89
+ go.opentelemetry.io/auto/sdk v1.1.0 // indirect
90
+ go.opentelemetry.io/otel v1.35.0 // indirect
91
+ go.opentelemetry.io/otel/metric v1.35.0 // indirect
92
+ go.opentelemetry.io/otel/trace v1.35.0 // indirect
93
+ go.uber.org/multierr v1.11.0 // indirect
94
+ golang.org/x/arch v0.15.0 // indirect
95
+ golang.org/x/crypto v0.36.0 // indirect
96
+ golang.org/x/exp v0.0.0-20250305212735-054e65f0b394 // indirect
97
+ golang.org/x/exp/shiny v0.0.0-20250305212735-054e65f0b394 // indirect
98
+ golang.org/x/net v0.37.0 // indirect
99
+ golang.org/x/sync v0.12.0 // indirect
100
+ golang.org/x/text v0.23.0 // indirect
99
101
gopkg.in/ini.v1 v1.67.0 // indirect
100
- star-tex.org/x/tex v0.4 .0 // indirect
102
+ star-tex.org/x/tex v0.5 .0 // indirect
101
103
)
0 commit comments