File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11module github.com/codedx/codedx-toml2json
22
3- go 1.23
3+ go 1.26
44
55require github.com/spf13/viper v1.19.0
66
@@ -9,14 +9,12 @@ require (
99 github.com/hashicorp/hcl v1.0.0 // indirect
1010 github.com/magiconair/properties v1.8.7 // indirect
1111 github.com/mitchellh/mapstructure v1.5.0 // indirect
12- github.com/pelletier/go-toml v1.9.5 // indirect
1312 github.com/pelletier/go-toml/v2 v2.2.2 // indirect
1413 github.com/sagikazarmark/locafero v0.4.0 // indirect
1514 github.com/sagikazarmark/slog-shim v0.1.0 // indirect
1615 github.com/sourcegraph/conc v0.3.0 // indirect
1716 github.com/spf13/afero v1.11.0 // indirect
1817 github.com/spf13/cast v1.7.0 // indirect
19- github.com/spf13/jwalterweatherman v1.1.0 // indirect
2018 github.com/spf13/pflag v1.0.5 // indirect
2119 github.com/subosito/gotenv v1.6.0 // indirect
2220 go.uber.org/atomic v1.9.0 // indirect
@@ -25,6 +23,5 @@ require (
2523 golang.org/x/sys v0.25.0 // indirect
2624 golang.org/x/text v0.18.0 // indirect
2725 gopkg.in/ini.v1 v1.67.0 // indirect
28- gopkg.in/yaml.v2 v2.4.0 // indirect
2926 gopkg.in/yaml.v3 v3.0.1 // indirect
3027)
You can’t perform that action at this time.
0 commit comments