mirror of
https://github.com/ossrs/srs.git
synced 2025-02-15 04:42:04 +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
|