Skip to content

Commit

Permalink
2.0.0 released
Browse files Browse the repository at this point in the history
  • Loading branch information
kgretzky committed Jul 26, 2018
1 parent ce48fb4 commit 6b40db1
Show file tree
Hide file tree
Showing 950 changed files with 300,648 additions and 9 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
bin/
docs/
img/
release/
11 changes: 11 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
sudo: false

language: go
go:
- 1.10.x
- master

notifications:
email: false

install: true
245 changes: 245 additions & 0 deletions Gopkg.lock

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

66 changes: 66 additions & 0 deletions Gopkg.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
# 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/chzyer/readline"
branch = "master"

[[constraint]]
name = "github.com/elazarl/goproxy"
branch = "master"

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

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

[[constraint]]
branch = "master"
name = "github.com/inconshreveable/go-vhost"

[[constraint]]
name = "github.com/miekg/dns"
version = "1.0.7"

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

[[constraint]]
name = "github.com/tidwall/buntdb"
version = "1.0.0"

[[constraint]]
name = "github.com/xenolf/lego"
version = "0.5.0"

[prune]
go-tests = true
unused-packages = true
Loading

0 comments on commit 6b40db1

Please sign in to comment.