Skip to content

Commit e0cc573

Browse files
chore(deps): update all non-major dependencies
1 parent 15bc299 commit e0cc573

File tree

4 files changed

+1223
-50
lines changed

4 files changed

+1223
-50
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
outfile: coverage.lcov
3030

3131
- name: Coveralls
32-
uses: coverallsapp/github-action@1.1.3
32+
uses: coverallsapp/github-action@v1.2.5
3333
with:
3434
github-token: ${{ secrets.GITHUB_TOKEN }}
3535
path-to-lcov: coverage.lcov

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.16.0
1+
FROM alpine:3.19.1
22

33
COPY ghlabels /usr/local/bin/ghlabels
44
RUN chmod +x /usr/local/bin/ghlabels

go.mod

+6-8
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,13 @@ module github.com/clok/ghlabels
33
go 1.16
44

55
require (
6-
github.com/AlecAivazis/survey/v2 v2.3.4
7-
github.com/clok/cdocs v1.2.0
8-
github.com/clok/kemba v1.1.1
6+
github.com/AlecAivazis/survey/v2 v2.3.7
7+
github.com/clok/cdocs v1.3.0
8+
github.com/clok/kemba v1.2.1
99
github.com/google/go-github/v35 v35.3.0
1010
github.com/google/go-querystring v1.1.0 // indirect
11-
github.com/stretchr/testify v1.7.1
12-
github.com/urfave/cli/v2 v2.8.0
13-
golang.org/x/crypto v0.0.0-20210817164053-32db794688a5 // indirect
14-
golang.org/x/oauth2 v0.0.0-20220411215720-9780585627b5
15-
google.golang.org/appengine v1.6.7 // indirect
11+
github.com/stretchr/testify v1.9.0
12+
github.com/urfave/cli/v2 v2.27.2
13+
golang.org/x/oauth2 v0.19.0
1614
gopkg.in/yaml.v2 v2.4.0
1715
)

0 commit comments

Comments
 (0)