This repository was archived by the owner on Aug 24, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +63
-46
lines changed Expand file tree Collapse file tree 4 files changed +63
-46
lines changed Original file line number Diff line number Diff line change 1212
1313 strategy :
1414 matrix :
15- go-version : [1.15 .x]
15+ go-version : [1.18 .x]
1616 platform : [ubuntu-latest, macos-latest, windows-latest]
1717
1818 runs-on : ${{ matrix.platform }}
Original file line number Diff line number Diff line change 1414 - name : Set up Go
1515 uses : actions/setup-go@v2
1616 with :
17- go-version : 1.15 .x
17+ go-version : 1.18 .x
1818
1919 - name : Check out code
2020 uses : actions/checkout@v2
Original file line number Diff line number Diff line change @@ -3,19 +3,19 @@ module github.com/MichaelMure/git-bug-migration
33go 1.14
44
55require (
6- github.com/99designs/keyring v1.1.6
6+ github.com/99designs/keyring v1.2.1
77 github.com/ProtonMail/go-crypto v0.0.0-20210428141323-04723f9f07d7
88 github.com/blang/semver v3.5.1+incompatible
99 github.com/blevesearch/bleve v1.0.14
1010 github.com/dustin/go-humanize v1.0.0
1111 github.com/fatih/color v1.9.0
12- github.com/go-git/go-billy/v5 v5.0.0
13- github.com/go-git/go-git/v5 v5.2.0
12+ github.com/go-git/go-billy/v5 v5.3.1
13+ github.com/go-git/go-git/v5 v5.4.2
1414 github.com/mattn/go-isatty v0.0.12 // indirect
1515 github.com/pkg/errors v0.9.1
1616 github.com/spf13/cobra v1.0.0
17- github.com/stretchr/testify v1.6.1
18- golang.org/x/sys v0.0.0-20210403161142-5e06dd20ab57
17+ github.com/stretchr/testify v1.7.0
18+ golang.org/x/sys v0.0.0-20220204135822-1c1b9b1eba6a
1919 golang.org/x/text v0.3.3
2020)
2121
You can’t perform that action at this time.
0 commit comments