Skip to content

Commit d9e40eb

Browse files
committed
uncommitted changes from 1/5/2020
1 parent 740100c commit d9e40eb

File tree

3 files changed

+1108
-31
lines changed

3 files changed

+1108
-31
lines changed

go.mod

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,11 @@ go 1.12
44

55
require (
66
github.com/go-yaml/yaml v2.1.0+incompatible
7-
github.com/google/go-cmp v0.3.1
8-
github.com/kr/pretty v0.1.0 // indirect
7+
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
8+
github.com/google/go-cmp v0.5.9
99
github.com/shibukawa/configdir v0.0.0-20170330084843-e180dbdc8da0
10-
golang.org/x/net v0.0.0-20190522155817-f3200d17e092 // indirect
11-
golang.org/x/oauth2 v0.0.0-20190523182746-aaccbc9213b0
12-
google.golang.org/api v0.5.0
13-
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
14-
gopkg.in/yaml.v2 v2.2.2 // indirect
10+
golang.org/x/net v0.7.0 // indirect
11+
golang.org/x/oauth2 v0.5.0
12+
google.golang.org/api v0.110.0
13+
google.golang.org/genproto v0.0.0-20230216225411-c8e22ba71e44 // indirect
1514
)

0 commit comments

Comments
 (0)