This repository was archived by the owner on May 16, 2023. It is now read-only.
File tree 2 files changed +3
-1
lines changed
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module github.com/danmx/sigil
3
3
go 1.17
4
4
5
5
require (
6
- github.com/aws/aws-sdk-go v1.41.14
6
+ github.com/aws/aws-sdk-go v1.42.0
7
7
github.com/golang/mock v1.6.0
8
8
github.com/mitchellh/go-homedir v1.1.0
9
9
github.com/sirupsen/logrus v1.8.1
Original file line number Diff line number Diff line change @@ -53,6 +53,8 @@ github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310/go.mod h1:ufUuZ+zHj
53
53
github.com/armon/go-radix v1.0.0 /go.mod h1:ufUuZ+zHj4x4TnLV4JWEpy2hxWSpsRywHrMgIH9cCH8 =
54
54
github.com/aws/aws-sdk-go v1.41.14 h1:zJnJ8Y964DjyRE55UVoMKgOG4w5i88LpN6xSpBX7z84 =
55
55
github.com/aws/aws-sdk-go v1.41.14 /go.mod h1:585smgzpB/KqRA+K3y/NL/oYRqQvpNJYvLm+LY1U59Q =
56
+ github.com/aws/aws-sdk-go v1.42.0 h1:BMZws0t8NAhHFsfnT3B40IwD13jVDG5KerlRksctVIw =
57
+ github.com/aws/aws-sdk-go v1.42.0 /go.mod h1:585smgzpB/KqRA+K3y/NL/oYRqQvpNJYvLm+LY1U59Q =
56
58
github.com/bgentry/speakeasy v0.1.0 /go.mod h1:+zsyZBPWlz7T6j88CTgSN5bM796AkVf0kBD4zp0CCIs =
57
59
github.com/bketelsen/crypt v0.0.4 /go.mod h1:aI6NrJ0pMGgvZKL1iVgXLnfIFJtfV+bKCoqOes/6LfM =
58
60
github.com/census-instrumentation/opencensus-proto v0.2.1 /go.mod h1:f6KPmirojxKA12rnyqOA5BBL4O983OfeGPqjHWSTneU =
You can’t perform that action at this time.
0 commit comments