Skip to content

Commit

Permalink
switch to dep, fix dependencies
Browse files Browse the repository at this point in the history
- renames dep github.com/codegangsta/cli -> github.com/urfave/cli
- updates dependencies
- ensures all dependencies are included in vendor
  • Loading branch information
Adnan Abdulhussein committed Dec 29, 2017
1 parent 1a0a45e commit 09d581a
Show file tree
Hide file tree
Showing 74 changed files with 12,313 additions and 268 deletions.
14 changes: 0 additions & 14 deletions Godeps/Godeps.json

This file was deleted.

5 changes: 0 additions & 5 deletions Godeps/Readme

This file was deleted.

2 changes: 0 additions & 2 deletions Godeps/_workspace/.gitignore

This file was deleted.

188 changes: 0 additions & 188 deletions Godeps/_workspace/src/gopkg.in/yaml.v2/LICENSE

This file was deleted.

27 changes: 27 additions & 0 deletions Gopkg.lock

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

34 changes: 34 additions & 0 deletions Gopkg.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@

# Gopkg.toml example
#
# Refer to https://github.com/golang/dep/blob/master/docs/Gopkg.toml.md
# 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"


[[constraint]]
branch = "master"
name = "github.com/mitchellh/go-homedir"

[[constraint]]
name = "github.com/urfave/cli"
version = "1.20.0"

[[constraint]]
branch = "v2"
name = "gopkg.in/yaml.v2"
2 changes: 1 addition & 1 deletion cmd/karn/karn.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import (
"log"
"os"

"github.com/codegangsta/cli"
"github.com/prydonius/karn"
"github.com/urfave/cli"
)

func main() {
Expand Down

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

Loading

0 comments on commit 09d581a

Please sign in to comment.