module github.com/darkweak/souin go 1.15 require ( github.com/dgraph-io/ristretto v0.0.3 github.com/dgrijalva/jwt-go v3.2.0+incompatible github.com/fsnotify/fsnotify v1.4.9 github.com/go-redis/redis/v8 v8.4.0 github.com/pquerna/cachecontrol v0.0.0-20200921180117-858c6e7e6b7e golang.org/x/lint v0.0.0-20200302205851-738671d3881b // indirect golang.org/x/sync v0.0.0-20201207232520-09787c993a3a golang.org/x/tools v0.0.0-20200608174601-1b747fd94509 // indirect gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 )