Skip to content

Commit

Permalink
fix: dependency cleanups
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Kotzbauer <[email protected]>
  • Loading branch information
ckotzbauer committed Dec 10, 2022
1 parent 92ded6c commit 4fba6d5
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 468 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ require (
github.com/google/uuid v1.3.0 // indirect
github.com/googleapis/enterprise-certificate-proxy v0.2.0 // indirect
github.com/googleapis/gax-go/v2 v2.7.0 // indirect
github.com/googleapis/go-type-adapters v1.0.0 // indirect
github.com/gorilla/websocket v1.4.2 // indirect
github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 // indirect
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 // indirect
Expand Down Expand Up @@ -317,6 +316,7 @@ require (

replace (
github.com/containerd/containerd => github.com/containerd/containerd v1.6.10
github.com/pjbgf/sha1cd => github.com/pjbgf/sha1cd v0.2.3
github.com/sigstore/cosign => github.com/sigstore/cosign v1.13.1
github.com/sylabs/sif/v2 => github.com/sylabs/sif/v2 v2.9.0
go.etcd.io/etcd/v3 => go.etcd.io/etcd/v3 v3.6.0-alpha.0
Expand Down
Loading

0 comments on commit 4fba6d5

Please sign in to comment.