From 6a060981504cc5e433145a06ce218d5810e915c2 Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Fri, 28 Sep 2018 18:11:22 +0200 Subject: remove dep --- Gopkg.toml | 37 ------------------------------------- 1 file changed, 37 deletions(-) delete mode 100644 Gopkg.toml (limited to 'Gopkg.toml') diff --git a/Gopkg.toml b/Gopkg.toml deleted file mode 100644 index 2015aae..0000000 --- a/Gopkg.toml +++ /dev/null @@ -1,37 +0,0 @@ -# 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]] - branch = "master" - name = "github.com/karalabe/hid" - -[[constraint]] - branch = "master" - name = "golang.org/x/image" - -[prune] - go-tests = true -- cgit v1.2.3