Skip to content

Commit

Permalink
Merge e9f7997 into fe7e2ed
Browse files Browse the repository at this point in the history
  • Loading branch information
placer14 committed Dec 21, 2019
2 parents fe7e2ed + e9f7997 commit 5898477
Show file tree
Hide file tree
Showing 1,194 changed files with 826,686 additions and 0 deletions.
474 changes: 474 additions & 0 deletions Gopkg.lock

Large diffs are not rendered by default.

134 changes: 134 additions & 0 deletions Gopkg.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,134 @@
# 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]]
branch = "master"
name = "github.com/OpenBazaar/jsonpb"

[[constraint]]
branch = "master"
name = "github.com/OpenBazaar/wallet-interface"

[[constraint]]
name = "github.com/asticode/go-astilectron"
version = "0.9.3"

[[constraint]]
name = "github.com/asticode/go-astilog"
version = "1.2.0"

[[constraint]]
name = "github.com/asticode/go-astitools"
version = "1.2.2"

[[constraint]]
name = "github.com/atotto/clipboard"
version = "0.1.2"

[[constraint]]
name = "github.com/boltdb/bolt"
version = "1.3.1"

[[constraint]]
name = "github.com/btcsuite/btcd"
version = "0.20.1-beta"

[[constraint]]
branch = "master"
name = "github.com/btcsuite/btcutil"

[[constraint]]
name = "github.com/btcsuite/btcwallet"
version = "0.11.0"

[[constraint]]
name = "github.com/btcsuite/goleveldb"
version = "1.0.0"

[[constraint]]
branch = "master"
name = "github.com/cevaris/ordered_map"

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

[[constraint]]
name = "github.com/golang/protobuf"
version = "1.3.2"

[[constraint]]
name = "github.com/jessevdk/go-flags"
version = "1.4.0"

[[constraint]]
name = "github.com/julienschmidt/httprouter"
version = "1.3.0"

[[constraint]]
name = "github.com/mattn/go-sqlite3"
version = "2.0.2"

[[constraint]]
name = "github.com/mitchellh/go-homedir"
version = "1.1.0"

[[constraint]]
name = "github.com/natefinch/lumberjack"
version = "2.1.0"

[[constraint]]
name = "github.com/op/go-logging"
version = "1.0.0"

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

[[constraint]]
branch = "master"
name = "github.com/skratchdot/open-golang"

[[constraint]]
name = "github.com/tyler-smith/go-bip39"
version = "1.0.2"

[[constraint]]
branch = "master"
name = "github.com/yawning/bulb"

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

[[constraint]]
name = "google.golang.org/grpc"
version = "1.26.0"

[prune]
go-tests = true
unused-packages = true
28 changes: 28 additions & 0 deletions vendor/github.com/OpenBazaar/jsonpb/.gitignore

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

8 changes: 8 additions & 0 deletions vendor/github.com/OpenBazaar/jsonpb/README.md

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

Loading

0 comments on commit 5898477

Please sign in to comment.