Skip to content

Commit e88d8ea

Browse files
chore(deps): bump aidanwoods.dev/go-paseto from 1.3.0 to 1.4.0 (CyanAsterisk#149)
Bumps [aidanwoods.dev/go-paseto](https://github.com/aidantwoods/go-paseto) from 1.3.0 to 1.4.0. - [Release notes](https://github.com/aidantwoods/go-paseto/releases) - [Commits](aidantwoods/go-paseto@v1.3.0...v1.4.0) --- updated-dependencies: - dependency-name: aidanwoods.dev/go-paseto dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2853f98 commit e88d8ea

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

go.mod

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/CyanAsterisk/FreeCar
33
go 1.18
44

55
require (
6-
aidanwoods.dev/go-paseto v1.3.0
6+
aidanwoods.dev/go-paseto v1.4.0
77
github.com/alibaba/sentinel-golang v1.0.4
88
github.com/apache/thrift v0.13.0
99
github.com/bwmarrin/snowflake v0.3.0
@@ -37,6 +37,7 @@ require (
3737
)
3838

3939
require (
40+
aidanwoods.dev/go-result v0.0.0-20230617093509-2c57d7732f54 // indirect
4041
github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect
4142
github.com/armon/go-metrics v0.4.0 // indirect
4243
github.com/beorn7/perks v1.0.1 // indirect

go.sum

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
aidanwoods.dev/go-paseto v1.3.0 h1:s2pNpY+2PqCoYVcjirSH1afp94MXNw22fLfbtraXoyI=
2-
aidanwoods.dev/go-paseto v1.3.0/go.mod h1:VgTqIf7uRQXGDN0SnlEWI+9gQKGsaIH5if9eX6qzZjU=
1+
aidanwoods.dev/go-paseto v1.4.0 h1:UuX9GcdFCGGYrg6qpZmQSHvyTv8YxEvXTpz1GqRoaKU=
2+
aidanwoods.dev/go-paseto v1.4.0/go.mod h1:nvAsWRDOKyTCNuKhVZprtb3lkVzZECUZ4LAuN/rkkmQ=
3+
aidanwoods.dev/go-result v0.0.0-20230617093509-2c57d7732f54 h1:D4xKM5zeP8OHMy8il4nwMssVBr9k3fM3iKeGH0lNIgw=
4+
aidanwoods.dev/go-result v0.0.0-20230617093509-2c57d7732f54/go.mod h1:yridkWghM7AXSFA6wzx0IbsurIm1Lhuro3rYef8FBHM=
35
cloud.google.com/go v0.26.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw=
46
cloud.google.com/go v0.34.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw=
57
cloud.google.com/go v0.38.0/go.mod h1:990N+gfupTy94rShfmMCWGDn0LpTmnzTp2qbd1dvSRU=

0 commit comments

Comments
 (0)