katie/http-syslog-transformer
parses and forwards Nginx syslog data to VictoriaLogs
4b60201
main
1name = "http_syslog_transformer" 2version = "1.0.0" 3 4[ dependencies ] 5gleam_stdlib = ">= 1.0.0 and < 2.0.0" 6neon = ">= 3.0.0 and < 4.0.0" 7gleam_regexp = ">= 1.1.1 and < 2.0.0" 8gleam_httpc = ">= 5.0.0 and < 6.0.0" 9gleam_http = ">= 4.4.0 and < 5.0.0" 10gleam_time = ">= 1.10.0 and < 2.0.0" 11gleam_json = ">= 3.1.0 and < 4.0.0" 12envoker = ">= 1.1.0 and < 2.0.0" 13 14[ dev_dependencies ] 15gleeunit = ">= 1.0.0 and < 2.0.0" 16gleamy_bench = ">= 0.6.0 and < 1.0.0"