2024-04-11 07:05:44 +00:00
|
|
|
module github.com/minoplhy/chibisafe-netproxy
|
2024-04-09 17:07:53 +00:00
|
|
|
|
|
|
|
go 1.22.2
|
2024-04-10 17:19:11 +00:00
|
|
|
|
|
|
|
require github.com/rs/zerolog v1.32.0
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
2024-04-11 07:05:44 +00:00
|
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
|
|
golang.org/x/sys v0.19.0 // indirect
|
2024-04-10 17:19:11 +00:00
|
|
|
)
|