This repository has been archived on 2024-09-28. You can view files and clone it, but cannot push or open issues or pull requests.
nftables-http-api-go/go.mod

21 lines
484 B
Modula-2
Raw Permalink Normal View History

module nftables-http-api
go 1.22.6
require (
github.com/google/nftables v0.2.0
github.com/gorilla/mux v1.8.1
golang.org/x/crypto v0.26.0
gopkg.in/yaml.v3 v3.0.1
)
require (
github.com/google/go-cmp v0.6.0 // indirect
github.com/josharian/native v1.1.0 // indirect
github.com/mdlayher/netlink v1.7.2 // indirect
github.com/mdlayher/socket v0.5.0 // indirect
golang.org/x/net v0.22.0 // indirect
golang.org/x/sync v0.6.0 // indirect
golang.org/x/sys v0.23.0 // indirect
)