Skip to content

Commit

Permalink
fix: avoid marshal errors when merging multiple files
Browse files Browse the repository at this point in the history
  • Loading branch information
luisdavim committed Jun 29, 2021
1 parent ea656e5 commit a39171d
Show file tree
Hide file tree
Showing 3 changed files with 71 additions and 43 deletions.
20 changes: 10 additions & 10 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,28 +3,28 @@ module github.com/Praqma/helmsman
go 1.13

require (
cloud.google.com/go/storage v1.14.0
cloud.google.com/go/storage v1.16.0
github.com/Azure/azure-pipeline-go v0.2.3
github.com/Azure/azure-storage-blob-go v0.13.0
github.com/Azure/go-autorest/autorest/adal v0.9.13 // indirect
github.com/Azure/go-autorest/autorest/adal v0.9.14 // indirect
github.com/BurntSushi/toml v0.3.1
github.com/Masterminds/semver v1.5.0
github.com/apsdehal/go-logger v0.0.0-20190515211354-1abdf898e024
github.com/aws/aws-sdk-go v1.38.15
github.com/aws/aws-sdk-go v1.38.69
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/form3tech-oss/jwt-go v3.2.3+incompatible // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/google/uuid v1.2.0 // indirect
github.com/imdario/mergo v0.3.12
github.com/joho/godotenv v1.3.0
github.com/kr/text v0.2.0 // indirect
github.com/logrusorgru/aurora v0.0.0-20191116043053-66b7ad493a23
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2 // indirect
golang.org/x/mod v0.4.2 // indirect
golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4
golang.org/x/text v0.3.6 // indirect
google.golang.org/api v0.44.0 // indirect
google.golang.org/genproto v0.0.0-20210406143921-e86de6bf7a46 // indirect
google.golang.org/grpc v1.37.0 // indirect
golang.org/x/crypto v0.0.0-20210616213533-5ff15b29337e // indirect
golang.org/x/net v0.0.0-20210614182718-04defd469f4e
golang.org/x/oauth2 v0.0.0-20210628180205-a41e5a781914 // indirect
golang.org/x/tools v0.1.4 // indirect
google.golang.org/genproto v0.0.0-20210624195500-8bfb893ecb84 // indirect
google.golang.org/protobuf v1.27.1 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/yaml.v2 v2.4.0
)
Loading

0 comments on commit a39171d

Please sign in to comment.