File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module github.com/drone-plugins/drone-s3
33go 1.17
44
55require (
6- github.com/aws/aws-sdk-go v1.44.38
6+ github.com/aws/aws-sdk-go v1.44.43
77 github.com/joho/godotenv v1.4.0
88 github.com/mattn/go-zglob v0.0.3
99 github.com/sirupsen/logrus v1.8.1
Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ github.com/aws/aws-sdk-go v1.44.33 h1:OoLO99CdssiyOISnZknsQfIqESOyuMgy7pLrPW7RLK
55github.com/aws/aws-sdk-go v1.44.33 /go.mod h1:y4AeaBuwd2Lk+GepC1E9v0qOiTws0MIWAX4oIKwKHZo =
66github.com/aws/aws-sdk-go v1.44.38 h1:Mjsc6XXoAA1QHDqDZQ7vOWd+fUmM29coG+AzkSWmRxI =
77github.com/aws/aws-sdk-go v1.44.38 /go.mod h1:y4AeaBuwd2Lk+GepC1E9v0qOiTws0MIWAX4oIKwKHZo =
8+ github.com/aws/aws-sdk-go v1.44.43 h1:gILXnQAOkfAV9dhdXOUlnVTGM3AiOQFqwQmJJ9R7rUE =
9+ github.com/aws/aws-sdk-go v1.44.43 /go.mod h1:y4AeaBuwd2Lk+GepC1E9v0qOiTws0MIWAX4oIKwKHZo =
810github.com/cpuguy83/go-md2man/v2 v2.0.0-20190314233015-f79a8a8ca69d /go.mod h1:maD7wRr/U5Z6m/iR4s+kqSMx2CaBsrgA7czyZG/E6dU =
911github.com/cpuguy83/go-md2man/v2 v2.0.1 h1:r/myEWzV9lfsM1tFLgDyu0atFtJ1fXn261LKYj/3DxU =
1012github.com/cpuguy83/go-md2man/v2 v2.0.1 /go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o =
You can’t perform that action at this time.
0 commit comments