Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
# Folders
_obj
_test
vendor/

# Architecture specific extensions/prefixes
*.[568vq]
Expand Down
82 changes: 41 additions & 41 deletions Gopkg.lock

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

30 changes: 19 additions & 11 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,8 +16,13 @@
# 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]]
Expand All @@ -29,6 +33,10 @@
name = "github.com/fatih/color"
version = "1.7.0"

[[constraint]]
branch = "master"
name = "github.com/jzelinskie/geddit"

[[constraint]]
branch = "master"
name = "github.com/skratchdot/open-golang"
Expand All @@ -37,14 +45,14 @@
name = "github.com/stretchr/testify"
version = "1.2.2"

[[constraint]]
branch = "v2"
name = "gopkg.in/urfave/cli.v2"

[[constraint]]
branch = "master"
name = "github.com/jzelinskie/geddit"
name = "github.com/texttheater/golang-levenshtein"

[[constraint]]
branch = "master"
name = "github.com/texttheater/golang-levenshtein"
branch = "v2"
name = "gopkg.in/urfave/cli.v2"

[prune]
go-tests = true
unused-packages = true
1 change: 0 additions & 1 deletion vendor/github.com/PuerkitoBio/goquery/.gitattributes

This file was deleted.

16 changes: 0 additions & 16 deletions vendor/github.com/PuerkitoBio/goquery/.gitignore

This file was deleted.

15 changes: 0 additions & 15 deletions vendor/github.com/PuerkitoBio/goquery/.travis.yml

This file was deleted.

12 changes: 0 additions & 12 deletions vendor/github.com/PuerkitoBio/goquery/LICENSE

This file was deleted.

Loading