Commit graph

297 commits

Author SHA1 Message Date
Renovate Bot
3f22e19e56 Update golang.org/x/net commit hash to 5b0dc2d 2022-01-05 15:04:26 +00:00
e0dd87e908 Update module github.com/miekg/dns to v1.1.45 2021-12-27 10:45:28 +00:00
27f850daf6 Update module github.com/miekg/dns to v1.1.44 2021-12-22 10:46:20 +00:00
897a8b7513 Update module github.com/spf13/cobra to v1.3.0 2021-12-20 18:59:44 +00:00
1f26eae744 Update module github.com/spf13/viper to v1.10.1 2021-12-20 15:30:36 +00:00
afefe07f8f Update golang.org/x/net commit hash to fe4d628 2021-12-20 14:17:06 +00:00
b2fb057452 Update golang.org/x/net commit hash to 012df41 2021-12-06 21:09:47 +00:00
2b4f81f5db Update module github.com/jinzhu/copier to v0.3.4 2021-12-03 09:46:54 +00:00
52e4a67f44 Update golang.org/x/net commit hash to 0a0e4e1 2021-12-03 08:25:23 +00:00
8586b497d2 Update module github.com/mitchellh/mapstructure to v1.4.3 2021-12-03 07:54:22 +00:00
f450b8b424
Pin dependencies to latest versions 2021-11-30 14:16:23 +01:00
5d91deecff Rework pipeline caching
- fix caching
- cache test and lint results
2021-11-30 12:38:26 +00:00
7acd1f1933
Update pre-commit hooks 2021-11-24 21:44:32 +01:00
5a50f79e7b
Minor fixes 2021-11-24 21:38:31 +01:00
d8d05314d3 Update golang.org/x/net commit hash to d83791d 2021-11-24 11:57:58 +00:00
cbac314bf6
Pool PCAP Packets to reduce memory allocation 2021-11-24 11:34:31 +01:00
6efa628d84
Switch to ZeroCopyPacketSource to improve memory footprint 2021-11-22 22:16:43 +01:00
Renovate Bot
7c9a3293c3 Update module github.com/testcontainers/testcontainers-go to v0.12.0 2021-11-19 13:34:19 +00:00
Renovate Bot
25cd1009e3 Update golang.org/x/net commit hash to 6a13c67 2021-11-19 13:04:39 +00:00
2d182ef0aa
Improve memory consumption
- try to improve PCAP parsing in gopacket
- pool buffered readers for multiplex parsing to improve memory management for new connections
2021-11-19 14:01:42 +01:00
cd3b32db46
Cleanup dependencies 2021-11-18 14:11:23 +01:00
89e28bd10c
Update go-enum and re-order formatting 2021-11-18 07:46:09 +01:00
432b243593
Expire more artifacts earlier 2021-11-17 16:42:37 +01:00
02eaa3fde5
Implement profiling service
- Generate gRPC/Protobuf code with buf
- Unify import aliases
- Add pprof subcommand to collect profiles via socket
2021-11-17 16:42:37 +01:00
13d1f4b007
Introduce profiling API
- migrate to buf v1 format
- remove obsolete options as they can be added from buf.gen.yaml
2021-11-17 16:42:31 +01:00
Renovate Bot
21392c3752 Update golang.org/x/net commit hash to 47ca1ff 2021-11-17 15:11:14 +00:00
Renovate Bot
246b0b1f28 Update github.com/elazarl/goproxy commit hash to d06c3be 2021-11-17 09:25:30 +00:00
Renovate Bot
a305b7e681 Update module google.golang.org/grpc to v1.42.0 2021-11-02 19:04:39 +00:00
01ecd7a442
Ensure http.Transport defaults are set correctly and resolve IPv6 issue with imctl check run 2021-10-22 11:12:46 +02:00
Renovate Bot
31e0165100 Update golang.org/x/net commit hash to d418f37 2021-10-22 07:05:16 +00:00
896b7ded65 Introduce DNS-over-HTTPS and HTTP2 support
- add more advanced multiplexing to match on HTTP request properties
- introduce custom DNS client to cover traditional UDP/TCP and HTTPS transport with the same client
- add HTTP2 check module and server functionality where applicable
2021-10-22 06:58:22 +00:00
45c4c70971
Update generated files to fix dirty state 2021-10-18 12:38:05 +02:00
135d849e1a
Ensure that no invalid slice index will be used when moving elements in the priority queue 2021-10-18 10:59:40 +02:00
Renovate Bot
7db1442493 Update docker/build-push-action action to v2 2021-10-13 13:08:37 +00:00
Renovate Bot
e64cd5dd94 Update module google.golang.org/grpc to v1.41.0 2021-10-13 12:05:40 +00:00
Renovate Bot
3bb5339692 Update module github.com/spf13/viper to v1.9.0 2021-10-13 11:16:56 +00:00
Renovate Bot
5184a41452 Update module github.com/maxatome/go-testdeep to v1.10.1 2021-10-13 10:58:07 +00:00
Renovate Bot
bdf8068c2c Update module go.uber.org/zap to v1.19.1 2021-10-13 10:30:06 +00:00
Renovate Bot
d85d4899b7 Update module github.com/mitchellh/mapstructure to v1.4.2 2021-10-13 08:31:26 +00:00
Renovate Bot
ed58dc653d Add renovate.json 2021-10-13 08:11:43 +00:00
7277b34d3c
Shuffle test execution to avoid test dependencies 2021-09-22 10:01:35 +02:00
c86ab8d4d1
Deploy docs on main branch 2021-09-01 15:01:00 +02:00
63d1de30dc
Fix typos in README 2021-09-01 13:27:59 +02:00
8b04aa0668
Again print coverage information 2021-09-01 13:18:13 +02:00
0758b83bfa
Update README to cover some quick start scenarios 2021-09-01 13:01:39 +02:00
f41232e2f9
Add -trimpath for consistent paths 2021-08-31 15:51:59 +02:00
f50622de3d
Move to distroless base image 2021-08-31 12:36:39 +02:00
8917aa4c30
Move container scanning to release stage 2021-08-29 17:37:27 +02:00
1c7af79bc7
Add missing command for inetmock service 2021-08-29 13:51:52 +02:00
d8929de540
Resolve target IP if not directly an IP address 2021-08-29 13:17:04 +02:00