Skip to content

Commit 33b219a

Browse files
authored
Add smithy-go dependency (#538)
Update's Go module definition to include entry for SDK's smithy-go library.
1 parent fd01a01 commit 33b219a

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

go.mod

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
module github.com/aws/aws-sdk-go-v2
22

33
require (
4+
github.com/awslabs/smithy-go v0.0.0-20200421200441-f1e89484c1b9
45
github.com/go-sql-driver/mysql v1.5.0
56
github.com/google/go-cmp v0.4.0
67
github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
github.com/awslabs/smithy-go v0.0.0-20200421200441-f1e89484c1b9 h1:oNbA/uNHusPiGZiXqC8RSo11xvDBQwe66uimIon1QFk=
2+
github.com/awslabs/smithy-go v0.0.0-20200421200441-f1e89484c1b9/go.mod h1:L4SfPH3TPbKwyBENwHDh61AAQPvFh5wR00tNeUR7OrU=
13
github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8=
24
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
35
github.com/go-sql-driver/mysql v1.5.0 h1:ozyZYNQW3x3HtqT1jira07DN2PArx2v7/mN66gGcHOs=

0 commit comments

Comments
 (0)