Go-based network automation with YANG models, gRPC, Ansible, Terraform, and Kubernetes integration. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
19 lines
548 B
Modula-2
19 lines
548 B
Modula-2
module github.com/guildhouse-co/kedge
|
|
|
|
go 1.23
|
|
|
|
require (
|
|
github.com/containernetworking/cni v1.2.3
|
|
github.com/containernetworking/plugins v1.6.2
|
|
github.com/prometheus/client_golang v1.20.5
|
|
github.com/spiffe/go-spiffe/v2 v2.4.0
|
|
github.com/vishvananda/netlink v1.3.0
|
|
github.com/vishvananda/netns v0.0.5
|
|
go.uber.org/zap v1.27.0
|
|
golang.zx2c4.com/wireguard/wgctrl v0.0.0-20230429144221-925a1e7659e6
|
|
google.golang.org/grpc v1.69.4
|
|
google.golang.org/protobuf v1.36.3
|
|
k8s.io/api v0.32.1
|
|
k8s.io/apimachinery v0.32.1
|
|
k8s.io/client-go v0.32.1
|
|
)
|