-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #193 from qri-io/v0.1.0
- Loading branch information
Showing
13 changed files
with
1,074 additions
and
115 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
This file was deleted.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# Let's keep all our changelog commands the same across all our packages: | ||
update-changelog: | ||
conventional-changelog -p angular -i CHANGELOG.md -s | ||
|
||
test: | ||
go test ./... -v --coverprofile=coverage.txt --covermode=atomic |
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 |
---|---|---|
@@ -0,0 +1,21 @@ | ||
module github.com/qri-io/dataset | ||
|
||
go 1.12 | ||
|
||
require ( | ||
github.com/360EntSecGroup-Skylar/excelize v1.4.1 | ||
github.com/ghodss/yaml v1.0.0 | ||
github.com/ipfs/go-datastore v0.0.5 | ||
github.com/ipfs/go-log v0.0.1 | ||
github.com/jinzhu/copier v0.0.0-20180308034124-7e38e58719c3 | ||
github.com/libp2p/go-libp2p-crypto v0.0.2 | ||
github.com/mr-tron/base58 v1.1.2 | ||
github.com/multiformats/go-multihash v0.0.5 | ||
github.com/qri-io/compare v0.1.0 | ||
github.com/qri-io/dsdiff v0.1.1 | ||
github.com/qri-io/jsonschema v0.1.1 | ||
github.com/qri-io/qfs v0.1.0 | ||
github.com/qri-io/varName v0.1.0 | ||
github.com/ugorji/go v1.1.4 | ||
gopkg.in/yaml.v2 v2.2.2 | ||
) |
Oops, something went wrong.