Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
sloonz committed Nov 30, 2023
1 parent 0d0d216 commit e1badda
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 362 deletions.
16 changes: 6 additions & 10 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,15 @@ require (
github.com/Masterminds/semver v1.5.0 // indirect
github.com/Masterminds/sprig v2.22.0+incompatible
github.com/gobuffalo/flect v1.0.2
github.com/golang/snappy v0.0.4 // indirect
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
github.com/google/uuid v1.4.0 // indirect
github.com/huandu/xstrings v1.4.0 // indirect
github.com/imdario/mergo v0.3.16 // indirect
github.com/klauspost/compress v1.16.7
github.com/klauspost/cpuid v1.3.1 // indirect
github.com/minio/minio-go/v7 v7.0.61
github.com/klauspost/compress v1.17.3
github.com/klauspost/cpuid/v2 v2.2.6 // indirect
github.com/minio/minio-go/v7 v7.0.64
github.com/mitchellh/copystructure v1.2.0 // indirect
github.com/mitchellh/go-homedir v1.1.0 // indirect
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
github.com/sirupsen/logrus v1.9.3
github.com/spf13/cobra v1.7.0
github.com/spf13/viper v1.7.0 // indirect
golang.org/x/net v0.14.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
github.com/spf13/cobra v1.8.0
golang.org/x/net v0.19.0 // indirect
)
Loading

0 comments on commit e1badda

Please sign in to comment.