Skip to content

Commit 57f8c13

Browse files
fix(deps): update module github.com/mitchellh/mapstructure to v1.5.0
| datasource | package | from | to | | ---------- | --------------------------------- | ------ | ------ | | go | github.com/mitchellh/mapstructure | v1.4.3 | v1.5.0 | Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
1 parent e119d40 commit 57f8c13

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

go.mod

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ require (
77
github.com/go-kit/kit v0.10.0
88
github.com/gogo/protobuf v1.3.2
99
github.com/golang/snappy v0.0.4
10+
github.com/grafana/loki/pkg/push v0.0.0-20240912152814-63e84b476a9a
1011
github.com/json-iterator/go v1.1.12
11-
github.com/mitchellh/mapstructure v1.4.3
12+
github.com/mitchellh/mapstructure v1.5.0
1213
github.com/opentracing/opentracing-go v1.2.0
1314
github.com/pkg/errors v0.9.1
1415
github.com/prometheus/client_golang v1.12.1
1516
github.com/prometheus/common v0.34.0
1617
github.com/prometheus/prometheus v0.35.0
1718
github.com/stretchr/testify v1.8.2
18-
google.golang.org/grpc v1.56.3
1919
gopkg.in/yaml.v2 v2.4.0
2020
)
2121

@@ -27,7 +27,6 @@ require (
2727
github.com/go-kit/log v0.2.0 // indirect
2828
github.com/go-logfmt/logfmt v0.5.1 // indirect
2929
github.com/golang/protobuf v1.5.3 // indirect
30-
github.com/grafana/loki/pkg/push v0.0.0-20240912152814-63e84b476a9a // indirect
3130
github.com/grafana/regexp v0.0.0-20220304095617-2e8d9baf4ac2 // indirect
3231
github.com/jpillora/backoff v1.0.0 // indirect
3332
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
@@ -45,9 +44,9 @@ require (
4544
golang.org/x/sync v0.6.0 // indirect
4645
golang.org/x/sys v0.18.0 // indirect
4746
golang.org/x/text v0.14.0 // indirect
48-
golang.org/x/tools v0.19.0 // indirect
4947
google.golang.org/appengine v1.6.7 // indirect
5048
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect
49+
google.golang.org/grpc v1.56.3 // indirect
5150
google.golang.org/protobuf v1.33.0 // indirect
5251
gopkg.in/yaml.v3 v3.0.1 // indirect
5352
)

go.sum

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -800,8 +800,9 @@ github.com/mitchellh/mapstructure v0.0.0-20160808181253-ca63d7c062ee/go.mod h1:F
800800
github.com/mitchellh/mapstructure v1.1.2/go.mod h1:FVVH3fgwuzCH5S8UJGiWEs2h04kUh9fWfEaFds41c1Y=
801801
github.com/mitchellh/mapstructure v1.3.3/go.mod h1:bFUtVrKA4DC2yAKiSyO/QUcy7e+RRV2QTWOzhPopBRo=
802802
github.com/mitchellh/mapstructure v1.4.1/go.mod h1:bFUtVrKA4DC2yAKiSyO/QUcy7e+RRV2QTWOzhPopBRo=
803-
github.com/mitchellh/mapstructure v1.4.3 h1:OVowDSCllw/YjdLkam3/sm7wEtOy59d8ndGgCcyj8cs=
804803
github.com/mitchellh/mapstructure v1.4.3/go.mod h1:bFUtVrKA4DC2yAKiSyO/QUcy7e+RRV2QTWOzhPopBRo=
804+
github.com/mitchellh/mapstructure v1.5.0 h1:jeMsZIYE/09sWLaz43PL7Gy6RuMjD2eJVyuac5Z2hdY=
805+
github.com/mitchellh/mapstructure v1.5.0/go.mod h1:bFUtVrKA4DC2yAKiSyO/QUcy7e+RRV2QTWOzhPopBRo=
805806
github.com/mitchellh/osext v0.0.0-20151018003038-5e2d6d41470f/go.mod h1:OkQIRizQZAeMln+1tSwduZz7+Af5oFlKirV/MSYes2A=
806807
github.com/moby/locker v1.0.1/go.mod h1:S7SDdo5zpBK84bzzVlKr2V0hz+7x9hWbYC/kq7oQppc=
807808
github.com/moby/spdystream v0.2.0/go.mod h1:f7i0iNDQJ059oMTcWxx8MA/zKFIuD/lY+0GqbN2Wy8c=

0 commit comments

Comments
 (0)