upgrade aeus version

This commit is contained in:
Yavolte 2025-06-19 11:44:36 +08:00
parent ea7f75be62
commit b8d5fce311
2 changed files with 3 additions and 3 deletions

4
go.mod
View File

@ -5,7 +5,7 @@ go 1.23.0
toolchain go1.23.10 toolchain go1.23.10
require ( require (
git.nobla.cn/golang/aeus v0.0.8 git.nobla.cn/golang/aeus v0.0.9
git.nobla.cn/golang/rest v0.1.2 git.nobla.cn/golang/rest v0.1.2
github.com/envoyproxy/protoc-gen-validate v1.2.1 github.com/envoyproxy/protoc-gen-validate v1.2.1
golang.org/x/text v0.23.0 // indirect golang.org/x/text v0.23.0 // indirect
@ -14,8 +14,6 @@ require (
gorm.io/gorm v1.30.0 gorm.io/gorm v1.30.0
) )
replace git.nobla.cn/golang/aeus v0.0.8 => /Users/yavolte/Workspace/golang/aeus
require ( require (
github.com/golang-jwt/jwt/v5 v5.2.2 github.com/golang-jwt/jwt/v5 v5.2.2
github.com/mssola/useragent v1.0.0 github.com/mssola/useragent v1.0.0

2
go.sum
View File

@ -1,5 +1,7 @@
filippo.io/edwards25519 v1.1.0 h1:FNf4tywRC1HmFuKW5xopWpigGjJKiJSV0Cqo0cJWDaA= filippo.io/edwards25519 v1.1.0 h1:FNf4tywRC1HmFuKW5xopWpigGjJKiJSV0Cqo0cJWDaA=
filippo.io/edwards25519 v1.1.0/go.mod h1:BxyFTGdWcka3PhytdK4V28tE5sGfRvvvRV7EaN4VDT4= filippo.io/edwards25519 v1.1.0/go.mod h1:BxyFTGdWcka3PhytdK4V28tE5sGfRvvvRV7EaN4VDT4=
git.nobla.cn/golang/aeus v0.0.9 h1:6sl2damQ/Y9FEQEFpCQgrubGda9AHtFxkMWfiXKJYiQ=
git.nobla.cn/golang/aeus v0.0.9/go.mod h1:oOEwqIp6AhKKqj6sLFO8x7IycOROYHCb/2/CjF4+9CU=
git.nobla.cn/golang/kos v0.1.32 h1:sFVCA7vKc8dPUd0cxzwExOSPX2mmMh2IuwL6cYS1pBc= git.nobla.cn/golang/kos v0.1.32 h1:sFVCA7vKc8dPUd0cxzwExOSPX2mmMh2IuwL6cYS1pBc=
git.nobla.cn/golang/kos v0.1.32/go.mod h1:35Z070+5oB39WcVrh5DDlnVeftL/Ccmscw2MZFe9fUg= git.nobla.cn/golang/kos v0.1.32/go.mod h1:35Z070+5oB39WcVrh5DDlnVeftL/Ccmscw2MZFe9fUg=
git.nobla.cn/golang/rest v0.1.2 h1:vF5perbveRcCF5Pb60yxHjvGpx/zX+D1qzdceqIwg+E= git.nobla.cn/golang/rest v0.1.2 h1:vF5perbveRcCF5Pb60yxHjvGpx/zX+D1qzdceqIwg+E=