From b65e9122ca7c949ab6cf85755a99a2677ae0e66b Mon Sep 17 00:00:00 2001 From: David Newhall II Date: Sun, 23 Jun 2019 02:30:38 -0700 Subject: [PATCH] Update Gopkg.toml --- Gopkg.toml | 22 +--------------------- 1 file changed, 1 insertion(+), 21 deletions(-) diff --git a/Gopkg.toml b/Gopkg.toml index 2765dc95..332001cc 100644 --- a/Gopkg.toml +++ b/Gopkg.toml @@ -1,28 +1,8 @@ -# Gopkg.toml example +# dep configuration file # # Refer to https://golang.github.io/dep/docs/Gopkg.toml.html # for detailed Gopkg.toml documentation. # -# required = ["github.com/user/thing/cmd/thing"] -# ignored = ["github.com/user/project/pkgX", "bitbucket.org/user/project/pkgA/pkgY"] -# -# [[constraint]] -# name = "github.com/user/project" -# version = "1.0.0" -# -# [[constraint]] -# name = "github.com/user/project2" -# branch = "dev" -# source = "github.com/myfork/project2" -# -# [[override]] -# name = "github.com/x/y" -# version = "2.4.0" -# -# [prune] -# non-go = false -# go-tests = true -# unused-packages = true [prune] go-tests = true