Skip to content
This repository has been archived by the owner on Feb 24, 2024. It is now read-only.

Commit

Permalink
keep toml simple
Browse files Browse the repository at this point in the history
  • Loading branch information
markbates committed Jun 20, 2018
1 parent d23120a commit f46357b
Showing 1 changed file with 0 additions and 154 deletions.
154 changes: 0 additions & 154 deletions Gopkg.toml
Original file line number Diff line number Diff line change
@@ -1,161 +1,7 @@
# 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]]
name = "github.com/dgrijalva/jwt-go"
version = "3.2.0"

[[constraint]]
branch = "master"
name = "github.com/dustin/go-humanize"

[[constraint]]
name = "github.com/fatih/color"
version = "1.7.0"

[[constraint]]
name = "github.com/gobuffalo/envy"
version = "1.6.3"

[[constraint]]
name = "github.com/gobuffalo/makr"
version = "1.1.0"

[[constraint]]
name = "github.com/gobuffalo/packr"
version = "1.11.1"

[[constraint]]
name = "github.com/gobuffalo/plush"
version = "3.7.5"

[[constraint]]
name = "github.com/gobuffalo/pop"
version = "4.5.9"

[[constraint]]
name = "github.com/gobuffalo/tags"
version = "2.0.5"

[[constraint]]
name = "github.com/gobuffalo/uuid"
version = "2.0.0"

[[constraint]]
branch = "master"
name = "github.com/gobuffalo/x"

[[constraint]]
name = "github.com/gorilla/context"
version = "1.1.1"

[[constraint]]
name = "github.com/gorilla/mux"
version = "1.6.2"

[[constraint]]
name = "github.com/gorilla/sessions"
version = "1.1.1"

[[constraint]]
name = "github.com/markbates/deplist"
version = "1.0.0"

[[constraint]]
name = "github.com/markbates/going"
version = "1.0.0"

[[constraint]]
name = "github.com/markbates/grift"
version = "1.0.0"

[[constraint]]
name = "github.com/markbates/inflect"
version = "1.0.0"

[[constraint]]
name = "github.com/markbates/refresh"
version = "1.4.0"

[[constraint]]
name = "github.com/markbates/sigtx"
version = "1.0.0"

[[constraint]]
name = "github.com/markbates/willie"
version = "1.0.0"

[[constraint]]
name = "github.com/monoculum/formam"
version = "3.0.0"

[[constraint]]
name = "github.com/nicksnyder/go-i18n"
version = "1.10.0"

[[constraint]]
name = "github.com/pkg/errors"
version = "0.8.0"

[[constraint]]
branch = "master"
name = "github.com/russross/blackfriday"

[[constraint]]
branch = "master"
name = "github.com/shurcooL/github_flavored_markdown"

[[constraint]]
name = "github.com/sirupsen/logrus"
version = "1.0.5"

[[constraint]]
name = "github.com/spf13/cobra"
version = "0.0.3"

[[constraint]]
name = "github.com/stretchr/testify"
version = "1.2.2"

[[constraint]]
branch = "master"
name = "github.com/unrolled/secure"

[[constraint]]
branch = "master"
name = "golang.org/x/crypto"

[[constraint]]
branch = "master"
name = "golang.org/x/sync"

[[constraint]]
name = "gopkg.in/mail.v2"
version = "2.2.0"

[prune]
go-tests = true
Expand Down

0 comments on commit f46357b

Please sign in to comment.