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