Skip to content
This repository was archived by the owner on Dec 9, 2023. It is now read-only.

Commit a49a555

Browse files
authored
Merge pull request #14 from Phantas0s/dependabot/go_modules/google.golang.org/api-0.46.0
Bump google.golang.org/api from 0.43.0 to 0.46.0
2 parents 09134ec + 03a052e commit a49a555

File tree

2 files changed

+16
-247
lines changed

2 files changed

+16
-247
lines changed

go.mod

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,11 @@ module github.com/Phantas0s/devdash
33
go 1.12
44

55
require (
6-
cloud.google.com/go v0.81.0 // indirect
76
github.com/Phantas0s/termui v0.0.0-20200606131028-e1801ece841d
87
github.com/adrg/xdg v0.3.2
9-
github.com/armon/consul-api v0.0.0-20180202201655-eb2c6b5be1b6 // indirect
108
github.com/fsnotify/fsnotify v1.4.9 // indirect
119
github.com/go-ping/ping v0.0.0-20210402232549-1726e5ede5b6
1210
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
13-
github.com/golang/protobuf v1.5.2 // indirect
1411
github.com/google/go-github/v28 v28.1.1
1512
github.com/google/go-querystring v1.1.0 // indirect
1613
github.com/magiconair/properties v1.8.5 // indirect
@@ -23,23 +20,15 @@ require (
2320
github.com/pkg/errors v0.9.1
2421
github.com/rivo/uniseg v0.2.0 // indirect
2522
github.com/shuheiktgw/go-travis v0.3.1
26-
github.com/sparrc/go-ping v0.0.0-20190613174326-4e5b6552494c
2723
github.com/spf13/afero v1.6.0 // indirect
2824
github.com/spf13/cast v1.3.1 // indirect
2925
github.com/spf13/cobra v1.1.3
3026
github.com/spf13/jwalterweatherman v1.1.0 // indirect
31-
github.com/spf13/pflag v1.0.5 // indirect
3227
github.com/spf13/viper v1.7.1
33-
github.com/ugorji/go v1.1.4 // indirect
34-
github.com/xordataexchange/crypt v0.0.3-0.20170626215501-b2862e3d0a77 // indirect
3528
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2
36-
golang.org/x/net v0.0.0-20210331212208-0fccb6fa2b5c // indirect
37-
golang.org/x/oauth2 v0.0.0-20210402161424-2e8d93401602
29+
golang.org/x/oauth2 v0.0.0-20210427180440-81ed05c6b58c
3830
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
39-
golang.org/x/sys v0.0.0-20210403161142-5e06dd20ab57 // indirect
40-
golang.org/x/text v0.3.6 // indirect
41-
google.golang.org/api v0.43.0
42-
google.golang.org/genproto v0.0.0-20210402141018-6c239bbf2bb1 // indirect
31+
google.golang.org/api v0.46.0
4332
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
4433
gopkg.in/ini.v1 v1.62.0 // indirect
4534
)

0 commit comments

Comments
 (0)