mirror of
https://github.com/cloudflare/cloudflared.git
synced 2025-05-21 14:16:34 +00:00
10 lines
229 B
Bash
10 lines
229 B
Bash
#!/bin/bash
|
|
|
|
set -ev
|
|
|
|
go get github.com/google/gopacket
|
|
go get github.com/google/gopacket/layers
|
|
go get github.com/google/gopacket/tcpassembly
|
|
go get github.com/google/gopacket/reassembly
|
|
go get github.com/google/gopacket/pcapgo
|