Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[vendor] Update vendor #47

Merged
merged 1 commit into from
Feb 29, 2024
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ replace github.com/ThalesIgnite/crypto11 => github.com/aoscloud/crypto11 v1.0.3-

require (
github.com/ThalesIgnite/crypto11 v0.0.0-00010101000000-000000000000
github.com/aoscloud/aos_common v0.0.0-20231227133432-0c97aef1696d
github.com/aoscloud/aos_common v0.0.0-20240229163820-8da83091bc41
github.com/coreos/go-systemd v0.0.0-20191104093116-d3cd4ed1dbcf
github.com/dchest/uniuri v1.2.0
github.com/golang/protobuf v1.5.3
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
github.com/aoscloud/aos_common v0.0.0-20231227133432-0c97aef1696d h1:6NGi3he41XqNGEmlgCqp0XIaJYp4oQsmDiJUDAb3TZE=
github.com/aoscloud/aos_common v0.0.0-20231227133432-0c97aef1696d/go.mod h1:lQau0Xocfy7uTCSnx1FxFcjcrLwm5QiSoor7auM9AFo=
github.com/aoscloud/aos_common v0.0.0-20240229163820-8da83091bc41 h1:qwDirqqHOzT48gbBVgEtZyKLL33oVAS1Vs/4B1UYALA=
github.com/aoscloud/aos_common v0.0.0-20240229163820-8da83091bc41/go.mod h1:xmT5aI0W6lI15cZmSh4ME9gUYX79JkKYiVO64fPVQlw=
github.com/aoscloud/crypto11 v1.0.3-0.20220217163524-ddd0ace39e6f h1:1CPr+UrVduUABuDLGzsKaz7Dp8Nu6zSfp8WqR5TiH0I=
github.com/aoscloud/crypto11 v1.0.3-0.20220217163524-ddd0ace39e6f/go.mod h1:ILDKtnCKiQ7zRoNxcp36Y1ZR8LBPmR2E23+wTQe/MlE=
github.com/coreos/go-systemd v0.0.0-20191104093116-d3cd4ed1dbcf h1:iW4rZ826su+pqaw19uhpSCzhj44qo35pNgKFGqzDKkU=
Expand Down
4 changes: 2 additions & 2 deletions vendor/modules.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# github.com/ThalesIgnite/crypto11 v0.0.0-00010101000000-000000000000 => github.com/aoscloud/crypto11 v1.0.3-0.20220217163524-ddd0ace39e6f
## explicit; go 1.13
github.com/ThalesIgnite/crypto11
# github.com/aoscloud/aos_common v0.0.0-20231227133432-0c97aef1696d
## explicit; go 1.20
# github.com/aoscloud/aos_common v0.0.0-20240229163820-8da83091bc41
## explicit; go 1.21
github.com/aoscloud/aos_common/aoserrors
github.com/aoscloud/aos_common/aostypes
github.com/aoscloud/aos_common/api/iamanager/v4
Expand Down
Loading