-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(test vectors): Add interop test in Go with CI (#731)
- Loading branch information
1 parent
d66248b
commit d04ddc0
Showing
10 changed files
with
376 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 11 additions & 0 deletions
11
TestVectors/runtimes/go/ImplementationFromDafny-go/WrappedESDK/extern.go
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
package WrappedESDK | ||
|
||
import ( | ||
"github.com/aws/aws-encryption-sdk/AwsCryptographyEncryptionSdkTypes" | ||
"github.com/aws/aws-encryption-sdk/test/WrappedAwsCryptographyEncryptionSdkService" | ||
"github.com/dafny-lang/DafnyStandardLibGo/Wrappers" | ||
) | ||
|
||
func (_static CompanionStruct_Default___) WrappedESDK(config AwsCryptographyEncryptionSdkTypes.AwsEncryptionSdkConfig) Wrappers.Result { | ||
return WrappedAwsCryptographyEncryptionSdkService.WrappedESDK(config) | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
module github.com/aws/aws-encryption-sdk/testvectors | ||
|
||
go 1.23.2 | ||
|
||
replace ( | ||
github.com/aws/aws-cryptographic-material-providers-library/dynamodb v0.0.0 => ../../../../mpl/ComAmazonawsDynamodb/runtimes/go/ImplementationFromDafny-go/ | ||
github.com/aws/aws-cryptographic-material-providers-library/kms v0.0.0 => ../../../../mpl/ComAmazonawsKms/runtimes/go/ImplementationFromDafny-go/ | ||
github.com/aws/aws-cryptographic-material-providers-library/mpl v0.0.0 => ../../../../mpl/AwsCryptographicMaterialProviders/runtimes/go/ImplementationFromDafny-go/ | ||
github.com/aws/aws-cryptographic-material-providers-library/primitives v0.0.0 => ../../../../mpl/AwsCryptographyPrimitives/runtimes/go/ImplementationFromDafny-go/ | ||
github.com/aws/aws-cryptographic-material-providers-library/testvectors v0.0.0 => ../../../../mpl/TestVectorsAwsCryptographicMaterialProviders/runtimes/go/ImplementationFromDafny-go/ | ||
github.com/aws/aws-encryption-sdk v0.0.0 => ../../../../AwsEncryptionSDK/runtimes/go/ImplementationFromDafny-go/ | ||
github.com/aws/aws-encryption-sdk/test v0.0.0 => ../../../../AwsEncryptionSDK/runtimes/go/TestsFromDafny-go/ | ||
github.com/dafny-lang/DafnyStandardLibGo v0.0.0 => ../../../../mpl/StandardLibrary/runtimes/go/ImplementationFromDafny-go/ | ||
) | ||
|
||
require ( | ||
github.com/aws/aws-cryptographic-material-providers-library/dynamodb v0.0.0 | ||
github.com/aws/aws-cryptographic-material-providers-library/kms v0.0.0 | ||
github.com/aws/aws-cryptographic-material-providers-library/mpl v0.0.0 | ||
github.com/aws/aws-cryptographic-material-providers-library/primitives v0.0.0 | ||
github.com/aws/aws-cryptographic-material-providers-library/testvectors v0.0.0 | ||
github.com/aws/aws-encryption-sdk v0.0.0 | ||
github.com/aws/aws-encryption-sdk/test v0.0.0 | ||
github.com/dafny-lang/DafnyRuntimeGo/v4 v4.9.2 | ||
github.com/dafny-lang/DafnyStandardLibGo v0.0.0 | ||
) | ||
|
||
require ( | ||
github.com/aws/aws-sdk-go-v2 v1.31.0 // indirect | ||
github.com/aws/aws-sdk-go-v2/config v1.27.37 // indirect | ||
github.com/aws/aws-sdk-go-v2/credentials v1.17.35 // indirect | ||
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.14 // indirect | ||
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.18 // indirect | ||
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.18 // indirect | ||
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.1 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.35.1 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.11.5 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery v1.9.19 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.11.20 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/kms v1.36.0 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/sso v1.23.1 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.27.1 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/sts v1.31.1 // indirect | ||
github.com/aws/smithy-go v1.21.0 // indirect | ||
github.com/google/uuid v1.6.0 // indirect | ||
github.com/jmespath/go-jmespath v0.4.0 // indirect | ||
) |
Oops, something went wrong.