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 May 6, 2022
1 parent 6074cb3 commit 15a6847
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modman.toml
@@ -1,7 +1,8 @@

[dependencies]
"github.com/aws/aws-sdk-go" = "v1.44.9"
"github.com/aws/smithy-go" = "v1.11.2"
"github.com/google/go-cmp" = "v0.5.7"
"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 15a6847

Please sign in to comment.