Skip to content

Commit f70f248

Browse files
committed
Update tcptracer-bpf version so we don't need manual workaround
1 parent 15bb96b commit f70f248

File tree

6 files changed

+6
-4
lines changed

6 files changed

+6
-4
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ require (
153153
github.com/weaveworks/go-odp v0.0.0-20151030115644-f8c8c40c1889 // indirect
154154
github.com/weaveworks/promrus v1.2.0 // indirect
155155
github.com/weaveworks/ps v0.0.0-20160725183535-70d17b2d6f76
156-
github.com/weaveworks/tcptracer-bpf v0.0.0-20190731111909-cd53e7c84bac
156+
github.com/weaveworks/tcptracer-bpf v0.0.0-20200114145059-84a08fc667c0
157157
github.com/weaveworks/weave v2.3.1-0.20180427133448-4da998ab4507+incompatible
158158
github.com/willdonnelly/passwd v0.0.0-20141013001024-7935dab3074c
159159
go.uber.org/atomic v1.3.2 // indirect

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -318,6 +318,8 @@ github.com/weaveworks/ps v0.0.0-20160725183535-70d17b2d6f76 h1:lX3A5prmpe4MT9iaT
318318
github.com/weaveworks/ps v0.0.0-20160725183535-70d17b2d6f76/go.mod h1:6YfgZlj+cWgxFlwYrm3aPt1rS1xDTD1SEqL0Ms3Zxks=
319319
github.com/weaveworks/tcptracer-bpf v0.0.0-20190731111909-cd53e7c84bac h1:bE6+keem2eUQT2HcRwocyA9HtQs9o2ZU6mwEvA5AVeo=
320320
github.com/weaveworks/tcptracer-bpf v0.0.0-20190731111909-cd53e7c84bac/go.mod h1:vIed/thLU28ufcvDlpI1X5u+pPoI30rpjIbvvDWKjMk=
321+
github.com/weaveworks/tcptracer-bpf v0.0.0-20200114145059-84a08fc667c0 h1:qWN6ahq9adX+BOGk6+8vKmZsZuzRgtyEWcHC+7Z5axo=
322+
github.com/weaveworks/tcptracer-bpf v0.0.0-20200114145059-84a08fc667c0/go.mod h1:vIed/thLU28ufcvDlpI1X5u+pPoI30rpjIbvvDWKjMk=
321323
github.com/weaveworks/weave v2.3.1-0.20180427133448-4da998ab4507+incompatible h1:TEQBiNDB429+6mICzJfnNXxdFl3SE6tmJf7Y3a0Yhso=
322324
github.com/weaveworks/weave v2.3.1-0.20180427133448-4da998ab4507+incompatible/go.mod h1:5ht5Uktjg++tIOqmWI2VvRzbNM7i+RhtqDQPumydP1U=
323325
github.com/willdonnelly/passwd v0.0.0-20141013001024-7935dab3074c h1:4+NVyrLUuEmvE3r3Xst7gPuKhAP6X04ACpMmPvtK0M0=

vendor/github.com/weaveworks/tcptracer-bpf/pkg/tracer/event.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/weaveworks/tcptracer-bpf/pkg/tracer/offsetguess.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ github.com/weaveworks/go-checkpoint
330330
github.com/weaveworks/promrus
331331
# github.com/weaveworks/ps v0.0.0-20160725183535-70d17b2d6f76
332332
github.com/weaveworks/ps
333-
# github.com/weaveworks/tcptracer-bpf v0.0.0-20190731111909-cd53e7c84bac
333+
# github.com/weaveworks/tcptracer-bpf v0.0.0-20200114145059-84a08fc667c0
334334
github.com/weaveworks/tcptracer-bpf/pkg/tracer
335335
# github.com/weaveworks/weave v2.3.1-0.20180427133448-4da998ab4507+incompatible
336336
github.com/weaveworks/weave/common

0 commit comments

Comments
 (0)