From bf3671465b40efb6165852a151a40df2c3498c16 Mon Sep 17 00:00:00 2001 From: evilsocket Date: Tue, 12 Feb 2019 16:59:00 +0100 Subject: [PATCH] misc: small fix or general refactoring i did not bother commenting --- Gopkg.toml | 25 ------------------------- 1 file changed, 25 deletions(-) diff --git a/Gopkg.toml b/Gopkg.toml index 1a8ea558..b2f07827 100644 --- a/Gopkg.toml +++ b/Gopkg.toml @@ -1,28 +1,3 @@ -# Gopkg.toml example -# -# 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 [[constraint]] name = "github.com/evilsocket/islazy" version = "1.9.1"