Skip to content

Commit 73ac809

Browse files
Bump github.com/prometheus/client_golang from 1.9.0 to 1.23.2
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.9.0 to 1.23.2. - [Release notes](https://github.com/prometheus/client_golang/releases) - [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md) - [Commits](prometheus/client_golang@v1.9.0...v1.23.2) --- updated-dependencies: - dependency-name: github.com/prometheus/client_golang dependency-version: 1.23.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 97a6f0d commit 73ac809

File tree

2 files changed

+185
-714
lines changed

2 files changed

+185
-714
lines changed

go.mod

Lines changed: 54 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,75 @@
11
module willnorris.com/go/imageproxy
22

33
require (
4-
cloud.google.com/go v0.76.0 // indirect
5-
cloud.google.com/go/storage v1.13.0
6-
github.com/Azure/azure-sdk-for-go v51.1.0+incompatible // indirect
7-
github.com/Azure/go-autorest/autorest v0.11.18 // indirect
8-
github.com/Azure/go-autorest/autorest/to v0.4.0 // indirect
4+
cloud.google.com/go/storage v1.29.0
95
github.com/PaulARoy/azurestoragecache v0.0.0-20170906084534-3c249a3ba788
106
github.com/aws/aws-sdk-go v1.37.10
117
github.com/die-net/lrucache v0.0.0-20190707192454-883874fe3947
128
github.com/disintegration/imaging v1.6.2
13-
github.com/dnaeon/go-vcr v1.0.1 // indirect
149
github.com/fcjr/aia-transport-go v1.2.1
1510
github.com/gomodule/redigo v2.0.0+incompatible
1611
github.com/gorilla/mux v1.8.0
1712
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79
1813
github.com/jamiealquiza/envy v1.1.0
1914
github.com/muesli/smartcrop v0.3.0
20-
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 // indirect
2115
github.com/peterbourgon/diskv v0.0.0-20171120014656-2973218375c3
22-
github.com/prometheus/client_golang v1.9.0
23-
github.com/prometheus/procfs v0.6.0 // indirect
16+
github.com/prometheus/client_golang v1.23.2
2417
github.com/rwcarlsen/goexif v0.0.0-20190401172101-9e8deecbddbd
25-
github.com/satori/go.uuid v0.0.0-20180103174451-36e9d2ebbde5 // indirect
26-
go.opencensus.io v0.22.6 // indirect
27-
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad // indirect
28-
golang.org/x/image v0.0.0-20201208152932-35266b937fa6
29-
golang.org/x/oauth2 v0.0.0-20210210192628-66670185b0cd // indirect
30-
google.golang.org/api v0.39.0 // indirect
31-
google.golang.org/genproto v0.0.0-20210211154401-3a9a48ddfd6c // indirect
18+
golang.org/x/image v0.0.0-20220302094943-723b81ca9867
3219
willnorris.com/go/gifresize v1.0.0
3320
)
3421

22+
require (
23+
cloud.google.com/go v0.110.2 // indirect
24+
cloud.google.com/go/compute/metadata v0.3.0 // indirect
25+
cloud.google.com/go/iam v0.13.0 // indirect
26+
github.com/Azure/azure-sdk-for-go v51.1.0+incompatible // indirect
27+
github.com/Azure/go-autorest v14.2.0+incompatible // indirect
28+
github.com/Azure/go-autorest/autorest v0.11.18 // indirect
29+
github.com/Azure/go-autorest/autorest/adal v0.9.13 // indirect
30+
github.com/Azure/go-autorest/autorest/date v0.3.0 // indirect
31+
github.com/Azure/go-autorest/autorest/to v0.4.0 // indirect
32+
github.com/Azure/go-autorest/logger v0.2.1 // indirect
33+
github.com/Azure/go-autorest/tracing v0.6.0 // indirect
34+
github.com/beorn7/perks v1.0.1 // indirect
35+
github.com/cespare/xxhash/v2 v2.3.0 // indirect
36+
github.com/dnaeon/go-vcr v1.0.1 // indirect
37+
github.com/form3tech-oss/jwt-go v3.2.2+incompatible // indirect
38+
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
39+
github.com/golang/protobuf v1.5.3 // indirect
40+
github.com/google/btree v1.0.0 // indirect
41+
github.com/google/go-cmp v0.7.0 // indirect
42+
github.com/google/s2a-go v0.1.4 // indirect
43+
github.com/google/uuid v1.3.0 // indirect
44+
github.com/googleapis/enterprise-certificate-proxy v0.2.3 // indirect
45+
github.com/googleapis/gax-go/v2 v2.11.0 // indirect
46+
github.com/jmespath/go-jmespath v0.4.0 // indirect
47+
github.com/kr/text v0.2.0 // indirect
48+
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
49+
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 // indirect
50+
github.com/prometheus/client_model v0.6.2 // indirect
51+
github.com/prometheus/common v0.66.1 // indirect
52+
github.com/prometheus/procfs v0.16.1 // indirect
53+
github.com/satori/go.uuid v0.0.0-20180103174451-36e9d2ebbde5 // indirect
54+
go.opencensus.io v0.24.0 // indirect
55+
go.yaml.in/yaml/v2 v2.4.2 // indirect
56+
golang.org/x/crypto v0.41.0 // indirect
57+
golang.org/x/net v0.43.0 // indirect
58+
golang.org/x/oauth2 v0.30.0 // indirect
59+
golang.org/x/sys v0.35.0 // indirect
60+
golang.org/x/text v0.28.0 // indirect
61+
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
62+
google.golang.org/api v0.126.0 // indirect
63+
google.golang.org/appengine v1.6.7 // indirect
64+
google.golang.org/genproto v0.0.0-20230530153820-e85fd2cbaebc // indirect
65+
google.golang.org/genproto/googleapis/api v0.0.0-20230530153820-e85fd2cbaebc // indirect
66+
google.golang.org/genproto/googleapis/rpc v0.0.0-20230530153820-e85fd2cbaebc // indirect
67+
google.golang.org/grpc v1.55.0 // indirect
68+
google.golang.org/protobuf v1.36.8 // indirect
69+
gopkg.in/yaml.v2 v2.4.0 // indirect
70+
)
71+
3572
// local copy of envy package without cobra support
3673
replace github.com/jamiealquiza/envy => ./third_party/envy
3774

38-
go 1.13
75+
go 1.23.0

0 commit comments

Comments
 (0)