Skip to content

Commit

Permalink
build tag: nodeprecated, use to build pkg/kms and pkg/persistence pac…
Browse files Browse the repository at this point in the history
…kages without the backwards-compatible type aliases to plugins/aws-v1/*
  • Loading branch information
aka-bo committed Sep 3, 2024
1 parent c5dc915 commit b159451
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import (
"github.com/testcontainers/testcontainers-go"

"github.com/godaddy/asherah/go/appencryption"
"github.com/godaddy/asherah/go/appencryption/pkg/persistence"
"github.com/godaddy/asherah/go/appencryption/plugins/aws-v1/persistence"
)

const (
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (

"github.com/godaddy/asherah/go/appencryption"
"github.com/godaddy/asherah/go/appencryption/integrationtest/dynamodbtest"
"github.com/godaddy/asherah/go/appencryption/pkg/persistence"
"github.com/godaddy/asherah/go/appencryption/plugins/aws-v1/persistence"
)

type metastoreFactory func(tc *dynamodbtest.DynamoDBTestContext, useRegionSuffix bool) appencryption.Metastore
Expand Down
2 changes: 2 additions & 0 deletions go/appencryption/pkg/kms/aws.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
//go:build !nodeprecated

package kms

import (
Expand Down
2 changes: 2 additions & 0 deletions go/appencryption/pkg/persistence/dynamodb.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
//go:build !nodeprecated

package persistence

import (
Expand Down

0 comments on commit b159451

Please sign in to comment.