Edgio / vflow

Enterprise Network Flow Collector (IPFIX, sFlow, Netflow)
http://www.verizonmedia.com
Apache License 2.0
1.09k stars 223 forks source link

trying go mod tidy. #162

Closed tinselcity closed 2 years ago

tinselcity commented 2 years ago

What

Ran tidy with:

go get -u
go mod tidy

These are the module updates that were pulled in. I think this will remediate some of the dependabot alerts.

mehrdadrad commented 2 years ago

Thanks @tinselcity!