cmd/stcrashreceiver: Update to more modern panicparse (#8566)

This commit is contained in:
Jakob Borg
2022-10-01 21:03:14 +01:00
committed by GitHub
parent ad986f372d
commit 1e652de5af
3 changed files with 18 additions and 15 deletions
+2 -2
View File
@@ -31,7 +31,7 @@ require (
github.com/klauspost/cpuid/v2 v2.1.1 // indirect
github.com/lib/pq v1.10.7
github.com/lucas-clemente/quic-go v0.29.0
github.com/maruel/panicparse v1.6.2
github.com/maruel/panicparse/v2 v2.3.1
github.com/maxbrunsfeld/counterfeiter/v6 v6.5.0
github.com/minio/sha256-simd v1.0.0
github.com/miscreant/miscreant.go v0.0.0-20200214223636-26d376326b75
@@ -52,7 +52,7 @@ require (
golang.org/x/crypto v0.0.0-20220829220503-c86fa9a7ed90
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 // indirect
golang.org/x/net v0.0.0-20220909164309-bea034e7d591
golang.org/x/sys v0.0.0-20220913175220-63ea55921009
golang.org/x/sys v0.0.0-20220928140112-f11e5e49a4ec
golang.org/x/text v0.3.7
golang.org/x/time v0.0.0-20220722155302-e5dcc9cfc0b9
golang.org/x/tools v0.1.12