honeycombio / beeline-go

Legacy instrumentation for golang apps with Honeycomb
https://honeycomb.io
Apache License 2.0
74 stars 48 forks source link

Update several dependencies #314

Closed kentquirk closed 2 years ago

kentquirk commented 2 years ago

Several dependencies had security updates; this bumps them all.

Which problem is this PR solving?

Short description of the changes

kentquirk commented 2 years ago

It turns out that the pop upgrade to v6 depends on io/fs, which was introduced in go 1.16, so we can't support 1.15 either. I think that's OK -- it's more than a year old at this point.