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
|