-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps): Update a few dependencies
Signed-off-by: Stefan Berger <[email protected]>
- Loading branch information
1 parent
45fc0b1
commit 1db71af
Showing
2 changed files
with
90 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,29 @@ | ||
module github.com/containers/ocicrypt | ||
|
||
go 1.21 | ||
go 1.22 | ||
|
||
require ( | ||
github.com/go-jose/go-jose/v4 v4.0.2 | ||
github.com/go-jose/go-jose/v4 v4.0.4 | ||
github.com/golang/protobuf v1.5.4 | ||
github.com/miekg/pkcs11 v1.1.1 | ||
github.com/opencontainers/go-digest v1.0.0 | ||
github.com/opencontainers/image-spec v1.1.0 | ||
github.com/sirupsen/logrus v1.9.3 | ||
github.com/smallstep/pkcs7 v0.0.0-20240723090913-5e2c6a136dfa | ||
github.com/smallstep/pkcs7 v0.1.1 | ||
github.com/stefanberger/go-pkcs11uri v0.0.0-20201008174630-78d3cae3a980 | ||
github.com/stretchr/testify v1.9.0 | ||
golang.org/x/crypto v0.24.0 | ||
golang.org/x/term v0.21.0 | ||
google.golang.org/grpc v1.64.1 | ||
github.com/stretchr/testify v1.10.0 | ||
golang.org/x/crypto v0.30.0 | ||
golang.org/x/term v0.27.0 | ||
google.golang.org/grpc v1.68.1 | ||
gopkg.in/yaml.v3 v3.0.1 | ||
) | ||
|
||
require ( | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
golang.org/x/net v0.26.0 // indirect | ||
golang.org/x/sys v0.21.0 // indirect | ||
golang.org/x/text v0.16.0 // indirect | ||
golang.org/x/net v0.29.0 // indirect | ||
golang.org/x/sys v0.28.0 // indirect | ||
golang.org/x/text v0.21.0 // indirect | ||
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect | ||
google.golang.org/protobuf v1.33.0 // indirect | ||
google.golang.org/protobuf v1.34.2 // indirect | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters