Skip to content

Commit

Permalink
fix gopkg files
Browse files Browse the repository at this point in the history
  • Loading branch information
rgarcia committed Dec 1, 2020
1 parent ac764fd commit 832aa27
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 45 deletions.
15 changes: 1 addition & 14 deletions Gopkg.lock

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

31 changes: 0 additions & 31 deletions Gopkg.toml
@@ -1,38 +1,7 @@

# 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]]
branch = "master"
name = "github.com/spf13/cobra"

[[constraint]]
name = "github.com/spf13/viper"
version = "1.0.0"

[[constraint]]
branch = "master"
name = "github.com/facebookgo/errgroup"
Expand Down

0 comments on commit 832aa27

Please sign in to comment.