Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ require (
github.com/stretchr/testify v1.10.0
github.com/tomnomnom/linkheader v0.0.0-20180905144013-02ca5825eb80
github.com/xeipuuv/gojsonschema v1.2.0
golang.org/x/crypto v0.36.0
golang.org/x/crypto v0.21.0
golang.org/x/sync v0.12.0
golang.org/x/text v0.23.0
google.golang.org/grpc v1.72.0-dev
Expand Down Expand Up @@ -309,4 +309,4 @@ require (
sigs.k8s.io/yaml v1.4.0 // indirect
)

replace github.com/containerd/containerd => github.com/containerd/containerd v1.7.27
replace github.com/containerd/containerd => github.com/containerd/containerd v1.7.27
Loading