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

PKI Authentication #6

Draft
wants to merge 17 commits into
base: main
Choose a base branch
from
Draft
Changes from 1 commit
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
Prev Previous commit
Next Next commit
feat(all): go.mod
arkavo-com committed Apr 6, 2024

Verified

This commit was signed with the committer’s verified signature.
cjlapao Carlos Lapao
commit e19fbf9539082aeb057a474da3a7c5541df62464
3 changes: 3 additions & 0 deletions examples/go.mod
Original file line number Diff line number Diff line change
@@ -3,6 +3,8 @@ module github.com/arkavo-org/opentdf-platform/examples
go 1.22.2

require (
github.com/arkavo-org/opentdf-platform/protocol/go v0.0.0-00010101000000-000000000000
github.com/arkavo-org/opentdf-platform/sdk v0.0.0-00010101000000-000000000000
github.com/spf13/cobra v1.8.0
google.golang.org/grpc v1.62.1
google.golang.org/protobuf v1.33.0
@@ -16,6 +18,7 @@ replace (

require (
buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go v1.33.0-20240221180331-f05a6f4403ce.1 // indirect
github.com/arkavo-org/opentdf-platform/lib/ocrypto v0.0.0-00010101000000-000000000000 // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.3 // indirect
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0 // indirect
github.com/goccy/go-json v0.10.2 // indirect
3 changes: 3 additions & 0 deletions sdk/go.mod
Original file line number Diff line number Diff line change
@@ -3,6 +3,8 @@ module github.com/arkavo-org/opentdf-platform/sdk
go 1.22.2

require (
github.com/arkavo-org/opentdf-platform/lib/ocrypto v0.0.0-00010101000000-000000000000
github.com/arkavo-org/opentdf-platform/protocol/go v0.0.0-00010101000000-000000000000
github.com/docker/go-connections v0.5.0
github.com/golang-jwt/jwt/v4 v4.5.0
github.com/google/uuid v1.6.0
@@ -60,6 +62,7 @@ require (
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect
github.com/rogpeppe/go-internal v1.9.0 // indirect
github.com/segmentio/asm v1.2.0 // indirect
github.com/shirou/gopsutil/v3 v3.23.12 // indirect
github.com/shoenig/go-m1cpu v0.1.6 // indirect
4 changes: 2 additions & 2 deletions sdk/go.sum
Original file line number Diff line number Diff line change
@@ -107,8 +107,8 @@ github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 h1:Jamvg5psRI
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c h1:ncq/mPwQF4JjgDlrVEn3C11VoGHZN7m8qihwgMEtzYw=
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c/go.mod h1:OmDBASR4679mdNQnz2pUhc2G8CO2JrUAVFDRBDP/hJE=
github.com/rogpeppe/go-internal v1.8.1 h1:geMPLpDpQOgVyCg5z5GoRwLHepNdb71NXb67XFkP+Eg=
github.com/rogpeppe/go-internal v1.8.1/go.mod h1:JeRgkft04UBgHMgCIwADu4Pn6Mtm5d4nPKWu0nJ5d+o=
github.com/rogpeppe/go-internal v1.9.0 h1:73kH8U+JUqXU8lRuOHeVHaa/SZPifC7BkcraZVejAe8=
github.com/rogpeppe/go-internal v1.9.0/go.mod h1:WtVeX8xhTBvf0smdhujwtBcq4Qrzq/fJaraNFVN+nFs=
github.com/segmentio/asm v1.2.0 h1:9BQrFxC+YOHJlTlHGkTrFWf59nbL3XnCoFLTwDCI7ys=
github.com/segmentio/asm v1.2.0/go.mod h1:BqMnlJP91P8d+4ibuonYZw9mfnzI9HfxselHZr5aAcs=
github.com/shirou/gopsutil/v3 v3.23.12 h1:z90NtUkp3bMtmICZKpC4+WaknU1eXtp5vtbQ11DgpE4=