Skip to content

Commit

Permalink
upgrade slinky to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chenyaoy committed Dec 13, 2024
1 parent c399f95 commit e4d8de0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion protocol/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ require (
github.com/pelletier/go-toml v1.9.5
github.com/rs/zerolog v1.33.0
github.com/shopspring/decimal v1.3.1
github.com/skip-mev/slinky v1.0.14-0.20241212193714-ab2537f1a1f2
github.com/skip-mev/slinky v1.1.0
github.com/spf13/viper v1.19.0
github.com/syndtr/goleveldb v1.0.1-0.20220721030215-126854af5e6d
google.golang.org/genproto/googleapis/api v0.0.0-20240903143218-8af14fe29dc1
Expand Down
4 changes: 2 additions & 2 deletions protocol/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1744,8 +1744,8 @@ github.com/sivchari/tenv v1.12.1 h1:+E0QzjktdnExv/wwsnnyk4oqZBUfuh89YMQT1cyuvSY=
github.com/sivchari/tenv v1.12.1/go.mod h1:1LjSOUCc25snIr5n3DtGGrENhX3LuWefcplwVGC24mw=
github.com/skip-mev/chaintestutil v0.0.0-20240514161515-056d7ba45610 h1:4JlsiRVt/YZOvrKH525T7sZXgEWUEjqSDMwE6fXNbdo=
github.com/skip-mev/chaintestutil v0.0.0-20240514161515-056d7ba45610/go.mod h1:kB8gFZX07CyJnw8q9iEZijI3qJTIe1K/Y++P5VGkrcg=
github.com/skip-mev/slinky v1.0.14-0.20241212193714-ab2537f1a1f2 h1:lg8XXwQWVtZwe5DwkbFmeMuOhCiRMd/oQmVt0TYb7oA=
github.com/skip-mev/slinky v1.0.14-0.20241212193714-ab2537f1a1f2/go.mod h1:/FnDWFvhjZGmkH8K+lkGw+1I8Ogsh6a0rghMOtjAg+U=
github.com/skip-mev/slinky v1.1.0 h1:yAO4t1dOsei5WKQlhTdQEU/7e6tQhL2+i4X+pGfgN4I=
github.com/skip-mev/slinky v1.1.0/go.mod h1:/FnDWFvhjZGmkH8K+lkGw+1I8Ogsh6a0rghMOtjAg+U=
github.com/sonatard/noctx v0.1.0 h1:JjqOc2WN16ISWAjAk8M5ej0RfExEXtkEyExl2hLW+OM=
github.com/sonatard/noctx v0.1.0/go.mod h1:0RvBxqY8D4j9cTTTWE8ylt2vqj2EPI8fHmrxHdsaZ2c=
github.com/sourcegraph/conc v0.3.0 h1:OQTbbt6P72L20UqAkXXuLOj79LfEanQ+YQFNpLA9ySo=
Expand Down

0 comments on commit e4d8de0

Please sign in to comment.