Revision f9302d917452e5ada93ccc8ced0f0268ae4264ec authored by Joe Stringer on 21 January 2021, 01:10:58 UTC, committed by Joe Stringer on 21 January 2021, 01:10:58 UTC
Workflow:

    ./contrib/go-mod/wrapper.sh

This launches a docker container with your current Cilium working
directory mounted into the correct gopath inside the container.

Inside the container:

    go mod download

Then, use make / unit-tests / go-mod scripts to update dependencies etc.

Signed-off-by: Joe Stringer <joe@cilium.io>
1 parent c4933f1
History
File Mode Size
include
lib
probes
sockops
.gitignore -rw-r--r-- 27 bytes
COPYING -rw-r--r-- 17.6 KB
Makefile -rw-r--r-- 5.8 KB
Makefile.bpf -rw-r--r-- 1.6 KB
bpf_alignchecker.c -rw-r--r-- 2.5 KB
bpf_features.h -rw-r--r-- 108 bytes
bpf_hostdev_ingress.c -rw-r--r-- 1.2 KB
bpf_ipsec.c -rw-r--r-- 1.5 KB
bpf_lxc.c -rw-r--r-- 38.4 KB
bpf_netdev.c -rw-r--r-- 19.7 KB
bpf_network.c -rw-r--r-- 3.6 KB
bpf_overlay.c -rw-r--r-- 9.2 KB
bpf_sock.c -rw-r--r-- 22.3 KB
bpf_xdp.c -rw-r--r-- 4.7 KB
cilium-map-migrate.c -rw-r--r-- 13.4 KB
filter_config.h -rw-r--r-- 1.2 KB
init.sh -rwxr-xr-x 19.6 KB
lxc_config.h -rw-r--r-- 1.8 KB
netdev_config.h -rw-r--r-- 1.1 KB
node_config.h -rw-r--r-- 5.5 KB
run_probes.sh -rwxr-xr-x 2.5 KB

back to top