You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

11 lines
233 B

module iptables-api
go 1.20
require (
github.com/coreos/go-iptables v0.6.0
github.com/gorilla/mux v1.8.0
github.com/palner/pgrtools/pgparse v0.0.0-20230406203454-d294939a547a
)
require github.com/google/uuid v1.3.0 // indirect