diff options
author | Nick White <git@njw.name> | 2021-02-01 11:46:21 +0000 |
---|---|---|
committer | Nick White <git@njw.name> | 2021-02-01 11:46:21 +0000 |
commit | a8c7481f0dc02bbda3b3a07091e9d61f6eb728b2 (patch) | |
tree | eb82bea0876d2d1e80e30fe96f498d15445f22dd /go.mod | |
parent | 16ea8034794ef030c969d586a7fc945bf4a2873a (diff) |
Update AWS dependency to 1.37.1
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -3,17 +3,14 @@ module rescribe.xyz/bookpipeline go 1.14 require ( - github.com/aws/aws-sdk-go v1.30.5 + github.com/aws/aws-sdk-go v1.37.1 github.com/blend/go-sdk v2.0.0+incompatible // indirect github.com/davecgh/go-spew v1.1.1 // indirect github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect github.com/phpdave11/gofpdf v1.4.2 github.com/wcharczuk/go-chart v2.0.2-0.20191206192251-962b9abdec2b+incompatible golang.org/x/image v0.0.0-20200618115811-c13761719519 - golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e // indirect - golang.org/x/text v0.3.2 // indirect gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect - gopkg.in/yaml.v2 v2.2.8 // indirect rescribe.xyz/preproc v0.4.1 rescribe.xyz/utils v0.1.3 ) |