module github.com/lukaszraczylo/traefikoidc go 1.24.0 require ( github.com/alicebob/miniredis/v2 v2.35.0 github.com/google/uuid v1.6.0 github.com/gorilla/sessions v1.3.0 github.com/redis/go-redis/v9 v9.14.0 github.com/stretchr/testify v1.10.0 golang.org/x/time v0.14.0 gopkg.in/yaml.v3 v3.0.1 ) require ( github.com/cespare/xxhash/v2 v2.3.0 // indirect github.com/davecgh/go-spew v1.1.1 // indirect github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect github.com/gorilla/securecookie v1.1.2 // indirect github.com/pmezard/go-difflib v1.0.0 // indirect github.com/yuin/gopher-lua v1.1.1 // indirect )