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

fix(deps): update github.com/opiproject/opi-api digest to 4acfe76 #274

Merged
merged 1 commit into from
Jan 13, 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 @@ -7,7 +7,7 @@ require (
github.com/grpc-ecosystem/grpc-gateway/v2 v2.19.0
github.com/jaypipes/ghw v0.12.0
github.com/onsi/ginkgo/v2 v2.13.2
github.com/opiproject/opi-api v0.0.0-20240103224636-6c09ad825a99
github.com/opiproject/opi-api v0.0.0-20240109154027-4acfe7603053
github.com/vektra/mockery/v2 v2.38.0
golang.org/x/tools v0.16.1
google.golang.org/grpc v1.60.1
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -472,6 +472,8 @@ github.com/opiproject/opi-api v0.0.0-20231227074201-2180a8c082b0 h1:69Jsi5fFvjj+
github.com/opiproject/opi-api v0.0.0-20231227074201-2180a8c082b0/go.mod h1:92pv4ulvvPMuxCJ9ND3aYbmBfEMLx0VCjpkiR7ZTqPY=
github.com/opiproject/opi-api v0.0.0-20240103224636-6c09ad825a99 h1:0OCSOdOzBSxxlombLnc45eWm7W+nMCvocKjBwMAC86o=
github.com/opiproject/opi-api v0.0.0-20240103224636-6c09ad825a99/go.mod h1:92pv4ulvvPMuxCJ9ND3aYbmBfEMLx0VCjpkiR7ZTqPY=
github.com/opiproject/opi-api v0.0.0-20240109154027-4acfe7603053 h1:iVfxrQbn2DVAyb2ZQPAnqAoMvC6cVDXh+0L4qO8HcGU=
github.com/opiproject/opi-api v0.0.0-20240109154027-4acfe7603053/go.mod h1:92pv4ulvvPMuxCJ9ND3aYbmBfEMLx0VCjpkiR7ZTqPY=
github.com/otiai10/copy v1.2.0/go.mod h1:rrF5dJ5F0t/EWSYODDu4j9/vEeYHMkc8jt0zJChqQWw=
github.com/otiai10/copy v1.11.0 h1:OKBD80J/mLBrwnzXqGtFCzprFSGioo30JcmR4APsNwc=
github.com/otiai10/curr v0.0.0-20150429015615-9b4961190c95/go.mod h1:9qAhocn7zKJG+0mI8eUu6xqkFDYS2kb2saOteoSB3cE=
Expand Down
Loading