11 lines
234 B
Modula-2
11 lines
234 B
Modula-2
module gitea.bel.blue/local/storage/cli
|
|
|
|
go 1.16
|
|
|
|
replace gitea.bel.blue/local/storage => ../
|
|
|
|
require (
|
|
gitea.bel.blue/local/args v0.0.0-20230410154220-44370f257b34
|
|
gitea.bel.blue/local/storage v0.0.0-20230410162102-db39d7b02e29
|
|
)
|