Skip to content

Commit

Permalink
fix latest depth test
Browse files Browse the repository at this point in the history
  • Loading branch information
123liuziming committed Dec 26, 2024
1 parent de8e2b8 commit f516a99
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,10 @@ require (
gorm.io/gorm v1.25.12
)

require github.com/bytedance/gopkg v0.1.0
require (
github.com/bytedance/gopkg v0.1.0
github.com/stretchr/testify v1.9.0
)

require (
dario.cat/mergo v1.0.0 // indirect
Expand Down Expand Up @@ -145,7 +148,6 @@ require (
github.com/rivo/uniseg v0.2.0 // indirect
github.com/shirou/gopsutil/v3 v3.23.12 // indirect
github.com/shoenig/go-m1cpu v0.1.6 // indirect
github.com/stretchr/testify v1.9.0 // indirect
github.com/tidwall/gjson v1.14.4 // indirect
github.com/tidwall/match v1.1.1 // indirect
github.com/tidwall/pretty v1.2.0 // indirect
Expand Down
4 changes: 2 additions & 2 deletions pkg/data/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -707,12 +707,12 @@
"Path": "github.com/alibaba/opentelemetry-go-auto-instrumentation/pkg/rules/nacos/dom"
},
{
"Version": "[2.1.1,2.2.8)",
"Version": "[2.1.1,)",
"ImportPath": "github.com/nacos-group/nacos-sdk-go/v2/clients/naming_client/naming_http",
"Function": "NewBeatReactor",
"OnEnter": "beforeNewBeatReactor",
"OnExit": "afterNewBeatReactor",
"Path": "github.com/alibaba/opentelemetry-go-auto-instrumentation/pkg/rules/nacos_2_1_0/dom"
"Path": "github.com/alibaba/opentelemetry-go-auto-instrumentation/pkg/rules/nacos2_1_1/dom"
},
{
"Version": "[2.0.0,2.2.8)",
Expand Down

0 comments on commit f516a99

Please sign in to comment.