Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 27, 2024
1 parent 15bc299 commit e0cc573
Show file tree
Hide file tree
Showing 4 changed files with 1,223 additions and 50 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
outfile: coverage.lcov

- name: Coveralls
uses: coverallsapp/github-action@1.1.3
uses: coverallsapp/github-action@v1.2.5
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: coverage.lcov
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.16.0
FROM alpine:3.19.1

COPY ghlabels /usr/local/bin/ghlabels
RUN chmod +x /usr/local/bin/ghlabels
Expand Down
14 changes: 6 additions & 8 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,13 @@ module github.com/clok/ghlabels
go 1.16

require (
github.com/AlecAivazis/survey/v2 v2.3.4
github.com/clok/cdocs v1.2.0
github.com/clok/kemba v1.1.1
github.com/AlecAivazis/survey/v2 v2.3.7
github.com/clok/cdocs v1.3.0
github.com/clok/kemba v1.2.1
github.com/google/go-github/v35 v35.3.0
github.com/google/go-querystring v1.1.0 // indirect
github.com/stretchr/testify v1.7.1
github.com/urfave/cli/v2 v2.8.0
golang.org/x/crypto v0.0.0-20210817164053-32db794688a5 // indirect
golang.org/x/oauth2 v0.0.0-20220411215720-9780585627b5
google.golang.org/appengine v1.6.7 // indirect
github.com/stretchr/testify v1.9.0
github.com/urfave/cli/v2 v2.27.2
golang.org/x/oauth2 v0.19.0
gopkg.in/yaml.v2 v2.4.0
)

0 comments on commit e0cc573

Please sign in to comment.