File tree 6 files changed +6
-8
lines changed
6 files changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,6 @@ module gorm.io/plugin/example
2
2
3
3
go 1.21
4
4
5
- toolchain go1.22.5
6
-
7
5
replace gorm.io/plugin/opentelemetry => ./../..
8
6
9
7
require (
@@ -22,7 +20,7 @@ require (
22
20
github.com/jinzhu/inflection v1.0.0 // indirect
23
21
github.com/jinzhu/now v1.1.5 // indirect
24
22
github.com/mattn/go-sqlite3 v1.14.16 // indirect
25
- github.com/sirupsen/logrus v1.9.2 // indirect
23
+ github.com/sirupsen/logrus v1.9.3 // indirect
26
24
go.opentelemetry.io/otel/metric v1.19.0 // indirect
27
25
golang.org/x/sys v0.14.0 // indirect
28
26
)
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZb
17
17
github.com/pmezard/go-difflib v1.0.0 /go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4 =
18
18
github.com/sirupsen/logrus v1.9.2 h1:oxx1eChJGI6Uks2ZC4W1zpLlVgqB8ner4EuQwV4Ik1Y =
19
19
github.com/sirupsen/logrus v1.9.2 /go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ =
20
+ github.com/sirupsen/logrus v1.9.3 /go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ =
20
21
github.com/stretchr/objx v0.1.0 /go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME =
21
22
github.com/stretchr/testify v1.7.0 /go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg =
22
23
github.com/stretchr/testify v1.8.4 h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcUk =
Original file line number Diff line number Diff line change @@ -2,8 +2,6 @@ module github.com/uptrace/opentelemetry-go-extra/example/prometheus/metrics
2
2
3
3
go 1.21
4
4
5
- toolchain go1.22.5
6
-
7
5
require (
8
6
github.com/prometheus/client_golang v1.17.0
9
7
go.opentelemetry.io/contrib/instrumentation/runtime v0.44.0
@@ -31,7 +29,7 @@ require (
31
29
github.com/prometheus/client_model v0.5.0 // indirect
32
30
github.com/prometheus/common v0.44.0 // indirect
33
31
github.com/prometheus/procfs v0.11.1 // indirect
34
- github.com/sirupsen/logrus v1.9.2 // indirect
32
+ github.com/sirupsen/logrus v1.9.3 // indirect
35
33
go.opentelemetry.io/otel/metric v1.19.0 // indirect
36
34
golang.org/x/sys v0.14.0 // indirect
37
35
google.golang.org/protobuf v1.31.0 // indirect
Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ github.com/prometheus/procfs v0.11.1 h1:xRC8Iq1yyca5ypa9n1EZnWZkt7dwcoRPQwX/5gwa
36
36
github.com/prometheus/procfs v0.11.1 /go.mod h1:eesXgaPo1q7lBpVMoMy0ZOFTth9hBn4W/y0/p/ScXhY =
37
37
github.com/sirupsen/logrus v1.9.2 h1:oxx1eChJGI6Uks2ZC4W1zpLlVgqB8ner4EuQwV4Ik1Y =
38
38
github.com/sirupsen/logrus v1.9.2 /go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ =
39
+ github.com/sirupsen/logrus v1.9.3 /go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ =
39
40
github.com/stretchr/objx v0.1.0 /go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME =
40
41
github.com/stretchr/testify v1.7.0 /go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg =
41
42
github.com/stretchr/testify v1.8.4 h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcUk =
Original file line number Diff line number Diff line change 1
1
module gorm.io/plugin/opentelemetry/logging/logrus
2
2
3
- go 1.22.5
3
+ go 1.21
4
4
5
5
require (
6
6
github.com/sirupsen/logrus v1.9.3
Original file line number Diff line number Diff line change 1
1
module gorm.io/plugin/opentelemetry/logging/slog
2
2
3
- go 1.22.5
3
+ go 1.21
4
4
5
5
require (
6
6
go.opentelemetry.io/otel v1.31.0
You can’t perform that action at this time.
0 commit comments