Skip to content

Commit d88d202

Browse files
committed
update dependencies
1 parent 88d93ad commit d88d202

File tree

375 files changed

+190997
-1243
lines changed

Some content is hidden

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

375 files changed

+190997
-1243
lines changed

.github/workflows/pipeline.yml

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: pipeline
2+
3+
on: [push]
4+
5+
permissions:
6+
contents: write
7+
8+
jobs:
9+
go:
10+
uses: pete911/github-actions/.github/workflows/go.yml@main
11+
go-release:
12+
needs:
13+
- go
14+
uses: pete911/github-actions/.github/workflows/go-releaser.yml@main
15+
secrets:
16+
PUBLIC_REPO_TOKEN: ${{ secrets.PUBLIC_REPO_TOKEN }}

.github/workflows/release.yml

-36
This file was deleted.

go.mod

+7-4
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
11
module github.com/pete911/jwt
22

3-
go 1.17
3+
go 1.19
44

55
require (
66
github.com/golang-jwt/jwt v3.2.2+incompatible
7-
github.com/rs/zerolog v1.24.0
8-
github.com/spf13/cobra v1.2.1
7+
github.com/rs/zerolog v1.28.0
8+
github.com/spf13/cobra v1.6.1
99
)
1010

1111
require (
12-
github.com/inconshreveable/mousetrap v1.0.0 // indirect
12+
github.com/inconshreveable/mousetrap v1.1.0 // indirect
13+
github.com/mattn/go-colorable v0.1.13 // indirect
14+
github.com/mattn/go-isatty v0.0.16 // indirect
1315
github.com/spf13/pflag v1.0.5 // indirect
16+
golang.org/x/sys v0.3.0 // indirect
1417
)

go.sum

+23-566
Large diffs are not rendered by default.

vendor/github.com/inconshreveable/mousetrap/LICENSE

+198-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/inconshreveable/mousetrap/trap_others.go

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)