Skip to content

Commit 2dd6727

Browse files
committed
Support npipe transport in confignet
1 parent 16844a7 commit 2dd6727

File tree

34 files changed

+206
-5
lines changed

34 files changed

+206
-5
lines changed

cmd/mdatagen/go.mod

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ require (
4848
)
4949

5050
require (
51+
github.com/Microsoft/go-winio v0.6.2 // indirect
5152
github.com/cespare/xxhash/v2 v2.3.0 // indirect
5253
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
5354
github.com/felixge/httpsnoop v1.0.4 // indirect

cmd/mdatagen/go.sum

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cmd/otelcorecol/go.mod

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ require (
3434
)
3535

3636
require (
37+
github.com/Microsoft/go-winio v0.6.2 // indirect
3738
github.com/beorn7/perks v1.0.1 // indirect
3839
github.com/cenkalti/backoff/v5 v5.0.3 // indirect
3940
github.com/cespare/xxhash/v2 v2.3.0 // indirect

cmd/otelcorecol/go.sum

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/configgrpc/go.mod

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ require (
2929
)
3030

3131
require (
32+
github.com/Microsoft/go-winio v0.6.2 // indirect
3233
github.com/cespare/xxhash/v2 v2.3.0 // indirect
3334
github.com/davecgh/go-spew v1.1.1 // indirect
3435
github.com/foxboron/go-tpm-keyfiles v0.0.0-20251226215517-609e4778396f // indirect

config/configgrpc/go.sum

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/confighttp/go.mod

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ module go.opentelemetry.io/collector/config/confighttp
33
go 1.25.0
44

55
require (
6+
github.com/Microsoft/go-winio v0.6.2
67
github.com/golang/snappy v1.0.0
78
github.com/klauspost/compress v1.18.4
89
github.com/pierrec/lz4/v4 v4.1.26

config/confighttp/go.sum

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/confighttp/xconfighttp/go.mod

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ require (
1313
)
1414

1515
require (
16+
github.com/Microsoft/go-winio v0.6.2 // indirect
1617
github.com/cespare/xxhash/v2 v2.3.0 // indirect
1718
github.com/davecgh/go-spew v1.1.1 // indirect
1819
github.com/felixge/httpsnoop v1.0.4 // indirect

config/confighttp/xconfighttp/go.sum

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)