Skip to content

Commit

Permalink
mod: bump storage to v0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scbizu committed May 7, 2024
1 parent 00ba752 commit bc761e8
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 11 deletions.
8 changes: 5 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
module helm.sh/chartmuseum

go 1.20
go 1.21

toolchain go1.22.0

require (
github.com/alicebob/miniredis v2.5.0+incompatible
github.com/chartmuseum/auth v0.5.0
github.com/chartmuseum/storage v0.14.1
github.com/chartmuseum/storage v0.15.0
github.com/gin-contrib/size v0.0.0-20230212012657-e14a14094dc4
github.com/gin-gonic/gin v1.9.1
github.com/go-redis/redis v6.15.9+incompatible
Expand Down Expand Up @@ -40,7 +42,7 @@ require (
github.com/Microsoft/hcsshim v0.11.4 // indirect
github.com/alicebob/gopher-json v0.0.0-20230218143504-906a9b012302 // indirect
github.com/aliyun/aliyun-oss-go-sdk v2.2.4+incompatible // indirect
github.com/aws/aws-sdk-go v1.44.288 // indirect
github.com/aws/aws-sdk-go v1.47.11 // indirect
github.com/baidubce/bce-sdk-go v0.9.123 // indirect
github.com/beorn7/perks v1.0.1 // indirect
github.com/bytedance/sonic v1.9.1 // indirect
Expand Down

0 comments on commit bc761e8

Please sign in to comment.