From d317bc37dba06b5d0a107e2087a5a25c00e5708c Mon Sep 17 00:00:00 2001 From: Jesse Duffield Date: Sun, 30 Jun 2019 18:31:40 +1000 Subject: [PATCH] remove unused import --- Gopkg.toml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Gopkg.toml b/Gopkg.toml index 8cad8078..683fce3d 100644 --- a/Gopkg.toml +++ b/Gopkg.toml @@ -48,7 +48,3 @@ [[constraint]] branch = "v2" name = "github.com/jesseduffield/yaml" - -[[constraint]] - branch = "master" - name = "github.com/jesseduffield/roll"