Skip to content

Commit

Permalink
v1 of rp-archiver
Browse files Browse the repository at this point in the history
  • Loading branch information
nicpottier committed May 12, 2018
1 parent 0dcd8ba commit 3169d41
Show file tree
Hide file tree
Showing 536 changed files with 234,902 additions and 0 deletions.
151 changes: 151 additions & 0 deletions Gopkg.lock

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

58 changes: 58 additions & 0 deletions Gopkg.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
# 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"
#
# [prune]
# non-go = false
# go-tests = true
# unused-packages = true


[[constraint]]
name = "github.com/apex/log"
version = "1.0.0"

[[constraint]]
name = "github.com/aws/aws-sdk-go"
version = "1.13.47"

[[constraint]]
name = "github.com/evalphobia/logrus_sentry"
version = "0.4.5"

[[constraint]]
branch = "master"
name = "github.com/jmoiron/sqlx"

[[constraint]]
branch = "master"
name = "github.com/lib/pq"

[[constraint]]
name = "github.com/nyaruka/ezconf"
version = "0.2.1"

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

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

0 comments on commit 3169d41

Please sign in to comment.