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
Georg Pfuetzenreuter b8ca3cec9f
Basics
Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
2024-08-30 05:13:05 +02:00

10 lines
134 B
Modula-2

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
)