Skip to content

Commit

Permalink
update dependencies to fix stringdata handling (kyma-project#484)
Browse files Browse the repository at this point in the history
  • Loading branch information
k15r authored Jun 24, 2020
1 parent 9291b36 commit d017fdd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ require (
github.com/golangplus/fmt v0.0.0-20150411045040-2a5d6d7d2995 // indirect
github.com/golangplus/testing v0.0.0-20180327235837-af21d9c3145e // indirect
github.com/imdario/mergo v0.3.8 // indirect
github.com/kyma-incubator/hydroform/install v0.0.0-20200608065102-102f8232317b
github.com/kyma-incubator/hydroform/install v0.0.0-20200624085426-7c04bd6a1185
github.com/kyma-incubator/hydroform/provision v0.0.0-20200528121905-83605518328f
github.com/kyma-incubator/octopus v0.0.0-20191009105757-2e9d86cd9967
github.com/kyma-project/kyma v0.5.1-0.20200211132707-0a36a0f31d7e
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -439,8 +439,8 @@ github.com/kylelemons/godebug v0.0.0-20170820004349-d65d576e9348 h1:MtvEpTB6LX3v
github.com/kylelemons/godebug v0.0.0-20170820004349-d65d576e9348/go.mod h1:B69LEHPfb2qLo0BaaOLcbitczOKLWTsrBG9LczfCD4k=
github.com/kylelemons/godebug v1.1.0 h1:RPNrshWIDI6G2gRW9EHilWtl7Z6Sb1BR0xunSBf0SNc=
github.com/kylelemons/godebug v1.1.0/go.mod h1:9/0rRGxNHcop5bhtWyNeEfOS8JIWk580+fNqagV/RAw=
github.com/kyma-incubator/hydroform/install v0.0.0-20200608065102-102f8232317b h1:jpwEOxIcaLRpX4n4Y8XO2MhT3qyNQaSIw1dRF6PSqzI=
github.com/kyma-incubator/hydroform/install v0.0.0-20200608065102-102f8232317b/go.mod h1:cu0KmMDfLm1nY+lkRWhckdjeo+lzUsI4YkLCkRc3zWY=
github.com/kyma-incubator/hydroform/install v0.0.0-20200624085426-7c04bd6a1185 h1:2owpawgBFziPM4jnG01ElXZ2Rfqv4oDuu6PBzyyGdzw=
github.com/kyma-incubator/hydroform/install v0.0.0-20200624085426-7c04bd6a1185/go.mod h1:cu0KmMDfLm1nY+lkRWhckdjeo+lzUsI4YkLCkRc3zWY=
github.com/kyma-incubator/hydroform/provision v0.0.0-20200528121905-83605518328f h1:hAR4gaQT8a0raAEKvKlvPxBTHheGwe91J4XGFSXbR2g=
github.com/kyma-incubator/hydroform/provision v0.0.0-20200528121905-83605518328f/go.mod h1:8Rhb40oo6TOVz3rTN9SP6fSeoiAzdRjmJutgmHYk6sc=
github.com/kyma-incubator/octopus v0.0.0-20191009105757-2e9d86cd9967 h1:Y+lnL/+uWprDPOdUfbki2IaVuIIFoQTXhqGdrHSXFmI=
Expand Down

0 comments on commit d017fdd

Please sign in to comment.