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 12
12
13
13
strategy :
14
14
matrix :
15
- go-version : [1.15 .x]
15
+ go-version : [1.18 .x]
16
16
platform : [ubuntu-latest, macos-latest, windows-latest]
17
17
18
18
runs-on : ${{ matrix.platform }}
Original file line number Diff line number Diff line change 14
14
- name : Set up Go
15
15
uses : actions/setup-go@v2
16
16
with :
17
- go-version : 1.15 .x
17
+ go-version : 1.18 .x
18
18
19
19
- name : Check out code
20
20
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
3
3
go 1.14
4
4
5
5
require (
6
- github.com/99designs/keyring v1.1.6
6
+ github.com/99designs/keyring v1.2.1
7
7
github.com/ProtonMail/go-crypto v0.0.0-20210428141323-04723f9f07d7
8
8
github.com/blang/semver v3.5.1+incompatible
9
9
github.com/blevesearch/bleve v1.0.14
10
10
github.com/dustin/go-humanize v1.0.0
11
11
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
14
14
github.com/mattn/go-isatty v0.0.12 // indirect
15
15
github.com/pkg/errors v0.9.1
16
16
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
19
19
golang.org/x/text v0.3.3
20
20
)
21
21
You can’t perform that action at this time.
0 commit comments