Skip to content

Commit 3c055ab

Browse files
committed
Update path to S3 interfaces to mock after bumping AWS SDK version
1 parent 88041af commit 3c055ab

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

main.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
package main
22

3-
//go:generate mockgen -package mocks -destination resource/mocks/autoscaling.go -source=$GOPATH/pkg/mod/github.com/aws/aws-sdk-go@v1.29.1/service/autoscaling/autoscalingiface/interface.go
4-
//go:generate mockgen -package mocks -destination resource/mocks/ec2.go -source=$GOPATH/pkg/mod/github.com/aws/aws-sdk-go@v1.29.1/service/ec2/ec2iface/interface.go
5-
//go:generate mockgen -package mocks -destination resource/mocks/sts.go -source=$GOPATH/pkg/mod/github.com/aws/aws-sdk-go@v1.29.1/service/sts/stsiface/interface.go
6-
//go:generate mockgen -package mocks -destination resource/mocks/rds.go -source=$GOPATH/pkg/mod/github.com/aws/aws-sdk-go@v1.29.1/service/rds/rdsiface/interface.go
3+
//go:generate mockgen -package mocks -destination resource/mocks/autoscaling.go -source=$GOPATH/pkg/mod/github.com/aws/aws-sdk-go@v1.29.8/service/autoscaling/autoscalingiface/interface.go
4+
//go:generate mockgen -package mocks -destination resource/mocks/ec2.go -source=$GOPATH/pkg/mod/github.com/aws/aws-sdk-go@v1.29.8/service/ec2/ec2iface/interface.go
5+
//go:generate mockgen -package mocks -destination resource/mocks/sts.go -source=$GOPATH/pkg/mod/github.com/aws/aws-sdk-go@v1.29.8/service/sts/stsiface/interface.go
6+
//go:generate mockgen -package mocks -destination resource/mocks/rds.go -source=$GOPATH/pkg/mod/github.com/aws/aws-sdk-go@v1.29.8/service/rds/rdsiface/interface.go
77

88
import (
99
"os"

0 commit comments

Comments
 (0)