You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
296 B
10 lines
296 B
module forge.chapril.org/losyme/crypto |
|
|
|
go 1.17 |
|
|
|
require forge.chapril.org/losyme/errors v0.0.0-20220410175325-24ea6bde8500 |
|
|
|
require ( |
|
forge.chapril.org/losyme/buffer v0.0.0-20220410175226-b131a708418a // indirect |
|
forge.chapril.org/losyme/kvfmt v0.0.0-20220410175310-5d426150816d // indirect |
|
)
|
|
|