File tree Expand file tree Collapse file tree
ComAmazonawsDynamodb/runtimes/go
ImplementationFromDafny-go/Com_Amazonaws_Dynamodb Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 strategy :
2020 fail-fast : false
2121 matrix :
22- library : [StandardLibrary]
22+ library : [StandardLibrary, ComAmazonawsDynamodb ]
2323 go-version : ["1.23"]
2424 os : [
2525 # TODO fix Dafny-generated tests on Windows;
Original file line number Diff line number Diff line change @@ -17,9 +17,7 @@ func (_static *CompanionStruct_Default___) DynamoDBClient() Wrappers.Result {
1717 return Wrappers .Companion_Result_ .Create_Failure_ (ComAmazonawsDynamodbTypes .Companion_Error_ .Create_InternalServerError_ (Wrappers .Companion_Option_ .Create_Some_ (_dafny .SeqOfChars ([]_dafny.Char (err .Error ())... ))))
1818
1919 }
20- return Wrappers .Companion_Result_ .Create_Success_ (& DynamoDBwrapped.Shim {Client : dynamodb .NewFromConfig (cfg , func (o * dynamodb.Options ) {
21- o .Region = "us-west-2"
22- })})
20+ return Wrappers .Companion_Result_ .Create_Success_ (& DynamoDBwrapped.Shim {Client : dynamodb .NewFromConfig (cfg , func (o * dynamodb.Options ) {})})
2321}
2422
2523func (_static * CompanionStruct_Default___ ) DDBClientForRegion (regionInput _dafny.Sequence ) Wrappers.Result {
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ require (
88 github.com/aws/aws-cryptographic-material-providers-library/dynamodb v0.0.0-00010101000000-000000000000
99 github.com/aws/aws-sdk-go-v2/service/dynamodb v1.35.1
1010 github.com/aws/smithy-go v1.21.0
11- github.com/dafny-lang/DafnyRuntimeGo/v4 v4.8.0
11+ github.com/dafny-lang/DafnyRuntimeGo/v4 v4.9.1
1212)
1313
1414require (
Original file line number Diff line number Diff line change @@ -28,8 +28,8 @@ github.com/aws/aws-sdk-go-v2/service/sts v1.31.1 h1:8K0UNOkZiK9Uh3HIF6Bx0rcNCftq
2828github.1485827954.workers.dev/aws/aws-sdk-go-v2/service/sts v1.31.1 /go.mod h1:yMWe0F+XG0DkRZK5ODZhG7BEFYhLXi2dqGsv6tX0cgI =
2929github.1485827954.workers.dev/aws/smithy-go v1.21.0 h1:H7L8dtDRk0P1Qm6y0ji7MCYMQObJ5R9CRpyPhRUkLYA =
3030github.1485827954.workers.dev/aws/smithy-go v1.21.0 /go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg =
31- github.com/dafny-lang/DafnyRuntimeGo/v4 v4.8.0 h1:ttdCpTQKspK9A/tqE1qnipvjp9IrURS1kC2w47we6GM =
32- github.com/dafny-lang/DafnyRuntimeGo/v4 v4.8.0 /go.mod h1:l2Tm4N2DKuq3ljONC2vOATeM9PUpXbIc8SgXdwwqEto =
31+ github.com/dafny-lang/DafnyRuntimeGo/v4 v4.9.1 h1:dOgaw3i0I9nWKPjfXYzEfgWsVRJykL6FA18DErvQiJQ =
32+ github.com/dafny-lang/DafnyRuntimeGo/v4 v4.9.1 /go.mod h1:l2Tm4N2DKuq3ljONC2vOATeM9PUpXbIc8SgXdwwqEto =
3333github.1485827954.workers.dev/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8 =
3434github.1485827954.workers.dev/davecgh/go-spew v1.1.0 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
3535github.1485827954.workers.dev/jmespath/go-jmespath v0.4.0 h1:BEgLn5cpjn8UN1mAw4NjwDrS35OdebyEtFe+9YPoQUg =
You can’t perform that action at this time.
0 commit comments