|
1 | 1 | module github.com/volkszaehler/mbmd |
2 | 2 |
|
3 | | -go 1.21 |
4 | | - |
5 | | -toolchain go1.21.5 |
| 3 | +go 1.24.0 |
6 | 4 |
|
7 | 5 | require ( |
8 | | - github.com/andig/gosunspec v0.0.0-20231205122018-1daccfa17912 |
9 | | - github.com/dmarkham/enumer v1.5.9 |
10 | | - github.com/eclipse/paho.mqtt.golang v1.4.3 |
| 6 | + github.com/andig/gosunspec v0.0.0-20240918203654-860ce51d602b |
| 7 | + github.com/dmarkham/enumer v1.6.1 |
| 8 | + github.com/eclipse/paho.mqtt.golang v1.5.1 |
11 | 9 | github.com/gorilla/handlers v1.5.2 |
12 | 10 | github.com/gorilla/mux v1.8.1 |
13 | | - github.com/gorilla/websocket v1.5.1 |
14 | | - github.com/grid-x/modbus v0.0.0-20240429072715-02314cc902aa |
15 | | - github.com/influxdata/influxdb-client-go/v2 v2.13.0 |
16 | | - github.com/spf13/cobra v1.8.0 |
17 | | - github.com/spf13/pflag v1.0.5 |
18 | | - github.com/spf13/viper v1.18.2 |
19 | | - github.com/stretchr/testify v1.9.0 |
| 11 | + github.com/gorilla/websocket v1.5.3 |
| 12 | + github.com/grid-x/modbus v0.0.0-20251121133955-8a6c959be366 |
| 13 | + github.com/influxdata/influxdb-client-go/v2 v2.14.0 |
| 14 | + github.com/spf13/cobra v1.10.2 |
| 15 | + github.com/spf13/pflag v1.0.10 |
| 16 | + github.com/spf13/viper v1.21.0 |
| 17 | + github.com/stretchr/testify v1.11.1 |
20 | 18 | github.com/tcnksm/go-latest v0.0.0-20170313132115-e3007ae9052e |
21 | | - golang.org/x/exp v0.0.0-20240416160154-fe59bbe5cc7f |
| 19 | + golang.org/x/exp v0.0.0-20251219203646-944ab1f22d93 |
22 | 20 | ) |
23 | 21 |
|
24 | 22 | require ( |
25 | 23 | github.com/apapsch/go-jsonmerge/v2 v2.0.0 // indirect |
26 | | - github.com/cpuguy83/go-md2man/v2 v2.0.4 // indirect |
| 24 | + github.com/cpuguy83/go-md2man/v2 v2.0.7 // indirect |
27 | 25 | github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect |
28 | 26 | github.com/felixge/httpsnoop v1.0.4 // indirect |
29 | | - github.com/fsnotify/fsnotify v1.7.0 // indirect |
| 27 | + github.com/fsnotify/fsnotify v1.9.0 // indirect |
| 28 | + github.com/go-viper/mapstructure/v2 v2.4.0 // indirect |
30 | 29 | github.com/google/go-github v17.0.0+incompatible // indirect |
31 | 30 | github.com/google/go-querystring v1.1.0 // indirect |
32 | 31 | github.com/google/uuid v1.6.0 // indirect |
33 | 32 | github.com/grid-x/serial v0.0.0-20211107191517-583c7356b3aa // indirect |
34 | | - github.com/hashicorp/go-version v1.6.0 // indirect |
35 | | - github.com/hashicorp/hcl v1.0.0 // indirect |
| 33 | + github.com/hashicorp/go-version v1.8.0 // indirect |
36 | 34 | github.com/inconshreveable/mousetrap v1.1.0 // indirect |
37 | 35 | github.com/influxdata/line-protocol v0.0.0-20210922203350-b1ad95c89adf // indirect |
38 | | - github.com/magiconair/properties v1.8.7 // indirect |
39 | | - github.com/mitchellh/mapstructure v1.5.0 // indirect |
40 | 36 | github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect |
41 | | - github.com/oapi-codegen/runtime v1.1.1 // indirect |
| 37 | + github.com/oapi-codegen/runtime v1.1.2 // indirect |
42 | 38 | github.com/pascaldekloe/name v1.0.1 // indirect |
43 | | - github.com/pelletier/go-toml/v2 v2.2.1 // indirect |
| 39 | + github.com/pelletier/go-toml/v2 v2.2.4 // indirect |
44 | 40 | github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect |
45 | 41 | github.com/russross/blackfriday/v2 v2.1.0 // indirect |
46 | | - github.com/sagikazarmark/locafero v0.4.0 // indirect |
47 | | - github.com/sagikazarmark/slog-shim v0.1.0 // indirect |
48 | | - github.com/sourcegraph/conc v0.3.0 // indirect |
49 | | - github.com/spf13/afero v1.11.0 // indirect |
50 | | - github.com/spf13/cast v1.6.0 // indirect |
| 42 | + github.com/sagikazarmark/locafero v0.12.0 // indirect |
| 43 | + github.com/spf13/afero v1.15.0 // indirect |
| 44 | + github.com/spf13/cast v1.10.0 // indirect |
51 | 45 | github.com/subosito/gotenv v1.6.0 // indirect |
52 | | - go.uber.org/multierr v1.11.0 // indirect |
53 | | - golang.org/x/mod v0.17.0 // indirect |
54 | | - golang.org/x/net v0.24.0 // indirect |
55 | | - golang.org/x/sync v0.7.0 // indirect |
56 | | - golang.org/x/sys v0.19.0 // indirect |
57 | | - golang.org/x/text v0.14.0 // indirect |
58 | | - golang.org/x/tools v0.20.0 // indirect |
| 46 | + go.yaml.in/yaml/v3 v3.0.4 // indirect |
| 47 | + golang.org/x/mod v0.31.0 // indirect |
| 48 | + golang.org/x/net v0.48.0 // indirect |
| 49 | + golang.org/x/sync v0.19.0 // indirect |
| 50 | + golang.org/x/sys v0.39.0 // indirect |
| 51 | + golang.org/x/text v0.32.0 // indirect |
| 52 | + golang.org/x/tools v0.40.0 // indirect |
59 | 53 | gopkg.in/check.v1 v1.0.0-20200902074654-038fdea0a05b // indirect |
60 | | - gopkg.in/ini.v1 v1.67.0 // indirect |
61 | 54 | gopkg.in/yaml.v3 v3.0.1 // indirect |
62 | 55 | ) |
63 | 56 |
|
|
0 commit comments