Skip to content

Commit

Permalink
chore: deps error (#666)
Browse files Browse the repository at this point in the history
  • Loading branch information
brucexc authored Dec 4, 2024
1 parent 0ec972b commit 6dd8382
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
6 changes: 4 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ go 1.22

toolchain go1.22.1

replace github.com/chenzhuoyu/iasm => github.com/cloudwego/iasm v0.2.0

require (
github.com/JohannesKaufmann/html-to-markdown v1.6.0
github.com/Khan/genqlient v0.7.0
Expand Down Expand Up @@ -66,8 +68,8 @@ require (
github.com/mitchellh/mapstructure v1.5.0
github.com/oapi-codegen/oapi-codegen/v2 v2.4.1
github.com/oapi-codegen/runtime v1.1.1
github.com/redis/rueidis v1.0.50
github.com/redis/rueidis/rueidiscompat v1.0.50
github.com/redis/rueidis v1.0.51
github.com/redis/rueidis/rueidiscompat v1.0.51
github.com/rss3-network/protocol-go v0.5.14
github.com/spf13/afero v1.11.0
github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7
Expand Down
12 changes: 6 additions & 6 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -421,12 +421,12 @@ github.com/prometheus/procfs v0.15.1 h1:YagwOFzUgYfKKHX6Dr+sHT7km/hxC76UB0leargg
github.com/prometheus/procfs v0.15.1/go.mod h1:fB45yRUv8NstnjriLhBQLuOUt+WW4BsoGhij/e3PBqk=
github.com/redis/go-redis/v9 v9.5.1 h1:H1X4D3yHPaYrkL5X06Wh6xNVM/pX0Ft4RV0vMGvLBh8=
github.com/redis/go-redis/v9 v9.5.1/go.mod h1:hdY0cQFCN4fnSYT6TkisLufl/4W5UIXyv0b/CLO2V2M=
github.com/redis/rueidis v1.0.50 h1:UdsB/2EadJMGFIUuzxqFuWM2BSjXt8jYtml6eXkhJLE=
github.com/redis/rueidis v1.0.50/go.mod h1:by+34b0cFXndxtYmPAHpoTHO5NkosDlBvhexoTURIxM=
github.com/redis/rueidis/mock v1.0.49 h1:MfVL45QLAOH+YnxuqxMIOYsfn+/GLyF4XpWwtBh7IOE=
github.com/redis/rueidis/mock v1.0.49/go.mod h1:qVb3NaVgfqh1tMJw3+jmuqCUaMU0wu6NPS72TnuFWTE=
github.com/redis/rueidis/rueidiscompat v1.0.50 h1:TGC9qokruP3rglg3NA8vXNdAPjgyQD0CIjL2k4rDLXo=
github.com/redis/rueidis/rueidiscompat v1.0.50/go.mod h1:Wepg5l4B2fjGxEiPEg9uzLea+G6D9EGjDSB4/x7VXbw=
github.com/redis/rueidis v1.0.51 h1:NZ1KIncPIQtjrp+GDLynrLKBiPU106EN5cJHOFSqvDM=
github.com/redis/rueidis v1.0.51/go.mod h1:by+34b0cFXndxtYmPAHpoTHO5NkosDlBvhexoTURIxM=
github.com/redis/rueidis/mock v1.0.51 h1:XK9Ud2sgBiex8g3lT1y0PI/NQdzn2uTLRwsJ9ezk2iY=
github.com/redis/rueidis/mock v1.0.51/go.mod h1:6zsMgZ+q1EWPgGOstCtUgll1tcz7Pj6gAvl3/R9mKkU=
github.com/redis/rueidis/rueidiscompat v1.0.51 h1:QGYtutavVacfgyl8/LvcrhKAj+sRRuvE+p634lKdV4I=
github.com/redis/rueidis/rueidiscompat v1.0.51/go.mod h1:MAq/1yVbfrkyCFVSUAZeCK/hjlHZ1aN3oZCAy71AlE8=
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec h1:W09IVJc94icq4NjY3clb7Lk8O1qJ8BdBEF8z0ibU0rE=
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec/go.mod h1:qqbHyh8v60DhA7CoWK5oRCqLrMHRGoxYCSS9EjAz6Eo=
github.com/rivo/uniseg v0.2.0 h1:S1pD9weZBuJdFmowNwbpi7BJ8TNftyUImj/0WQi72jY=
Expand Down

0 comments on commit 6dd8382

Please sign in to comment.