From 6853c1d9b6d1c6857bd324e719e3730c1ecb6655 Mon Sep 17 00:00:00 2001 From: Park Byung Jun Date: Mon, 7 Jan 2019 14:27:32 +0000 Subject: [PATCH] Revert "ing" This reverts commit 5954c92d80343aaf8eb216322acb1fad16706e13 --- Gopkg.toml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Gopkg.toml b/Gopkg.toml index ea020b8..24f0f17 100644 --- a/Gopkg.toml +++ b/Gopkg.toml @@ -1,6 +1,6 @@ # Gopkg.toml example # -# Refer to https://golang.github.io/dep/docs/Gopkg.toml.html +# Refer to https://github.com/golang/dep/blob/master/docs/Gopkg.toml.md # for detailed Gopkg.toml documentation. # # required = ["github.com/user/thing/cmd/thing"] @@ -25,10 +25,6 @@ # unused-packages = true -[[constraint]] - branch = "master" - name = "github.com/corpix/reflect" - [prune] go-tests = true unused-packages = true