Skip to content
This repository was archived by the owner on Oct 23, 2024. It is now read-only.

Commit a548963

Browse files
Remove vendored cmux (#1981)
1 parent 6577d8c commit a548963

25 files changed

+2
-2605
lines changed

.github/dependabot.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,6 @@ updates:
2626
directory: "/pkg/apm"
2727
schedule:
2828
interval: "daily"
29-
- package-ecosystem: "gomod"
30-
directory: "/thirdparty/cmux"
31-
schedule:
32-
interval: "daily"
33-
- package-ecosystem: "gomod"
34-
directory: "/thirdparty/cmux/example"
35-
schedule:
36-
interval: "daily"
3729
- package-ecosystem: "pip"
3830
directory: "/python"
3931
schedule:

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ WORKDIR /usr/src/signalfx-agent
2020

2121
COPY go.mod go.sum ./
2222
COPY pkg/apm/go.mod pkg/apm/go.sum ./pkg/apm/
23-
COPY thirdparty/ ./thirdparty/
2423
RUN go mod download
2524

2625
COPY cmd/ ./cmd/

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ replace (
77
github.com/dancannon/gorethink => gopkg.in/gorethink/gorethink.v4 v4.0.0
88
github.com/influxdata/telegraf => github.com/signalfx/telegraf v0.10.2-0.20211029142026-90d18852ba43
99
github.com/signalfx/signalfx-agent/pkg/apm => ./pkg/apm
10-
github.com/soheilhy/cmux => ./thirdparty/cmux // required to drop google.golang.org/grpc/examples/helloworld/helloworld test dep
10+
github.com/soheilhy/cmux => github.com/soheilhy/cmux v0.1.5-0.20210205191134-5ec6847320e5 // required to drop google.golang.org/grpc/examples/helloworld/helloworld test dep
1111
google.golang.org/grpc => google.golang.org/grpc v1.29.1 // required to provide google.golang.org/grpc/naming to satisfy go.etcd.io/etcd test dep
1212
)
1313

go.sum

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1904,6 +1904,7 @@ github.com/snowflakedb/gosnowflake v1.4.3 h1:I+Ro+NAjusFWjamEB9cxJ1TLUd/nNyl15Ao
19041904
github.com/snowflakedb/gosnowflake v1.4.3/go.mod h1:1kyg2XEduwti88V11PKRHImhXLK5WpGiayY6lFNYb98=
19051905
github.com/softlayer/softlayer-go v0.0.0-20180806151055-260589d94c7d h1:bVQRCxQvfjNUeRqaY/uT0tFuvuFY0ulgnczuR684Xic=
19061906
github.com/softlayer/softlayer-go v0.0.0-20180806151055-260589d94c7d/go.mod h1:Cw4GTlQccdRGSEf6KiMju767x0NEHE0YIVPJSaXjlsw=
1907+
github.com/soheilhy/cmux v0.1.5-0.20210205191134-5ec6847320e5/go.mod h1:T7TcVDs9LWfQgPlPsdngu6I6QIoyIFZDDC6sNE1GqG0=
19071908
github.com/sonatard/noctx v0.0.1/go.mod h1:9D2D/EoULe8Yy2joDHJj7bv3sZoq9AaSb8B4lqBjiZI=
19081909
github.com/soniah/gosnmp v0.0.0-20190220004421-68e8beac0db9 h1:O4jq14rgUwG9Ssn0wZiRPl8Ya6q3a1h3xJzTAsBaRgo=
19091910
github.com/soniah/gosnmp v0.0.0-20190220004421-68e8beac0db9/go.mod h1:DuEpAS0az51+DyVBQwITDsoq4++e3LTNckp2GoasF2I=

test-services/fakek8s/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ RUN apk add git
77
WORKDIR /usr/src/signalfx-agent
88
COPY ./go.mod go.sum ./
99
COPY ./pkg/apm/go.mod ./pkg/apm/go.sum ./pkg/apm/
10-
COPY ./thirdparty ./thirdparty
1110
COPY ./cmd/fakek8s/ ./cmd/fakek8s/
1211
COPY ./pkg/neotest/k8s/testhelpers/fakek8s/ ./pkg/neotest/k8s/testhelpers/fakek8s/
1312

thirdparty/cmux/.gitignore

Lines changed: 0 additions & 24 deletions
This file was deleted.

thirdparty/cmux/.travis.yml

Lines changed: 0 additions & 29 deletions
This file was deleted.

thirdparty/cmux/CONTRIBUTORS

Lines changed: 0 additions & 12 deletions
This file was deleted.

thirdparty/cmux/LICENSE

Lines changed: 0 additions & 202 deletions
This file was deleted.

0 commit comments

Comments
 (0)