Skip to content

Commit

Permalink
chore: Update redis to v9 in x/go.mod (#795)
Browse files Browse the repository at this point in the history
Squashed commit of the following:

commit 6e3656db222a3f9347ee4806ef065a1b9b01a214
Author: Mohammed Sohail <[email protected]>
Date:   Thu Dec 7 11:12:41 2023 +0300

    pkg(x): go version update -> 1.20

commit 2931df3
Author: Amaury <[email protected]>
Date:   Wed Dec 6 17:47:03 2023 +0100

    fix tests

commit 1122780
Author: Amaury <[email protected]>
Date:   Wed Dec 6 16:40:32 2023 +0100

    chore: Update redis to v9 in x/go.mod
  • Loading branch information
kamikazechaser committed Dec 7, 2023
1 parent 6a06f05 commit 8f79693
Show file tree
Hide file tree
Showing 4 changed files with 74 additions and 119 deletions.
24 changes: 20 additions & 4 deletions x/go.mod
Original file line number Diff line number Diff line change
@@ -1,10 +1,26 @@
module github.com/hibiken/asynq/x

go 1.16
go 1.20

require (
github.com/go-redis/redis/v8 v8.11.4
github.com/google/uuid v1.3.1
github.com/hibiken/asynq v0.21.0
github.com/google/uuid v1.4.0
github.com/hibiken/asynq v0.24.1
github.com/prometheus/client_golang v1.11.1
github.com/redis/go-redis/v9 v9.3.0
)

require (
github.com/beorn7/perks v1.0.1 // indirect
github.com/cespare/xxhash/v2 v2.2.0 // indirect
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
github.com/prometheus/client_model v0.2.0 // indirect
github.com/prometheus/common v0.26.0 // indirect
github.com/prometheus/procfs v0.6.0 // indirect
github.com/robfig/cron/v3 v3.0.1 // indirect
github.com/spf13/cast v1.6.0 // indirect
golang.org/x/sys v0.15.0 // indirect
golang.org/x/time v0.5.0 // indirect
google.golang.org/protobuf v1.31.0 // indirect
)
Loading

0 comments on commit 8f79693

Please sign in to comment.