Skip to content

Commit

Permalink
Bugfix: segment anonymize not filling AddrAnon fields
Browse files Browse the repository at this point in the history
  • Loading branch information
ynHuber committed Nov 22, 2024
1 parent 02e9b61 commit 06368cd
Show file tree
Hide file tree
Showing 4 changed files with 375 additions and 359 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ require (
github.com/google/gopacket v1.1.19
github.com/hashicorp/logutils v1.0.0
github.com/influxdata/influxdb-client-go/v2 v2.12.2
github.com/klauspost/compress v1.15.15
github.com/mattn/go-sqlite3 v1.14.16
github.com/netsampler/goflow2 v1.1.1
github.com/oschwald/maxminddb-golang v1.10.0
Expand Down Expand Up @@ -64,7 +65,6 @@ require (
github.com/json-iterator/go v1.1.12 // indirect
github.com/k-sone/critbitgo v1.4.0 // indirect
github.com/kaorimatz/go-mrt v0.0.0-20210326003454-aa11f3646f93 // indirect
github.com/klauspost/compress v1.15.15 // indirect
github.com/libp2p/go-reuseport v0.2.0 // indirect
github.com/magiconair/properties v1.8.7 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
Expand Down
Loading

0 comments on commit 06368cd

Please sign in to comment.