Skip to content

Commit 6bd7ce1

Browse files
fix(deps): update github.com/grafana/tns digest to 6821b6f
Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
1 parent 8e20919 commit 6bd7ce1

File tree

2 files changed

+1220
-108
lines changed

2 files changed

+1220
-108
lines changed

app/go.mod

Lines changed: 50 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,56 @@
11
module github.com/marcusolsson/monitoring-workshop/app
22

3-
go 1.13
3+
go 1.24.0
44

55
require (
66
github.com/go-kit/kit v0.10.0
7-
github.com/grafana/tns v0.0.0-20200211161301-47c17cb38f5a
8-
github.com/weaveworks/common v0.0.0-20200206153930-760e36ae819a
7+
github.com/grafana/tns v0.0.0-20251120030944-6821b6f8ab83
8+
github.com/weaveworks/common v0.0.0-20230728070032-dd9e68f319d5
9+
)
10+
11+
require (
12+
github.com/beorn7/perks v1.0.1 // indirect
13+
github.com/cespare/xxhash/v2 v2.3.0 // indirect
14+
github.com/coreos/go-systemd/v22 v22.4.0 // indirect
15+
github.com/felixge/httpsnoop v1.0.3 // indirect
16+
github.com/fsnotify/fsnotify v1.5.4 // indirect
17+
github.com/go-kit/log v0.2.1 // indirect
18+
github.com/go-logfmt/logfmt v0.5.1 // indirect
19+
github.com/gogo/googleapis v1.4.1 // indirect
20+
github.com/gogo/protobuf v1.3.2 // indirect
21+
github.com/gogo/status v1.1.0 // indirect
22+
github.com/golang/protobuf v1.5.3 // indirect
23+
github.com/gorilla/mux v1.8.0 // indirect
24+
github.com/jpillora/backoff v1.0.0 // indirect
25+
github.com/konsorten/go-windows-terminal-sequences v1.0.3 // indirect
26+
github.com/kr/text v0.2.0 // indirect
27+
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
28+
github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f // indirect
29+
github.com/opentracing-contrib/go-grpc v0.0.0-20210225150812-73cb765af46e // indirect
30+
github.com/opentracing-contrib/go-stdlib v1.0.0 // indirect
31+
github.com/opentracing/opentracing-go v1.2.0 // indirect
32+
github.com/pkg/errors v0.9.1 // indirect
33+
github.com/prometheus/client_golang v1.23.2 // indirect
34+
github.com/prometheus/client_model v0.6.2 // indirect
35+
github.com/prometheus/common v0.66.1 // indirect
36+
github.com/prometheus/exporter-toolkit v0.8.2 // indirect
37+
github.com/prometheus/procfs v0.16.1 // indirect
38+
github.com/sercand/kuberesolver/v4 v4.0.0 // indirect
39+
github.com/sirupsen/logrus v1.6.0 // indirect
40+
github.com/soheilhy/cmux v0.1.5 // indirect
41+
github.com/uber/jaeger-client-go v2.29.1+incompatible // indirect
42+
github.com/uber/jaeger-lib v2.4.1+incompatible // indirect
43+
github.com/weaveworks/promrus v1.2.0 // indirect
44+
go.uber.org/atomic v1.9.0 // indirect
45+
go.yaml.in/yaml/v2 v2.4.2 // indirect
46+
golang.org/x/crypto v0.45.0 // indirect
47+
golang.org/x/net v0.47.0 // indirect
48+
golang.org/x/oauth2 v0.30.0 // indirect
49+
golang.org/x/sync v0.18.0 // indirect
50+
golang.org/x/sys v0.38.0 // indirect
51+
golang.org/x/text v0.31.0 // indirect
52+
google.golang.org/genproto/googleapis/rpc v0.0.0-20230530153820-e85fd2cbaebc // indirect
53+
google.golang.org/grpc v1.55.0 // indirect
54+
google.golang.org/protobuf v1.36.8 // indirect
55+
gopkg.in/yaml.v2 v2.4.0 // indirect
956
)

0 commit comments

Comments
 (0)