18 lines
392 B
Modula-2
18 lines
392 B
Modula-2
module gitea.bel.blue/local/rproxy3
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
gitea.bel.blue/local/args v0.0.0-20251121001304-83c57f856714
|
|
gitea.bel.blue/local/logb v0.0.0-20251121001353-d45d53fbaae9
|
|
github.com/google/uuid v1.3.0
|
|
golang.org/x/time v0.1.0
|
|
)
|
|
|
|
require gopkg.in/yaml.v2 v2.4.0
|
|
|
|
require (
|
|
github.com/kr/pretty v0.1.0 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
|
|
)
|