Skip to content

Commit

Permalink
Upgrade CASM. Fixes (another) panic in ErrorReporter.
Browse files Browse the repository at this point in the history
  • Loading branch information
lthibault committed Jan 12, 2023
1 parent 9f8ddf3 commit 19e6e97
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ require (
github.com/stretchr/testify v1.8.1
github.com/tetratelabs/wazero v1.0.0-pre.4
github.com/thejerf/suture/v4 v4.0.2
github.com/wetware/casm v0.0.0-20230112222131-019e0a2ac905
github.com/wetware/casm v0.0.0-20230112233415-a007dee0f629
golang.org/x/sync v0.1.0
gopkg.in/alexcesaro/statsd.v2 v2.0.0
)
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -466,8 +466,8 @@ github.com/urfave/cli/v2 v2.23.7/go.mod h1:GHupkWPMM0M/sj1a2b4wUrWBPzazNrIjouW6f
github.com/viant/assertly v0.4.8/go.mod h1:aGifi++jvCrUaklKEKT0BU95igDNaqkvz+49uaYMPRU=
github.com/viant/toolbox v0.24.0/go.mod h1:OxMCG57V0PXuIP2HNQrtJf2CjqdmbrOx5EkMILuUhzM=
github.com/warpfork/go-wish v0.0.0-20200122115046-b9ea61034e4a h1:G++j5e0OC488te356JvdhaM8YS6nMsjLAYF7JxCv07w=
github.com/wetware/casm v0.0.0-20230112222131-019e0a2ac905 h1:71468Bf0z4TwnLVzXH0d2SOlYUUoj58p/KuiAZr9jGY=
github.com/wetware/casm v0.0.0-20230112222131-019e0a2ac905/go.mod h1:QAPoA9c6Sv7akZEGAby3mmCGKpBucwAyTjHgJ4tWj7U=
github.com/wetware/casm v0.0.0-20230112233415-a007dee0f629 h1:a2na/1L5pskGp5l2mykEzAweVbqncqwiIVPcOG3Oo9M=
github.com/wetware/casm v0.0.0-20230112233415-a007dee0f629/go.mod h1:QAPoA9c6Sv7akZEGAby3mmCGKpBucwAyTjHgJ4tWj7U=
github.com/whyrusleeping/go-keyspace v0.0.0-20160322163242-5b898ac5add1 h1:EKhdznlJHPMoKr0XTrX+IlJs1LH3lyx2nfr1dOlZ79k=
github.com/whyrusleeping/go-keyspace v0.0.0-20160322163242-5b898ac5add1/go.mod h1:8UvriyWtv5Q5EOgjHaSseUEdkQfvwFv1I/In/O2M9gc=
github.com/whyrusleeping/timecache v0.0.0-20160911033111-cfcb2f1abfee h1:lYbXeSvJi5zk5GLKVuid9TVjS9a0OmLIDKTfoZBL6Ow=
Expand Down

0 comments on commit 19e6e97

Please sign in to comment.