8000 chore: update deps · soulteary/golang-playground@75eba27 · GitHub
[go: up one dir, main page]

Skip to content

Commit 75eba27

Browse files
committed
chore: update deps
1 parent 50d7b61 commit 75eba27

File tree

2 files changed

+1155
-64
lines changed

2 files changed

+1155
-64
lines changed

src/go.mod

Lines changed: 25 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,49 @@
11
module golang.org/x/playground
22

3-
go 1.17
3+
go 1.18
44

55
require (
6-
contrib.go.opencensus.io/exporter/prometheus v0.4.0
7-
contrib.go.opencensus.io/exporter/stackdriver v0.13.10
6+
contrib.go.opencensus.io/exporter/prometheus v0.4.1
7+
contrib.go.opencensus.io/exporter/stackdriver v0.13.13
88
github.com/bradfitz/gomemcache v0.0.0-20220106215444-fb4bf637b56d
9-
github.com/google/go-cmp v0.5.7
9+
github.com/google/go-cmp v0.5.8
1010
go.opencensus.io v0.23.0
11-
golang.org/x/mod v0.6.0-dev.0.20220106191415-9b9b3d81d5e3
12-
golang.org/x/tools v0.1.10
13-
google.golang.org/api v0.73.0
14-
google.golang.org/genproto v0.0.0-20220317150908-0efb43f6373e
11+
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4
12+
golang.org/x/tools v0.1.11
13+
google.golang.org/api v0.87.0
14+
google.golang.org/genproto v0.0.0-20220715211116-798f69b842b9
1515
)
1616

1717
require (
18-
cloud.google.com/go/compute v1.5.0 // indirect
19-
cloud.google.com/go/monitoring v1.4.0 // indirect
20-
cloud.google.com/go/trace v1.2.0 // indirect
21-
github.com/aws/aws-sdk-go v1.43.20 // indirect
18+
cloud.google.com/go/compute v1.7.0 // indirect
19+
cloud.google.com/go/monitoring v1.1.0 // indirect
20+
cloud.google.com/go/trace v1.0.0 // indirect
21+
github.com/aws/aws-sdk-go v1.43.31 // indirect
2222
github.com/beorn7/perks v1.0.1 // indirect
2323
github.com/census-instrumentation/opencensus-proto v0.3.0 // indirect
2424
github.com/cespare/xxhash/v2 v2.1.2 // indirect
2525
github.com/go-kit/log v0.2.0 // indirect
2626
github.com/go-logfmt/logfmt v0.5.1 // indirect
2727
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
2828
github.com/golang/protobuf v1.5.2 // indirect
29-
github.com/googleapis/gax-go/v2 v2.2.0 // indirect
29+
github.com/google/uuid v1.3.0 // indirect
30+
github.com/googleapis/enterprise-certificate-proxy v0.1.0 // indirect
31+
github.com/googleapis/gax-go/v2 v2.4.0 // indirect
3032
github.com/jmespath/go-jmespath v0.4.0 // indirect
31-
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
33+
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
3234
github.com/prometheus/client_golang v1.12.1 // indirect
3335
github.com/prometheus/client_model v0.2.0 // indirect
34-
github.com/prometheus/common v0.32.1 // indirect
36+
github.com/prometheus/common v0.34.0 // indirect
3537
github.com/prometheus/procfs v0.7.3 // indirect
36-
github.com/prometheus/statsd_exporter v0.22.4 // indirect
37-
golang.org/x/net v0.0.0-20220225172249-27dd8689420f // indirect
38-
golang.org/x/oauth2 v0.0.0-20220309155454-6242fa91716a // indirect
39-
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
40-
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 // indirect
38+
github.com/prometheus/prometheus v0.35.0 // indirect
39+
github.com/prometheus/statsd_exporter v0.21.0 // indirect
40+
golang.org/x/net v0.0.0-20220624214902-1bab6f366d9e // indirect
41+
golang.org/x/oauth2 v0.0.0-20220622183110-fd043fe589d2 // indirect
42+
golang.org/x/sync v0.0.0-20220601150217-0de741cfad7f // indirect
43+
golang.org/x/sys v0.0.0-20220624220833-87e55d714810 // indirect
4144
golang.org/x/text v0.3.7 // indirect
42-
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
4345
google.golang.org/appengine v1.6.7 // indirect
44-
google.golang.org/grpc v1.45.0 // indirect
45-
google.golang.org/protobuf v1.27.1 // indirect
46+
google.golang.org/grpc v1.47.0 // indirect
47+
google.golang.org/protobuf v1.28.0 // indirect
4648
gopkg.in/yaml.v2 v2.4.0 // indirect
4749
)

0 commit comments

Comments
 (0)
0