Skip to content
This repository was archived by the owner on Aug 24, 2024. It is now read-only.

Commit 4c67dac

Browse files
committed
migration3: adapt for the dag-entity migration
1 parent e0d2170 commit 4c67dac

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+2921
-2406
lines changed

go.mod

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,16 @@ go 1.14
55
require (
66
github.com/99designs/keyring v1.1.5
77
github.com/blang/semver v3.5.1+incompatible
8+
github.com/blevesearch/bleve v1.0.14
89
github.com/dustin/go-humanize v1.0.0
910
github.com/fatih/color v1.9.0
11+
github.com/go-git/go-billy/v5 v5.0.0
1012
github.com/go-git/go-git/v5 v5.2.0
1113
github.com/mattn/go-isatty v0.0.12 // indirect
1214
github.com/pkg/errors v0.9.1
1315
github.com/spf13/cobra v1.0.0
1416
github.com/stretchr/testify v1.6.1
17+
golang.org/x/crypto v0.0.0-20200302210943-78000ba7a073
18+
golang.org/x/sys v0.0.0-20210403161142-5e06dd20ab57
1519
golang.org/x/text v0.3.3
1620
)

go.sum

Lines changed: 85 additions & 0 deletions
Large diffs are not rendered by default.

migration3/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,3 @@ Changes:
55
- Exposed formatVersion of OperationPack
66
- Removed error wrapping for bug and identity decoding
77
- Added custom error message for invalid formatVersion
8-
9-
Usage: This version is used to update the bug and identity ids to meet the new standards

0 commit comments

Comments
 (0)