init go module
This commit is contained in:
parent
8c6b3620f2
commit
bc414634b8
3 changed files with 20 additions and 0 deletions
8
go.mod
Normal file
8
go.mod
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
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
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue