mirror of
https://github.com/cloudnativelabs/kube-router.git
synced 2025-11-24 06:21:15 +01:00
* go.mod: Vendor coreos/go-iptables 0.4.5 * go.mod: Vendor containernetworking/plugins v0.8.0 * Update implementation to work with libcni 0.8.0 * go.mod: Vendor containernetworking/plugins v0.9.0
10 lines
206 B
Modula-2
10 lines
206 B
Modula-2
module github.com/nxadm/tail
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/fsnotify/fsnotify v1.4.7
|
|
golang.org/x/sys v0.0.0-20190904154756-749cb33beabd // indirect
|
|
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7
|
|
)
|