Skip to content

Commit bdd3e0d

Browse files
author
Levko Burburas
committed
fix: upadte github.com/containerd/containerd
1 parent cce9574 commit bdd3e0d

File tree

2 files changed

+202
-22
lines changed

2 files changed

+202
-22
lines changed

go.mod

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -35,31 +35,32 @@ require (
3535
github.com/pkg/errors v0.9.1
3636
github.com/stretchr/testify v1.7.0
3737
github.com/tidwall/gjson v1.7.1
38-
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519
38+
golang.org/x/crypto v0.0.0-20220315160706-3147a52a75dd
3939
golang.org/x/net v0.0.0-20220722155237-a158d28d115b
40-
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
40+
golang.org/x/oauth2 v0.0.0-20210819190943-2bc19b11175f
4141
golang.org/x/text v0.4.0
4242
gopkg.in/square/go-jose.v2 v2.5.2-0.20210529014059-a5c7eec3c614
4343
)
4444

4545
replace github.com/dgraph-io/ristretto => github.com/ory/ristretto v0.1.1-0.20211108053508-297c39e6640f
4646

4747
require (
48-
github.com/cespare/xxhash/v2 v2.1.1 // indirect
48+
github.com/cespare/xxhash/v2 v2.1.2 // indirect
4949
github.com/dave/jennifer v1.4.0 // indirect
5050
github.com/davecgh/go-spew v1.1.1 // indirect
5151
github.com/dustin/go-humanize v1.0.0 // indirect
5252
github.com/fsnotify/fsnotify v1.4.9 // indirect
5353
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b // indirect
54-
github.com/golang/protobuf v1.4.2 // indirect
55-
github.com/google/uuid v1.1.2 // indirect
54+
github.com/golang/protobuf v1.5.2 // indirect
55+
github.com/google/go-cmp v0.5.6 // indirect
56+
github.com/google/uuid v1.2.0 // indirect
5657
github.com/hashicorp/go-cleanhttp v0.5.1 // indirect
5758
github.com/hashicorp/hcl v1.0.0 // indirect
5859
github.com/inconshreveable/mousetrap v1.0.0 // indirect
5960
github.com/mitchellh/mapstructure v1.3.2 // indirect
6061
github.com/moul/http2curl v0.0.0-20170919181001-9ac6cf4d929b // indirect
6162
github.com/ory/viper v1.7.5 // indirect
62-
github.com/pelletier/go-toml v1.8.0 // indirect
63+
github.com/pelletier/go-toml v1.9.3 // indirect
6364
github.com/pmezard/go-difflib v1.0.0 // indirect
6465
github.com/spf13/afero v1.3.2 // indirect
6566
github.com/spf13/cast v1.3.2-0.20200723214538-8d17101741c8 // indirect
@@ -72,11 +73,11 @@ require (
7273
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 // indirect
7374
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f // indirect
7475
golang.org/x/tools v0.1.12 // indirect
75-
google.golang.org/appengine v1.6.5 // indirect
76-
google.golang.org/protobuf v1.25.0 // indirect
76+
google.golang.org/appengine v1.6.7 // indirect
77+
google.golang.org/protobuf v1.28.0 // indirect
7778
gopkg.in/ini.v1 v1.57.0 // indirect
78-
gopkg.in/yaml.v2 v2.3.0 // indirect
79-
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect
79+
gopkg.in/yaml.v2 v2.4.0 // indirect
80+
gopkg.in/yaml.v3 v3.0.1 // indirect
8081
)
8182

8283
go 1.17

0 commit comments

Comments
 (0)