diff options
author | Chris Moultrie <[email protected]> | 2024-12-17 12:12:29 -0500 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2024-12-22 22:58:36 +0100 |
commit | e229f4b38728fcde2172857c54fcdfdff15bf471 (patch) | |
tree | ffec1738a03a051dbe286cfc7e6b6291ddc55391 /go.mod | |
parent | 020253904f335643ead1c390f9fa52f24b185a3d (diff) | |
download | hugo-e229f4b38728fcde2172857c54fcdfdff15bf471.tar.gz hugo-e229f4b38728fcde2172857c54fcdfdff15bf471.zip |
Update gocloud and docs for S3-Compatible Endpoints
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -73,7 +73,7 @@ require ( github.com/yuin/goldmark v1.7.8 github.com/yuin/goldmark-emoji v1.0.4 go.uber.org/automaxprocs v1.5.3 - gocloud.dev v0.39.0 + gocloud.dev v0.40.0 golang.org/x/exp v0.0.0-20221031165847-c99f073a8326 golang.org/x/image v0.22.0 golang.org/x/mod v0.22.0 |