Skip to content

Commit 2d10069

Browse files
committed
Fix depguard setting
1 parent e5ec3bf commit 2d10069

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.golangci.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ linters-settings:
7070
- "github.com/stretchr/testify/require"
7171
- "github.com/docker/go-connections/nat"
7272
- "github.com/hashicorp/raft"
73+
- "go.opentelemetry.io/otel"
7374
test:
7475
files:
7576
- $test
@@ -93,6 +94,9 @@ linters-settings:
9394
- "github.com/docker/go-connections/nat"
9495
- "github.com/codingsince1985/checksum"
9596
- "github.com/hashicorp/raft"
97+
- "google.golang.org/grpc"
98+
- "google.golang.org/protobuf/types/known/emptypb"
99+
- "gopkg.in/yaml.v3"
96100
tagalign:
97101
align: false
98102
sort: false

0 commit comments

Comments
 (0)