Skip to content

Commit 1b4619b

Browse files
Bump github.com/grafana/tanka from 0.28.0 to 0.33.0
Bumps [github.com/grafana/tanka](https://github.com/grafana/tanka) from 0.28.0 to 0.33.0. - [Release notes](https://github.com/grafana/tanka/releases) - [Changelog](https://github.com/grafana/tanka/blob/main/CHANGELOG.md) - [Commits](grafana/tanka@v0.28.0...v0.33.0) --- updated-dependencies: - dependency-name: github.com/grafana/tanka dependency-version: 0.33.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1abe34c commit 1b4619b

File tree

2 files changed

+61
-83
lines changed

2 files changed

+61
-83
lines changed

go.mod

Lines changed: 18 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module github.com/monitoring-mixins/mixtool
22

3-
go 1.22.4
4-
5-
toolchain go1.22.6
3+
go 1.24.0
64

75
require (
86
github.com/fatih/color v1.18.0
@@ -11,9 +9,10 @@ require (
119
)
1210

1311
require (
12+
dario.cat/mergo v1.0.1 // indirect
1413
github.com/Masterminds/goutils v1.1.1 // indirect
15-
github.com/Masterminds/semver/v3 v3.2.0 // indirect
16-
github.com/Masterminds/sprig/v3 v3.2.3 // indirect
14+
github.com/Masterminds/semver/v3 v3.3.0 // indirect
15+
github.com/Masterminds/sprig/v3 v3.3.0 // indirect
1716
github.com/alecthomas/units v0.0.0-20240626203959-61d1e3462e30 // indirect
1817
github.com/armon/go-metrics v0.4.1 // indirect
1918
github.com/c2h5oh/datasize v0.0.0-20231215233829-aa82cc1e6500 // indirect
@@ -59,8 +58,7 @@ require (
5958
github.com/hashicorp/golang-lru v0.6.0 // indirect
6059
github.com/hashicorp/memberlist v0.5.0 // indirect
6160
github.com/hashicorp/serf v0.10.1 // indirect
62-
github.com/huandu/xstrings v1.3.3 // indirect
63-
github.com/imdario/mergo v0.3.16 // indirect
61+
github.com/huandu/xstrings v1.5.0 // indirect
6462
github.com/jpillora/backoff v1.0.0 // indirect
6563
github.com/json-iterator/go v1.1.12 // indirect
6664
github.com/karrick/godirwalk v1.17.0 // indirect
@@ -84,11 +82,11 @@ require (
8482
github.com/opentracing/opentracing-go v1.2.0 // indirect
8583
github.com/pires/go-proxyproto v0.7.0 // indirect
8684
github.com/prometheus/exporter-toolkit v0.11.0 // indirect
87-
github.com/rs/zerolog v1.33.0 // indirect
85+
github.com/rs/zerolog v1.34.0 // indirect
8886
github.com/russross/blackfriday/v2 v2.1.0 // indirect
8987
github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 // indirect
9088
github.com/sercand/kuberesolver/v5 v5.1.1 // indirect
91-
github.com/shopspring/decimal v1.3.1 // indirect
89+
github.com/shopspring/decimal v1.4.0 // indirect
9290
github.com/sirupsen/logrus v1.9.3 // indirect
9391
github.com/sony/gobreaker v0.5.0 // indirect
9492
github.com/stretchr/objx v0.5.2 // indirect
@@ -104,15 +102,15 @@ require (
104102
go.uber.org/multierr v1.11.0 // indirect
105103
go.uber.org/zap v1.21.0 // indirect
106104
go4.org/netipx v0.0.0-20230125063823-8449b0a6169f // indirect
107-
golang.org/x/crypto v0.26.0 // indirect
105+
golang.org/x/crypto v0.38.0 // indirect
108106
golang.org/x/exp v0.0.0-20240404231335-c0f41cb1a7a0 // indirect
109-
golang.org/x/mod v0.19.0 // indirect
110-
golang.org/x/net v0.28.0 // indirect
107+
golang.org/x/mod v0.25.0 // indirect
108+
golang.org/x/net v0.40.0 // indirect
111109
golang.org/x/oauth2 v0.22.0 // indirect
112-
golang.org/x/sync v0.8.0 // indirect
113-
golang.org/x/term v0.23.0 // indirect
110+
golang.org/x/sync v0.15.0 // indirect
111+
golang.org/x/term v0.32.0 // indirect
114112
golang.org/x/time v0.6.0 // indirect
115-
golang.org/x/tools v0.23.0 // indirect
113+
golang.org/x/tools v0.33.0 // indirect
116114
google.golang.org/genproto/googleapis/api v0.0.0-20240820151423-278611b39280 // indirect
117115
google.golang.org/genproto/googleapis/rpc v0.0.0-20240820151423-278611b39280 // indirect
118116
google.golang.org/grpc v1.65.0 // indirect
@@ -128,20 +126,20 @@ require (
128126
github.com/go-kit/log v0.2.1 // indirect
129127
github.com/go-logfmt/logfmt v0.6.0 // indirect
130128
github.com/gobuffalo/packr/v2 v2.8.3
131-
github.com/google/go-jsonnet v0.20.0
132-
github.com/grafana/tanka v0.28.0
129+
github.com/google/go-jsonnet v0.21.0
130+
github.com/grafana/tanka v0.33.0
133131
github.com/jsonnet-bundler/jsonnet-bundler v0.6.0
134132
github.com/pkg/errors v0.9.1
135133
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
136134
github.com/prometheus/client_golang v1.19.1 // indirect
137135
github.com/prometheus/client_model v0.6.1 // indirect
138136
github.com/prometheus/common v0.55.0 // indirect
139137
github.com/prometheus/procfs v0.15.1 // indirect
140-
github.com/spf13/cast v1.6.0 // indirect
138+
github.com/spf13/cast v1.7.0 // indirect
141139
github.com/stretchr/testify v1.10.0
142140
go.uber.org/atomic v1.11.0 // indirect
143-
golang.org/x/sys v0.25.0 // indirect
144-
golang.org/x/text v0.19.0 // indirect
141+
golang.org/x/sys v0.33.0 // indirect
142+
golang.org/x/text v0.26.0 // indirect
145143
google.golang.org/protobuf v1.34.2 // indirect
146144
gopkg.in/yaml.v2 v2.4.0 // indirect
147145
gopkg.in/yaml.v3 v3.0.1 // indirect

0 commit comments

Comments
 (0)