-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Minor improvements and QA adjustments
- Loading branch information
Showing
11 changed files
with
267 additions
and
83 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,4 +21,7 @@ vendor/** | |
|
||
# Build | ||
bryk-did | ||
bryk-did-* | ||
bryk-did-* | ||
|
||
# Default agent data store | ||
data |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,29 @@ | ||
module github.com/bryk-io/did-method | ||
|
||
require ( | ||
github.com/BurntSushi/toml v0.3.1 // indirect | ||
github.com/bryk-io/x v0.0.0-20190321181458-cb94ffbf19af | ||
github.com/bryk-io/x v0.0.0-20190701133613-135e915a55a2 | ||
github.com/gogo/googleapis v1.1.0 | ||
github.com/gogo/protobuf v1.2.0 | ||
github.com/golang/protobuf v1.3.0 | ||
github.com/grpc-ecosystem/grpc-gateway v1.7.0 | ||
github.com/inconshreveable/mousetrap v1.0.0 // indirect | ||
github.com/gogo/protobuf v1.2.1 | ||
github.com/golang/protobuf v1.3.1 | ||
github.com/grpc-ecosystem/grpc-gateway v1.9.2 | ||
github.com/kennygrant/sanitize v1.2.4 | ||
github.com/mattn/go-colorable v0.1.1 // indirect | ||
github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b // indirect | ||
github.com/mitchellh/go-homedir v1.1.0 | ||
github.com/onsi/ginkgo v1.8.0 // indirect | ||
github.com/onsi/gomega v1.4.3 // indirect | ||
github.com/sirupsen/logrus v1.3.0 | ||
github.com/sirupsen/logrus v1.4.2 | ||
github.com/spf13/cobra v0.0.3 | ||
github.com/spf13/viper v1.3.2 | ||
github.com/vmihailenco/msgpack v4.0.2+incompatible | ||
github.com/vmihailenco/msgpack v4.0.4+incompatible | ||
github.com/x-cray/logrus-prefixed-formatter v0.5.2 | ||
golang.org/x/crypto v0.0.0-20190131182504-b8fe1690c613 | ||
golang.org/x/net v0.0.0-20190301231341-16b79f2e4e95 | ||
golang.org/x/crypto v0.0.0-20190513172903-22d7a77e9e5f | ||
golang.org/x/net v0.0.0-20190522155817-f3200d17e092 | ||
golang.org/x/sync v0.0.0-20190227155943-e225da77a7e6 // indirect | ||
google.golang.org/grpc v1.18.0 | ||
google.golang.org/grpc v1.21.1 | ||
) | ||
|
||
replace ( | ||
github.com/dgraph-io/badger v1.5.5 => github.com/bryk-io/badger v1.5.5 | ||
github.com/grpc-ecosystem/go-grpc-middleware => github.com/bryk-io/go-grpc-middleware v1.0.1-0.20190202210917-0105da141832 | ||
github.com/grpc-ecosystem/go-grpc-middleware => github.com/bryk-io/go-grpc-middleware v1.0.1-0.20190615102816-71cc94c54bbc | ||
) |
Oops, something went wrong.