Skip to content

Commit

Permalink
chore(deps): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rustatian committed Dec 13, 2023
1 parent d462d0c commit 009d254
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 473 deletions.
30 changes: 15 additions & 15 deletions tests/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,24 +6,24 @@ toolchain go1.21.5

require (
github.com/roadrunner-server/api/v4 v4.9.0
github.com/roadrunner-server/boltdb/v4 v4.7.8
github.com/roadrunner-server/config/v4 v4.6.2
github.com/roadrunner-server/boltdb/v4 v4.7.9
github.com/roadrunner-server/config/v4 v4.6.3
github.com/roadrunner-server/endure/v2 v2.4.3
github.com/roadrunner-server/goridge/v3 v3.8.1
github.com/roadrunner-server/kv/v4 v4.4.9
github.com/roadrunner-server/logger/v4 v4.2.9
github.com/roadrunner-server/memcached/v4 v4.3.8
github.com/roadrunner-server/redis/v4 v4.2.10
github.com/roadrunner-server/rpc/v4 v4.2.10
github.com/roadrunner-server/kv/v4 v4.4.10
github.com/roadrunner-server/logger/v4 v4.2.10
github.com/roadrunner-server/memcached/v4 v4.3.9
github.com/roadrunner-server/redis/v4 v4.2.11
github.com/roadrunner-server/rpc/v4 v4.2.11
github.com/stretchr/testify v1.8.4
)

require (
github.com/joho/godotenv v1.5.1 // indirect
github.com/sagikazarmark/locafero v0.3.0 // indirect
github.com/sagikazarmark/locafero v0.4.0 // indirect
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
github.com/sourcegraph/conc v0.3.0 // indirect
golang.org/x/exp v0.0.0-20231110203233-9a3e6036ecaa // indirect
golang.org/x/exp v0.0.0-20231206192017-f3f8817b8deb // indirect
)

replace github.com/roadrunner-server/kv/v4 => ../
Expand All @@ -43,19 +43,19 @@ require (
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/pelletier/go-toml/v2 v2.1.0 // indirect
github.com/pelletier/go-toml/v2 v2.1.1 // indirect
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
github.com/redis/go-redis/extra/rediscmd/v9 v9.0.5 // indirect
github.com/redis/go-redis/extra/redisotel/v9 v9.0.5 // indirect
github.com/redis/go-redis/v9 v9.3.0 // indirect
github.com/roadrunner-server/errors v1.3.0 // indirect
github.com/roadrunner-server/memory/v4 v4.6.9
github.com/roadrunner-server/sdk/v4 v4.5.3 // indirect
github.com/roadrunner-server/memory/v4 v4.6.10
github.com/roadrunner-server/sdk/v4 v4.5.4 // indirect
github.com/roadrunner-server/tcplisten v1.4.0 // indirect
github.com/spf13/afero v1.10.0 // indirect
github.com/spf13/cast v1.5.1 // indirect
github.com/spf13/afero v1.11.0 // indirect
github.com/spf13/cast v1.6.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/spf13/viper v1.17.0 // indirect
github.com/spf13/viper v1.18.1 // indirect
github.com/subosito/gotenv v1.6.0 // indirect
github.com/vmihailenco/msgpack/v5 v5.4.1 // indirect
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
Expand Down
Loading

0 comments on commit 009d254

Please sign in to comment.