osquery / osquery-go

Go bindings for osquery
MIT License
386 stars 78 forks source link

Upgrade thrift library #94

Closed directionless closed 2 years ago

directionless commented 2 years ago

I'm tracking down a socket issue, and noticed the thrift library is quite old. This PR upgrades the thrift library, runs mod tidy, and regenerates the code.

It seems to pass tests, though I haven't extensively tested it yet.