Skip to content

Commit

Permalink
Update SDK's module tracking to include v1 SDK reference.
Browse files Browse the repository at this point in the history
Updates the SDK's modman.toml to track the v1 SDK dependency in the v2
SDK. Used by v2 test modules such as service/internal/benchmarks.
  • Loading branch information
jasdel committed Jun 6, 2022
1 parent a479ef0 commit b44d91d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions modman.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@

[dependencies]
"github.com/aws/smithy-go" = "v1.11.2"
"github.com/google/go-cmp" = "v0.5.7"
"github.com/aws/aws-sdk-go" = "v1.44.28"
"github.com/aws/smithy-go" = "v1.11.3-0.20220606214609-8c1eac595edb"
"github.com/google/go-cmp" = "v0.5.8"
"github.com/jmespath/go-jmespath" = "v0.4.0"
"golang.org/x/net" = "v0.0.0-20220127200216-cd36cc0744dd"

Expand Down

0 comments on commit b44d91d

Please sign in to comment.