Skip to content
This repository has been archived by the owner on Aug 14, 2024. It is now read-only.

feat: support go-redis/v9 #11

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@
# vendor/
# IDE
.vscode
.idea
cover.out
cover.html
cover.html
13 changes: 6 additions & 7 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,15 @@ module github.com/kitex-contrib/tracer-opentracing
go 1.16

require (
github.com/agiledragon/gomonkey/v2 v2.4.0
github.com/bytedance/gopkg v0.0.0-20210716082555-acbf5a2aa7e2
github.com/cloudwego/kitex v0.0.4
github.com/go-redis/redis/v8 v8.11.4
github.com/agiledragon/gomonkey/v2 v2.12.0
github.com/bytedance/gopkg v0.0.0-20240514070511-01b2cbcf35e1
github.com/cloudwego/kitex v0.10.3
github.com/kr/text v0.2.0 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.1 // indirect
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/opentracing/opentracing-go v1.2.0
github.com/smartystreets/goconvey v1.7.2
github.com/stretchr/testify v1.7.0
github.com/redis/go-redis/v9 v9.6.1
github.com/smartystreets/goconvey v1.8.1
github.com/stretchr/testify v1.9.0
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
)
Loading
Loading