Skip to content

Commit

Permalink
Upgrade CASM. Fixes CIDR-iteration in boot.Crawl.
Browse files Browse the repository at this point in the history
  • Loading branch information
lthibault committed Nov 18, 2022
1 parent 35f74b1 commit c25a9a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
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.3
github.com/thejerf/suture/v4 v4.0.2
github.com/wetware/casm v0.0.0-20221116045712-1d612e526b65
github.com/wetware/casm v0.0.0-20221118012254-b6c6908effa9
golang.org/x/sync v0.1.0
gopkg.in/alexcesaro/statsd.v2 v2.0.0
)
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -593,6 +593,8 @@ github.com/wetware/casm v0.0.0-20221116015544-f5a968cc6fb8 h1:PUq1SmY9OYx4Ru5uvv
github.com/wetware/casm v0.0.0-20221116015544-f5a968cc6fb8/go.mod h1:nqqwLAhR09dsVOae6CNK+643kK7CLY3Igq5NcNf/1SA=
github.com/wetware/casm v0.0.0-20221116045712-1d612e526b65 h1:b0ntAgjejjpdsSniryWqrr5Wr0LXsLMGgq29lScy5zo=
github.com/wetware/casm v0.0.0-20221116045712-1d612e526b65/go.mod h1:nqqwLAhR09dsVOae6CNK+643kK7CLY3Igq5NcNf/1SA=
github.com/wetware/casm v0.0.0-20221118012254-b6c6908effa9 h1:t+LFOeMRKxPHwZJUoODmiz03gnF9tizpbcwZBjkonR0=
github.com/wetware/casm v0.0.0-20221118012254-b6c6908effa9/go.mod h1:nqqwLAhR09dsVOae6CNK+643kK7CLY3Igq5NcNf/1SA=
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 c25a9a2

Please sign in to comment.