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.lock | 30 ------------------------------ Gopkg.toml | 37 ------------------------------------- 2 files changed, 67 deletions(-) delete mode 100644 Gopkg.lock delete mode 100644 Gopkg.toml diff --git a/Gopkg.lock b/Gopkg.lock deleted file mode 100644 index 7386a7f..0000000 --- a/Gopkg.lock +++ /dev/null @@ -1,30 +0,0 @@ -# This file is autogenerated, do not edit; changes may be undone by the next 'dep ensure'. - - -[[projects]] - branch = "master" - name = "github.com/karalabe/hid" - packages = ["."] - revision = "2b4488a37358b7283de4f9622553e85ebbe73125" - -[[projects]] - branch = "master" - name = "golang.org/x/image" - packages = ["colornames"] - revision = "e7c2a4f0428ddaa7e8b1d85d3c60810ffc535d84" - -[[projects]] - branch = "master" - name = "golang.org/x/net" - packages = [ - "html", - "html/atom" - ] - revision = "32a936f46389aa10549d60bd7833e54b01685d09" - -[solve-meta] - analyzer-name = "dep" - analyzer-version = 1 - inputs-digest = "c06505086adc8d470a6310cab91786e996daf7999541c699d0cf6d3c2ff307c0" - solver-name = "gps-cdcl" - solver-version = 1 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