[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

golang-raven-go



Hi team,

for a new package I need to update golang-raven-go to the newest version 0.2.0.
Among others this version now depends on "github.com/certifi/gocertifi".
Some time ago[1] Praveen suggested not to package this but use the system CA bundle instead. From my point of view this sounds reasonable.

So, would it be enough to just replace
  rootCAs, err := gocertifi.CACerts()
by
  rootCAs, err := x509.SystemCertPool()
?

(I would prefer to stick with raven-go and not maintain a patch to replace it by sentry-go.)

Thorsten

[1] https://lists.debian.org/debian-go/2018/12/msg00065.html


Reply to: