From 180dadcd0e8082e0e98109c527a367aa298c77fb Mon Sep 17 00:00:00 2001 From: Thomas Boerger Date: Fri, 16 Mar 2018 13:23:00 +0100 Subject: [PATCH] Dropped comments from gopkg config --- Gopkg.toml | 27 --------------------------- 1 file changed, 27 deletions(-) diff --git a/Gopkg.toml b/Gopkg.toml index 324c41e..609d659 100644 --- a/Gopkg.toml +++ b/Gopkg.toml @@ -1,30 +1,3 @@ -# Gopkg.toml example -# -# 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"] -# 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 - - [[constraint]] branch = "master" name = "code.gitea.io/sdk"