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

10 lines
134 B
Modula-2
Raw Normal View History

module nftables-http-api
go 1.22.6
require (
github.com/gorilla/mux v1.8.1
golang.org/x/crypto v0.26.0
gopkg.in/yaml.v3 v3.0.1
)