radiance/go.mod

19 lines
519 B
Modula-2
Raw Normal View History

2021-12-16 07:01:47 -08:00
module github.com/certusone/tpuproxy
2022-01-25 05:13:42 -08:00
go 1.16
2021-12-16 07:01:47 -08:00
require (
2022-01-25 05:13:42 -08:00
github.com/LiamHaworth/go-tproxy v0.0.0-20190726054950-ef7efd7f24ed
2021-12-16 07:01:47 -08:00
github.com/gagliardetto/binary v0.5.0
github.com/gagliardetto/solana-go v1.0.2
github.com/google/gopacket v1.1.19
2022-01-25 05:13:42 -08:00
github.com/google/nftables v0.0.0-20211209220838-6f19c4381e13
2021-12-16 07:01:47 -08:00
k8s.io/klog/v2 v2.30.0
)
require (
2022-01-25 05:13:42 -08:00
github.com/prometheus/client_golang v0.9.3
github.com/vishvananda/netns v0.0.0-20190625233234-7109fa855b0f // indirect
golang.org/x/sys v0.0.0-20211205182925-97ca703d548d
2021-12-16 07:01:47 -08:00
)