WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 9a5f4b9

Browse files
committed
chore: dep upgrade
1 parent bc965a3 commit 9a5f4b9

File tree

2 files changed

+55
-27
lines changed

2 files changed

+55
-27
lines changed

go.mod

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,14 @@ module github.com/wyattjoh/ims
33
go 1.16
44

55
require (
6+
cloud.google.com/go/iam v0.3.0 // indirect
67
cloud.google.com/go/storage v1.21.0
78
github.com/HdrHistogram/hdrhistogram-go v1.1.2 // indirect
89
github.com/disintegration/imaging v1.6.2
9-
github.com/go-ini/ini v1.66.2 // indirect
10+
github.com/go-ini/ini v1.66.4 // indirect
11+
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
12+
github.com/google/btree v1.0.1 // indirect
13+
github.com/googleapis/gax-go/v2 v2.2.0 // indirect
1014
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79
1115
github.com/meatballhat/negroni-logrus v1.1.1
1216
github.com/minio/minio-go v6.0.14+incompatible
@@ -19,9 +23,13 @@ require (
1923
github.com/sirupsen/logrus v1.8.1
2024
github.com/uber/jaeger-client-go v2.30.0+incompatible
2125
github.com/uber/jaeger-lib v2.4.1+incompatible // indirect
22-
github.com/urfave/cli/v2 v2.3.0
26+
github.com/urfave/cli/v2 v2.4.0
2327
github.com/urfave/negroni v1.0.0
2428
go.uber.org/atomic v1.9.0 // indirect
25-
golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8
26-
google.golang.org/api v0.70.0
29+
golang.org/x/crypto v0.0.0-20220315160706-3147a52a75dd // indirect
30+
golang.org/x/image v0.0.0-20220302094943-723b81ca9867 // indirect
31+
golang.org/x/oauth2 v0.0.0-20220309155454-6242fa91716a
32+
golang.org/x/sys v0.0.0-20220315194320-039c03cc5b86 // indirect
33+
google.golang.org/api v0.73.0
34+
google.golang.org/genproto v0.0.0-20220314164441-57ef72a4c106 // indirect
2735
)

0 commit comments

Comments
 (0)