mirror of
https://github.com/fumiama/terasu-cloudflared.git
synced 2026-06-08 03:55:11 +08: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
|