Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: jdolitsky <393494+jdolitsky@users.noreply.github.com>
  • Loading branch information
jdolitsky committed Jul 14, 2020
1 parent 18656d8 commit 88bc4a9
Show file tree
Hide file tree
Showing 4 changed files with 328 additions and 187 deletions.
27 changes: 13 additions & 14 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,30 +3,29 @@ module helm.sh/chartmuseum
go 1.14

replace (
github.com/Azure/go-autorest => github.com/Azure/go-autorest v13.3.2+incompatible
github.com/NetEase-Object-Storage/nos-golang-sdk => github.com/karuppiah7890/nos-golang-sdk v0.0.0-20191116042345-0792ba35abcc
go.etcd.io/etcd => github.com/eddycjy/etcd v0.5.0-alpha.5.0.20200218102753-4258cdd2efdf
)

require (
github.com/Masterminds/semver/v3 v3.0.3
github.com/alicebob/gopher-json v0.0.0-20180125190556-5a6b3ba71ee6 // indirect
github.com/Masterminds/semver/v3 v3.1.0
github.com/alicebob/gopher-json v0.0.0-20200520072559-a9ecdc9d1d3a // indirect
github.com/alicebob/miniredis v2.5.0+incompatible
github.com/chartmuseum/auth v0.4.1
github.com/chartmuseum/storage v0.8.0
github.com/chartmuseum/auth v0.4.2
github.com/chartmuseum/storage v0.9.0
github.com/ghodss/yaml v1.0.0
github.com/gin-contrib/size v0.0.0-20200226145816-24aa35f64b9f
github.com/gin-gonic/gin v1.5.0
github.com/go-redis/redis v6.15.7+incompatible
github.com/gofrs/uuid v3.2.0+incompatible
github.com/gomodule/redigo v2.0.0+incompatible // indirect
github.com/gin-contrib/size v0.0.0-20200514145931-e0be654e00a7
github.com/gin-gonic/gin v1.6.3
github.com/go-redis/redis v6.15.8+incompatible
github.com/gofrs/uuid v3.3.0+incompatible
github.com/gomodule/redigo v1.8.2 // indirect
github.com/prometheus/client_golang v1.0.0
github.com/sirupsen/logrus v1.4.2
github.com/spf13/viper v1.6.2
github.com/stretchr/testify v1.5.1
github.com/spf13/viper v1.7.0
github.com/stretchr/testify v1.6.1
github.com/urfave/cli v1.20.0
github.com/yuin/gopher-lua v0.0.0-20191220021717-ab39c6098bdb // indirect
github.com/yuin/gopher-lua v0.0.0-20200603152657-dc2b0ca8b37e // indirect
github.com/zsais/go-gin-prometheus v0.1.0
go.uber.org/zap v1.10.0
helm.sh/helm/v3 v3.1.2
helm.sh/helm/v3 v3.2.4
)
Loading

0 comments on commit 88bc4a9

Please sign in to comment.