summaryrefslogtreecommitdiffhomepage
path: root/WORKSPACE
diff options
context:
space:
mode:
authorEyal Soha <eyalsoha@google.com>2020-04-23 18:20:43 -0700
committergVisor bot <gvisor-bot@google.com>2020-04-23 18:24:31 -0700
commit79542417fe97a62ee86aa211ac559bcc5cac5e5e (patch)
tree9d60f6f6de50d368818034b7ddfaabad483f8ab6 /WORKSPACE
parentf01f2132d8d3e551579cba9a1b942b4b70d83f21 (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--WORKSPACE7
1 files changed, 0 insertions, 7 deletions
diff --git a/WORKSPACE b/WORKSPACE
index 3bf5cc9c1..c86e0fcdc 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -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=",