File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ require (
23
23
github.com/yosssi/gohtml v0.0.0-20201013000340-ee4748c638f4
24
24
github.com/yuin/goldmark v1.4.7
25
25
go.uber.org/zap v1.21.0
26
- golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd
26
+ golang.org/x/net v0.0.0-20220225172249-27dd8689420f
27
27
gopkg.in/square/go-jose.v2 v2.6.0
28
28
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
29
29
)
@@ -41,7 +41,6 @@ require (
41
41
github.com/containerd/console v1.0.3 // indirect
42
42
github.com/containerd/containerd v1.5.9 // indirect
43
43
github.com/containerd/continuity v0.1.0 // indirect
44
- github.com/containerd/fifo v1.0.0 // indirect
45
44
github.com/containerd/typeurl v1.0.2 // indirect
46
45
github.com/distribution/distribution/v3 v3.0.0-20210316161203-a01c71e2477e // indirect
47
46
github.com/dlclark/regexp2 v1.4.1-0.20201116162257-a2a8dda75c91 // indirect
Original file line number Diff line number Diff line change @@ -1276,8 +1276,8 @@ golang.org/x/net v0.0.0-20210525063256-abc453219eb5/go.mod h1:9nx3DQGgdP8bBQD5qx
1276
1276
golang.org/x/net v0.0.0-20210813160813-60bc85c4be6d /go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y =
1277
1277
golang.org/x/net v0.0.0-20211008194852-3b03d305991f /go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y =
1278
1278
golang.org/x/net v0.0.0-20211015210444-4f30a5c0130f /go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y =
1279
- golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd h1:O7DYs+zxREGLKzKoMQrtrEacpb0ZVXA5rIwylE2Xchk =
1280
- golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd /go.mod h1:CfG3xpIq0wQ8r1q4Su4UZFWDARRcnwPjda9FqA0JpMk =
1279
+ golang.org/x/net v0.0.0-20220225172249-27dd8689420f h1:oA4XRj0qtSt8Yo1Zms0CUlsT3KG69V2UGQWPBxujDmc =
1280
+ golang.org/x/net v0.0.0-20220225172249-27dd8689420f /go.mod h1:CfG3xpIq0wQ8r1q4Su4UZFWDARRcnwPjda9FqA0JpMk =
1281
1281
golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be /go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U =
1282
1282
golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421 /go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw =
1283
1283
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45 /go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw =
You can’t perform that action at this time.
0 commit comments