Add antireplay cache

This commit is contained in:
9seconds
2021-03-15 10:43:32 +03:00
parent ab585fd699
commit ab1b3b4863
7 changed files with 97 additions and 0 deletions
+2
View File
@@ -3,6 +3,7 @@ module github.com/9seconds/mtg/v2
go 1.16
require (
github.com/OneOfOne/xxhash v1.2.8 // indirect
github.com/alecthomas/kong v0.2.16
github.com/alecthomas/units v0.0.0-20210208195552-ff826a37aa15
github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5
@@ -15,6 +16,7 @@ require (
github.com/rs/zerolog v1.20.0 // indirect
github.com/stretchr/objx v0.3.0 // indirect
github.com/stretchr/testify v1.7.0
github.com/tylertreat/BoomFilters v0.0.0-20200520150052-42a7b4300c0c // indirect
github.com/xeipuuv/gojsonschema v1.2.0
golang.org/x/net v0.0.0-20210226172049-e18ecbb05110
golang.org/x/sys v0.0.0-20210309074719-68d13333faf2 // indirect