mirror of
https://git.oceanpay.cc/danial/kami_script.git
synced 2025-12-18 20:56:47 +00:00
9 lines
132 B
Modula-2
9 lines
132 B
Modula-2
module kami_scripts
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
github.com/matoous/go-nanoid/v2 v2.0.0 // indirect
|
|
github.com/rs/xid v1.5.0 // indirect
|
|
)
|