Skip to content

Commit cd707b1

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

2 files changed

Lines changed: 1246 additions & 108 deletions

File tree

app/go.mod

Lines changed: 52 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,58 @@
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-20260319020821-9ac40f027fc3
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/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
16+
github.com/felixge/httpsnoop v1.0.4 // indirect
17+
github.com/fsnotify/fsnotify v1.5.4 // indirect
18+
github.com/go-kit/log v0.2.1 // indirect
19+
github.com/go-logfmt/logfmt v0.5.1 // indirect
20+
github.com/gogo/googleapis v1.4.1 // indirect
21+
github.com/gogo/protobuf v1.3.2 // indirect
22+
github.com/gogo/status v1.1.0 // indirect
23+
github.com/golang/protobuf v1.5.4 // indirect
24+
github.com/gorilla/mux v1.8.0 // indirect
25+
github.com/jpillora/backoff v1.0.0 // 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/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
34+
github.com/prometheus/client_golang v1.23.2 // indirect
35+
github.com/prometheus/client_model v0.6.2 // indirect
36+
github.com/prometheus/common v0.66.1 // indirect
37+
github.com/prometheus/exporter-toolkit v0.8.2 // indirect
38+
github.com/prometheus/procfs v0.16.1 // indirect
39+
github.com/rogpeppe/go-internal v1.14.1 // indirect
40+
github.com/sercand/kuberesolver/v4 v4.0.0 // indirect
41+
github.com/sirupsen/logrus v1.9.3 // indirect
42+
github.com/soheilhy/cmux v0.1.5 // indirect
43+
github.com/uber/jaeger-client-go v2.29.1+incompatible // indirect
44+
github.com/uber/jaeger-lib v2.4.1+incompatible // indirect
45+
github.com/weaveworks/promrus v1.2.0 // indirect
46+
go.uber.org/atomic v1.9.0 // indirect
47+
go.yaml.in/yaml/v2 v2.4.2 // indirect
48+
golang.org/x/crypto v0.46.0 // indirect
49+
golang.org/x/net v0.48.0 // indirect
50+
golang.org/x/oauth2 v0.34.0 // indirect
51+
golang.org/x/sync v0.19.0 // indirect
52+
golang.org/x/sys v0.39.0 // indirect
53+
golang.org/x/text v0.32.0 // indirect
54+
google.golang.org/genproto/googleapis/rpc v0.0.0-20251202230838-ff82c1b0f217 // indirect
55+
google.golang.org/grpc v1.79.3 // indirect
56+
google.golang.org/protobuf v1.36.10 // indirect
57+
gopkg.in/yaml.v2 v2.4.0 // indirect
958
)

0 commit comments

Comments
 (0)