Skip to content

Commit

Permalink
Merge pull request #60 from tkhq/olivia/verifiable-metadata-fixes
Browse files Browse the repository at this point in the history
Verifiable metadata fixes
  • Loading branch information
Olivia Thet authored Apr 23, 2024
2 parents 073d001 + 07c9c04 commit 968cf29
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/cmd/turnkey/pkg/encrypt.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ var encryptCmd = &cobra.Command{
}

// encrypt plaintext
clientSendMsg, err := encryptClient.Encrypt(plaintextBytes, []byte(importBundle), Organization, &user)
clientSendMsg, err := encryptClient.Encrypt(plaintextBytes, []byte(importBundle), Organization, user)
if err != nil {
OutputError(err)
}
Expand Down
4 changes: 2 additions & 2 deletions src/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ require (
github.com/rotisserie/eris v0.5.4
github.com/spf13/cobra v1.7.0
github.com/stretchr/testify v1.8.4
github.com/tkhq/go-sdk v0.0.0-20240409013829-672064f648db
github.com/tkhq/go-sdk/pkg/enclave_encrypt v0.0.0-20240409013829-672064f648db
github.com/tkhq/go-sdk v0.0.0-20240417220516-6789f2ee4179
github.com/tkhq/go-sdk/pkg/enclave_encrypt v0.0.0-20240417220516-6789f2ee4179
gopkg.in/yaml.v3 v3.0.1
)

Expand Down
4 changes: 4 additions & 0 deletions src/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -186,10 +186,14 @@ github.com/stretchr/testify v1.8.4/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXl
github.com/tidwall/pretty v1.0.0/go.mod h1:XNkn88O1ChpSDQmQeStsy+sBenx6DDtFZJxhVysOjyk=
github.com/tkhq/go-sdk v0.0.0-20240409013829-672064f648db h1:dL4YjpzkATt15Yg/w1HEJs+PYUUf/byPDneDIbJhWbU=
github.com/tkhq/go-sdk v0.0.0-20240409013829-672064f648db/go.mod h1:dXWbe9UgF04/cdHHSHgiqVZQS71rFw21hbiY4RIU0ps=
github.com/tkhq/go-sdk v0.0.0-20240417220516-6789f2ee4179 h1:eljJCPVVi8PzGBO+y9Nn/xlOUV8GJM8ibvVO6YRQxkQ=
github.com/tkhq/go-sdk v0.0.0-20240417220516-6789f2ee4179/go.mod h1:dXWbe9UgF04/cdHHSHgiqVZQS71rFw21hbiY4RIU0ps=
github.com/tkhq/go-sdk/pkg/enclave_encrypt v0.0.0-20240309210249-e589efc314fb h1:INibZZ7BDURpkTKftXCIuOYNELjsrIUsEmrtKe4ffpc=
github.com/tkhq/go-sdk/pkg/enclave_encrypt v0.0.0-20240309210249-e589efc314fb/go.mod h1:BvoxNhFz61TSwjbULvHYdeV0aS68qkcHXpGkJFVkzrw=
github.com/tkhq/go-sdk/pkg/enclave_encrypt v0.0.0-20240409013829-672064f648db h1:QQy2N8vGZjSqevBDlmOyeWGpk9xIXcsznw4CHjrXRZs=
github.com/tkhq/go-sdk/pkg/enclave_encrypt v0.0.0-20240409013829-672064f648db/go.mod h1:BvoxNhFz61TSwjbULvHYdeV0aS68qkcHXpGkJFVkzrw=
github.com/tkhq/go-sdk/pkg/enclave_encrypt v0.0.0-20240417220516-6789f2ee4179 h1:drsiMkowdmKsur56kMa9B2ocIqa/L+COoVJaQftePN4=
github.com/tkhq/go-sdk/pkg/enclave_encrypt v0.0.0-20240417220516-6789f2ee4179/go.mod h1:BvoxNhFz61TSwjbULvHYdeV0aS68qkcHXpGkJFVkzrw=
github.com/xdg-go/pbkdf2 v1.0.0/go.mod h1:jrpuAogTd400dnrH08LKmI/xc1MbPOebTwRqcT5RDeI=
github.com/xdg-go/scram v1.0.2/go.mod h1:1WAq6h33pAW+iRreB34OORO2Nf7qel3VV3fjBj+hCSs=
github.com/xdg-go/scram v1.1.1/go.mod h1:RaEWvsqvNKKvBPvcKeFjrG2cJqOkHTiyTpzz23ni57g=
Expand Down

0 comments on commit 968cf29

Please sign in to comment.