Skip to content

Commit c6b64fb

Browse files
committed
fix prefix arg on new configparser version
1 parent 7cbed60 commit c6b64fb

File tree

3 files changed

+4
-96
lines changed

3 files changed

+4
-96
lines changed

go.mod

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ require (
3636
github.com/leodido/go-urn v1.2.3 // indirect
3737
github.com/magiconair/properties v1.8.7 // indirect
3838
github.com/mitchellh/mapstructure v1.5.0 // indirect
39-
github.com/pelletier/go-toml v1.9.5 // indirect
4039
github.com/pelletier/go-toml/v2 v2.0.7 // indirect
4140
github.com/pkg/errors v0.9.1 // indirect
4241
github.com/pmezard/go-difflib v1.0.0 // indirect
@@ -56,6 +55,5 @@ require (
5655
golang.org/x/text v0.9.0 // indirect
5756
google.golang.org/protobuf v1.30.0 // indirect
5857
gopkg.in/ini.v1 v1.67.0 // indirect
59-
gopkg.in/yaml.v2 v2.4.0 // indirect
6058
gopkg.in/yaml.v3 v3.0.1 // indirect
6159
)

0 commit comments

Comments
 (0)