Skip to content

Commit

Permalink
use dep more effectively
Browse files Browse the repository at this point in the history
  • Loading branch information
nickg committed Mar 9, 2018
1 parent 91e339a commit edced40
Show file tree
Hide file tree
Showing 68 changed files with 16 additions and 6,218 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
dist/
bin/
vendor/

# editor turds
*~
Expand Down
2 changes: 1 addition & 1 deletion Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 13 additions & 5 deletions Gopkg.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@

# Gopkg.toml example
#
# Refer to https://github.com/golang/dep/blob/master/docs/Gopkg.toml.md
# Refer to https://golang.github.io/dep/docs/Gopkg.toml.html
# for detailed Gopkg.toml documentation.
#
# required = ["github.com/user/thing/cmd/thing"]
Expand All @@ -17,10 +16,19 @@
# source = "github.com/myfork/project2"
#
# [[override]]
# name = "github.com/x/y"
# version = "2.4.0"
# name = "github.com/x/y"
# version = "2.4.0"
#
# [prune]
# non-go = false
# go-tests = true
# unused-packages = true


[[constraint]]
name = "github.com/gobwas/glob"
version = "0.2.2"
version = "0.2.3"

[prune]
go-tests = true
unused-packages = true
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ install: ## install misspell into GOPATH/bin
go install ./cmd/misspell

build: hooks ## build and lint misspell
dep ensure
go install ./cmd/misspell
gometalinter \
--vendor \
Expand Down
8 changes: 0 additions & 8 deletions vendor/github.com/gobwas/glob/.gitignore

This file was deleted.

9 changes: 0 additions & 9 deletions vendor/github.com/gobwas/glob/.travis.yml

This file was deleted.

21 changes: 0 additions & 21 deletions vendor/github.com/gobwas/glob/LICENSE

This file was deleted.

26 changes: 0 additions & 26 deletions vendor/github.com/gobwas/glob/bench.sh

This file was deleted.

44 changes: 0 additions & 44 deletions vendor/github.com/gobwas/glob/cmd/globdraw/main.go

This file was deleted.

82 changes: 0 additions & 82 deletions vendor/github.com/gobwas/glob/cmd/globtest/main.go

This file was deleted.

Loading

0 comments on commit edced40

Please sign in to comment.