update go.mod
This commit is contained in:
parent
84bc06d861
commit
1d17fe5577
1 changed files with 3 additions and 4 deletions
7
go.mod
7
go.mod
|
|
@ -2,7 +2,6 @@ module git.juancwu.dev/juancwu/ficha
|
|||
|
||||
go 1.26.2
|
||||
|
||||
require (
|
||||
golang.org/x/crypto v0.50.0 // indirect
|
||||
golang.org/x/sys v0.43.0 // indirect
|
||||
)
|
||||
require golang.org/x/crypto v0.50.0
|
||||
|
||||
require golang.org/x/sys v0.43.0 // indirect
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue