This commit is contained in:
bel
2022-10-25 22:40:00 -06:00
parent 00591f5dde
commit 32891c518c
5 changed files with 24 additions and 322 deletions

16
go.mod Normal file
View File

@@ -0,0 +1,16 @@
module local/rproxy3
go 1.18
require (
github.com/google/uuid v1.3.0
golang.org/x/time v0.1.0
local/args v0.0.0-00010101000000-000000000000
local/logb v0.0.0-00010101000000-000000000000
)
require gopkg.in/yaml.v2 v2.4.0 // indirect
replace local/args => ../args
replace local/logb => ../logb