module github.com/MuXiu1997/traefik-github-oauth-plugin go 1.19 require ( github.com/apsdehal/go-logger v0.0.0-20190515212710-b0d6ccfee0e6 github.com/dghubble/sling v1.4.1 github.com/gin-gonic/gin v1.8.2 github.com/golang-jwt/jwt/v4 v4.4.3 github.com/google/go-github/v49 v49.1.0 github.com/patrickmn/go-cache v2.1.0+incompatible github.com/rs/xid v1.4.0 github.com/rs/zerolog v1.29.0 github.com/scylladb/go-set v1.0.2 github.com/spf13/cast v1.5.0 github.com/stretchr/testify v1.8.1 golang.org/x/oauth2 v0.4.0 ) require ( github.com/davecgh/go-spew v1.1.1 // indirect github.com/gin-contrib/sse v0.1.0 // indirect github.com/go-playground/locales v0.14.0 // indirect github.com/go-playground/universal-translator v0.18.0 // indirect github.com/go-playground/validator/v10 v10.11.1 // indirect github.com/goccy/go-json v0.9.11 // indirect github.com/golang/protobuf v1.5.2 // indirect github.com/google/go-querystring v1.1.0 // indirect github.com/json-iterator/go v1.1.12 // indirect github.com/leodido/go-urn v1.2.1 // indirect github.com/mattn/go-colorable v0.1.12 // indirect github.com/mattn/go-isatty v0.0.16 // indirect github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421 // indirect github.com/modern-go/reflect2 v1.0.2 // indirect github.com/pelletier/go-toml/v2 v2.0.6 // indirect github.com/pmezard/go-difflib v1.0.0 // indirect github.com/ugorji/go/codec v1.2.7 // indirect golang.org/x/crypto v0.0.0-20211215153901-e495a2d5b3d3 // indirect golang.org/x/net v0.5.0 // indirect golang.org/x/sys v0.4.0 // indirect golang.org/x/text v0.6.0 // indirect google.golang.org/appengine v1.6.7 // indirect google.golang.org/protobuf v1.28.1 // indirect gopkg.in/yaml.v2 v2.4.0 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect )