blob: 8250a72d20f89040bcb29d29065ef8301e24327c (
plain)
1
2
3
4
5
6
7
8
9
|
module filter_wasm_go
go 1.18
require (
github.com/valyala/fastjson v1.6.3 // indirect
github.com/vmihailenco/msgpack/v5 v5.3.5 // indirect
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
)
|