diff options
author | Eyal Soha <eyalsoha@google.com> | 2020-04-23 18:20:43 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-04-23 18:24:31 -0700 |
commit | 79542417fe97a62ee86aa211ac559bcc5cac5e5e (patch) | |
tree | 9d60f6f6de50d368818034b7ddfaabad483f8ab6 /WORKSPACE | |
parent | f01f2132d8d3e551579cba9a1b942b4b70d83f21 (diff) |
Fix Layer merge and add unit tests
mergo was improperly merging nil and empty strings
PiperOrigin-RevId: 308170862
Diffstat (limited to 'WORKSPACE')
-rw-r--r-- | WORKSPACE | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -189,13 +189,6 @@ go_repository( ) go_repository( - name = "com_github_imdario_mergo", - importpath = "github.com/imdario/mergo", - sum = "h1:CGgOkSJeqMRmt0D9XLWExdT4m4F1vd3FV3VPt+0VxkQ=", - version = "v0.3.8", -) - -go_repository( name = "com_github_kr_pretty", importpath = "github.com/kr/pretty", sum = "h1:s5hAObm+yFO5uHYt5dYjxi2rXrsnmRpJx4OYvIWUaQs=", |