Files
check-https-proxy-node/go.mod
2025-01-09 17:19:44 +08:00

9 lines
105 B
Modula-2

module httppp
go 1.16
require (
github.com/fsnotify/fsnotify v1.8.0
github.com/spf13/viper v1.19.0
)