Commit Graph

12 Commits

Author SHA1 Message Date
Bryan Boreham
bba4879bf3 Move 'esc' tool out of image into vendor'd source
Smaller that way, and more consistent

(Note we run it with GC enabled; it crashes in CI otherwise)
2020-12-30 10:53:34 +00:00
Bryan Boreham
5262f0c320 Ran 'go mod tidy' 2020-05-19 09:24:12 +00:00
Bryan Boreham
697116cb0d Downgrade fluent-logger-golang library.
The later version silently drops all data if it cannot connect.
https://github.com/fluent/fluent-logger-golang/issues/80
2020-03-26 17:57:25 +00:00
Bryan Boreham
4e624492e9 Update billing-client, weaveworks/common, prometheus, protobuf 2020-03-10 19:39:29 +00:00
Bryan Boreham
f1b06a020e Update jaeger-client package and dependencies 2020-01-21 16:34:34 +00:00
Bryan Boreham
321dbeef6d Update weaveworks/common and dependencies 2020-01-21 16:26:13 +00:00
Bryan Boreham
f70f2481c7 Update tcptracer-bpf version so we don't need manual workaround 2020-01-14 14:58:08 +00:00
Bryan Boreham
aae86877c7 Add back runsvint dependency
This is a small program used to watch app and probe running inside
the container.  We need to go round a few houses to be able to build
it from vendor directory.
2020-01-14 12:29:31 +00:00
Bryan Boreham
0bb92227a2 build: update vendor directory 2020-01-13 16:56:01 +00:00
Bryan Boreham
b6c25e6cfe build: update docker dependency to fix compile error in fsouza 2020-01-13 16:56:00 +00:00
Bryan Boreham
20898ea352 build: tweak version of iovisor and its dependencies
Without this we get a build error:

	github.com/Sirupsen/logrus: github.com/Sirupsen/logrus@v1.4.2: parsing go.mod:
	module declares its path as: github.com/sirupsen/logrus
	        but was required as: github.com/Sirupsen/logrus
2020-01-13 16:55:59 +00:00
Bryan Boreham
2bfe2146e5 build: initial modules conversion
Created by running `go mod init`; all versions the same as before.
2020-01-13 16:55:55 +00:00