1
0
mirror of https://github.com/kataras/iris.git synced 2026-02-28 13:35:56 +00:00

replace snappy dependency

This commit is contained in:
Gerasimos (Makis) Maropoulos
2021-05-28 19:13:51 +03:00
parent 856f65be78
commit 32291fa59e
3 changed files with 4 additions and 2 deletions

1
go.mod
View File

@@ -14,6 +14,7 @@ require (
github.com/fatih/structs v1.1.0
github.com/flosch/pongo2/v4 v4.0.2
github.com/go-redis/redis/v8 v8.5.0
github.com/golang/snappy v0.0.3
github.com/google/uuid v1.2.0
github.com/iris-contrib/httpexpect/v2 v2.0.5
github.com/iris-contrib/jade v1.1.4