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