Skip to content

Commit e5b8ae1

Browse files
committed
go modules update and tidy
1 parent 94533dd commit e5b8ae1

File tree

2 files changed

+765
-99
lines changed

2 files changed

+765
-99
lines changed

go.mod

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,31 +3,29 @@ module github.com/vouch/vouch-proxy
33
go 1.16
44

55
require (
6-
cloud.google.com/go v0.89.0 // indirect
6+
cloud.google.com/go/compute v1.15.1 // indirect
77
github.com/bmizerany/perks v0.0.0-20141205001514-d9a9656a3a4b // indirect
88
github.com/dgryski/go-gk v0.0.0-20200319235926-a69029f61654 // indirect
99
github.com/golang-jwt/jwt v3.2.2+incompatible
10-
github.com/google/go-cmp v0.5.6
10+
github.com/google/go-cmp v0.5.9
1111
github.com/gorilla/sessions v1.2.1
1212
github.com/influxdata/tdigest v0.0.1 // indirect
1313
github.com/julienschmidt/httprouter v1.3.0
1414
github.com/karupanerura/go-mock-http-response v0.0.0-20171201120521-7c242a447d45
1515
github.com/kelseyhightower/envconfig v1.4.0
1616
github.com/mailru/easyjson v0.7.7 // indirect
17-
github.com/mitchellh/mapstructure v1.4.1
18-
github.com/nirasan/go-oauth-pkce-code-verifier v0.0.0-20170819232839-0fbfe93532da
17+
github.com/mitchellh/mapstructure v1.5.0
18+
github.com/nirasan/go-oauth-pkce-code-verifier v0.0.0-20220510032225-4f9f17eaec4c
1919
github.com/patrickmn/go-cache v2.1.0+incompatible
20-
github.com/spf13/cast v1.4.0 // indirect
21-
github.com/spf13/viper v1.8.1
20+
github.com/spf13/viper v1.15.0
2221
github.com/streadway/quantile v0.0.0-20150917103942-b0c588724d25 // indirect
23-
github.com/stretchr/testify v1.7.0
22+
github.com/stretchr/testify v1.8.1
2423
github.com/theckman/go-securerandom v0.1.1
2524
github.com/tsenart/vegeta v12.7.0+incompatible
26-
go.uber.org/atomic v1.9.0 // indirect
27-
go.uber.org/multierr v1.7.0 // indirect
28-
go.uber.org/zap v1.18.1
29-
golang.org/x/net v0.0.0-20220812174116-3211cb980234
30-
golang.org/x/oauth2 v0.0.0-20210628180205-a41e5a781914
25+
go.uber.org/multierr v1.9.0 // indirect
26+
go.uber.org/zap v1.24.0
27+
golang.org/x/net v0.5.0
28+
golang.org/x/oauth2 v0.4.0
3129
)
3230

3331
replace go.uber.org/atomic => go.uber.org/atomic v1.9.0

0 commit comments

Comments
 (0)