Skip to content

Commit

Permalink
Fix lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
MrAlias committed Apr 26, 2022
1 parent 06baabd commit dba38ee
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 6 deletions.
9 changes: 9 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -613,6 +613,15 @@ updates:
schedule:
interval: weekly
day: sunday
- package-ecosystem: gomod
directory: /samplers/probability/consistent
labels:
- dependencies
- go
- Skip Changelog
schedule:
interval: weekly
day: sunday
- package-ecosystem: gomod
directory: /tools
labels:
Expand Down
2 changes: 1 addition & 1 deletion instrumentation/host/example/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ replace (

require (
go.opentelemetry.io/contrib/instrumentation/host v0.31.0
go.opentelemetry.io/otel/exporters/stdout/stdoutmetric v0.29.0
go.opentelemetry.io/otel/exporters/stdout/stdoutmetric v0.29.1-0.20220425151224-b8e4241a32f2
go.opentelemetry.io/otel/metric v0.29.0
go.opentelemetry.io/otel/sdk/metric v0.29.1-0.20220425151224-b8e4241a32f2
)
4 changes: 2 additions & 2 deletions instrumentation/host/example/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ github.com/yusufpapurcu/wmi v1.2.2 h1:KBNDSne4vP5mbSWnJbO+51IMOXJB67QiYCSBrubbPR
github.com/yusufpapurcu/wmi v1.2.2/go.mod h1:SBZ9tNy3G9/m5Oi98Zks0QjeHVDvuK0qfxQmPyzfmi0=
go.opentelemetry.io/otel v1.6.3 h1:FLOfo8f9JzFVFVyU+MSRJc2HdEAXQgm7pIv2uFKRSZE=
go.opentelemetry.io/otel v1.6.3/go.mod h1:7BgNga5fNlF/iZjG06hM3yofffp0ofKCDwSXx1GC4dI=
go.opentelemetry.io/otel/exporters/stdout/stdoutmetric v0.29.0 h1:mUrA42RV1UmBg2xsPhTNupzsP7IjVpjv22gSS265LzM=
go.opentelemetry.io/otel/exporters/stdout/stdoutmetric v0.29.0/go.mod h1:BqT1BiSe514wsEw0dTUsnbRBJ7llxk3Y01vS/azqsrw=
go.opentelemetry.io/otel/exporters/stdout/stdoutmetric v0.29.1-0.20220425151224-b8e4241a32f2 h1:gplMOZpn/MvBQDDu/5Mr9kIS6IZGpAY/C12qIXUaOJ8=
go.opentelemetry.io/otel/exporters/stdout/stdoutmetric v0.29.1-0.20220425151224-b8e4241a32f2/go.mod h1:BqT1BiSe514wsEw0dTUsnbRBJ7llxk3Y01vS/azqsrw=
go.opentelemetry.io/otel/metric v0.29.0 h1:7unM/I13Dbc1VHw8lTPQ7zfNIgkhcb8BZhujXOS4jKc=
go.opentelemetry.io/otel/metric v0.29.0/go.mod h1:HahKFp1OC1RNTsuO/HNMBHHJR+dmHZ7wLARRgGDwjLQ=
go.opentelemetry.io/otel/sdk v1.6.3 h1:prSHYdwCQOX5DrsEzxowH3nLhoAzEBdZhvrR79scfLs=
Expand Down
1 change: 1 addition & 0 deletions instrumentation/host/host_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ import (
"github.com/shirou/gopsutil/v3/process"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"

"go.opentelemetry.io/contrib/instrumentation/host"
"go.opentelemetry.io/otel/attribute"
"go.opentelemetry.io/otel/sdk/metric/export/aggregation"
Expand Down
2 changes: 1 addition & 1 deletion instrumentation/runtime/example/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ replace (

require (
go.opentelemetry.io/contrib/instrumentation/runtime v0.31.0
go.opentelemetry.io/otel/exporters/stdout/stdoutmetric v0.29.0
go.opentelemetry.io/otel/exporters/stdout/stdoutmetric v0.29.1-0.20220425151224-b8e4241a32f2
go.opentelemetry.io/otel/metric v0.29.0
go.opentelemetry.io/otel/sdk/metric v0.29.1-0.20220425151224-b8e4241a32f2
golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8 // indirect
Expand Down
4 changes: 2 additions & 2 deletions instrumentation/runtime/example/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ github.com/stretchr/testify v1.7.1 h1:5TQK59W5E3v0r2duFAb7P95B6hEeOyEnHRa8MjYSMT
github.com/stretchr/testify v1.7.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
go.opentelemetry.io/otel v1.6.3 h1:FLOfo8f9JzFVFVyU+MSRJc2HdEAXQgm7pIv2uFKRSZE=
go.opentelemetry.io/otel v1.6.3/go.mod h1:7BgNga5fNlF/iZjG06hM3yofffp0ofKCDwSXx1GC4dI=
go.opentelemetry.io/otel/exporters/stdout/stdoutmetric v0.29.0 h1:mUrA42RV1UmBg2xsPhTNupzsP7IjVpjv22gSS265LzM=
go.opentelemetry.io/otel/exporters/stdout/stdoutmetric v0.29.0/go.mod h1:BqT1BiSe514wsEw0dTUsnbRBJ7llxk3Y01vS/azqsrw=
go.opentelemetry.io/otel/exporters/stdout/stdoutmetric v0.29.1-0.20220425151224-b8e4241a32f2 h1:gplMOZpn/MvBQDDu/5Mr9kIS6IZGpAY/C12qIXUaOJ8=
go.opentelemetry.io/otel/exporters/stdout/stdoutmetric v0.29.1-0.20220425151224-b8e4241a32f2/go.mod h1:BqT1BiSe514wsEw0dTUsnbRBJ7llxk3Y01vS/azqsrw=
go.opentelemetry.io/otel/metric v0.29.0 h1:7unM/I13Dbc1VHw8lTPQ7zfNIgkhcb8BZhujXOS4jKc=
go.opentelemetry.io/otel/metric v0.29.0/go.mod h1:HahKFp1OC1RNTsuO/HNMBHHJR+dmHZ7wLARRgGDwjLQ=
go.opentelemetry.io/otel/sdk v1.6.3 h1:prSHYdwCQOX5DrsEzxowH3nLhoAzEBdZhvrR79scfLs=
Expand Down

0 comments on commit dba38ee

Please sign in to comment.