Skip to content

Commit 1554d51

Browse files
authored
chore: update dependencies, enable dependabot (#4)
1 parent d5b82fc commit 1554d51

File tree

3 files changed

+157
-46
lines changed

3 files changed

+157
-46
lines changed

.github/dependabot.yml

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
version: 2
2+
updates:
3+
- directory: /
4+
package-ecosystem: gomod
5+
schedule:
6+
interval: daily

go.mod

+15-19
Original file line numberDiff line numberDiff line change
@@ -3,30 +3,26 @@ module github.com/mark-ignacio/zerolog-gcp
33
go 1.17
44

55
require (
6-
cloud.google.com/go/logging v1.4.1
7-
github.com/rs/zerolog v1.22.0
6+
cloud.google.com/go/logging v1.4.2
7+
github.com/rs/zerolog v1.26.1
88
)
99

1010
require (
11-
cloud.google.com/go v0.81.0 // indirect
12-
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect
11+
cloud.google.com/go v0.100.2 // indirect
12+
cloud.google.com/go/compute v0.1.0 // indirect
13+
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
1314
github.com/golang/protobuf v1.5.2 // indirect
14-
github.com/google/go-cmp v0.5.5 // indirect
15-
github.com/googleapis/gax-go/v2 v2.0.5 // indirect
16-
github.com/jstemmer/go-junit-report v0.9.1 // indirect
15+
github.com/google/go-cmp v0.5.6 // indirect
16+
github.com/googleapis/gax-go/v2 v2.1.1 // indirect
1717
go.opencensus.io v0.23.0 // indirect
18-
golang.org/x/lint v0.0.0-20201208152925-83fdc39ff7b5 // indirect
19-
golang.org/x/mod v0.4.2 // indirect
20-
golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4 // indirect
21-
golang.org/x/oauth2 v0.0.0-20210413134643-5e61552d6c78 // indirect
18+
golang.org/x/net v0.0.0-20220111093109-d55c255bac03 // indirect
19+
golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 // indirect
2220
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
23-
golang.org/x/sys v0.0.0-20210514084401-e8d321eab015 // indirect
24-
golang.org/x/text v0.3.5 // indirect
25-
golang.org/x/tools v0.1.1 // indirect
26-
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
27-
google.golang.org/api v0.45.0 // indirect
21+
golang.org/x/sys v0.0.0-20220111092808-5a964db01320 // indirect
22+
golang.org/x/text v0.3.7 // indirect
23+
google.golang.org/api v0.65.0 // indirect
2824
google.golang.org/appengine v1.6.7 // indirect
29-
google.golang.org/genproto v0.0.0-20210513213006-bf773b8c8384 // indirect
30-
google.golang.org/grpc v1.37.0 // indirect
31-
google.golang.org/protobuf v1.26.0 // indirect
25+
google.golang.org/genproto v0.0.0-20220111164026-67b88f271998 // indirect
26+
google.golang.org/grpc v1.43.0 // indirect
27+
google.golang.org/protobuf v1.27.1 // indirect
3228
)

0 commit comments

Comments
 (0)