Skip to content

Commit

Permalink
remove v1 dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jasdel committed Dec 15, 2020
1 parent 0a0f1eb commit 6f04fcf
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion feature/dynamodb/attributevalue/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ module github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue
go 1.15

require (
github.com/aws/aws-sdk-go v1.35.37
github.com/aws/aws-sdk-go-v2 v0.30.0
github.com/aws/aws-sdk-go-v2/service/dynamodb v0.30.0
github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v0.30.0
Expand Down
2 changes: 1 addition & 1 deletion feature/dynamodb/attributevalue/marshaler_examples_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import (
"reflect"

"github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue"
"github.com/aws/aws-sdk-go-v2/internal/awsutil"
"github.com/aws/aws-sdk-go-v2/service/dynamodb/types"
"github.com/aws/aws-sdk-go/aws/awsutil"
)

func ExampleMarshal() {
Expand Down
1 change: 0 additions & 1 deletion feature/dynamodbstreams/attributevalue/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ module github.com/aws/aws-sdk-go-v2/feature/dynamodbstreams/attributevalue
go 1.15

require (
github.com/aws/aws-sdk-go v1.35.37
github.com/aws/aws-sdk-go-v2 v0.30.0
github.com/aws/aws-sdk-go-v2/service/dynamodb v0.30.0
github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v0.30.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import (
"reflect"

"github.com/aws/aws-sdk-go-v2/feature/dynamodbstreams/attributevalue"
"github.com/aws/aws-sdk-go-v2/internal/awsutil"
"github.com/aws/aws-sdk-go-v2/service/dynamodbstreams/types"
"github.com/aws/aws-sdk-go/aws/awsutil"
)

func ExampleMarshal() {
Expand Down

0 comments on commit 6f04fcf

Please sign in to comment.