Skip to content
Snippets Groups Projects
Select Git revision
  • 0f64e2dfd51ccce34482aa3bb4eb4a3b8780de92
  • main default protected
  • wip
  • ChenZhangg-Modify_GRADLE_1
  • jetpack-compose-rewrite
  • demo-jump-in-history
  • attachments
  • 1.7.0 protected
  • 1.6.2 protected
  • 1.6.1 protected
  • 1.6.0 protected
  • 1.5.3 protected
  • 1.5.2 protected
  • 1.5.1 protected
  • 1.5.0 protected
  • 1.4.4 protected
  • 1.4.3 protected
  • 1.4.2 protected
  • 1.4.1 protected
  • 1.4.0 protected
  • v1.3.3 protected
  • v1.3.2 protected
  • v1.3.1 protected
  • v1.3.0 protected
  • v1.2.28 protected
  • v1.2.27 protected
  • v1.2.26 protected
27 results

BacklogManager.java

Blame
  • go.mod 1.61 KiB
    module github.com/keycloak/keycloak-gatekeeper
    
    require (
    	github.com/PuerkitoBio/purell v1.1.0
    	github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect
    	github.com/armon/go-proxyproto v0.0.0-20180202201750-5b7edb60ff5f
    	github.com/boltdb/bolt v1.3.1
    	github.com/codegangsta/negroni v1.0.0 // indirect
    	github.com/coreos/go-oidc v0.0.0-20171020180921-e860bd55bfa7
    	github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f // indirect
    	github.com/davecgh/go-spew v1.1.1 // indirect
    	github.com/elazarl/goproxy v0.0.0-20181111060418-2ce16c963a8a
    	github.com/fsnotify/fsnotify v1.4.7
    	github.com/garyburd/redigo v1.6.0 // indirect
    	github.com/go-chi/chi v3.3.3+incompatible
    	github.com/jonboulle/clockwork v0.1.0 // indirect
    	github.com/kylelemons/godebug v0.0.0-20170820004349-d65d576e9348 // indirect
    	github.com/onsi/ginkgo v1.8.0 // indirect
    	github.com/onsi/gomega v1.5.0 // indirect
    	github.com/pkg/errors v0.8.1 // indirect
    	github.com/pmezard/go-difflib v1.0.0 // indirect
    	github.com/prometheus/client_golang v0.9.2
    	github.com/rs/cors v1.6.0
    	github.com/satori/go.uuid v1.2.0
    	github.com/stretchr/testify v1.2.2
    	github.com/unrolled/secure v0.0.0-20181221173256-0d6b5bb13069
    	github.com/urfave/cli v0.0.0-20181029213200-b67dcf995b6a
    	go.uber.org/atomic v1.3.2 // indirect
    	go.uber.org/multierr v1.1.0 // indirect
    	go.uber.org/zap v1.9.1
    	golang.org/x/crypto v0.0.0-20181203042331-505ab145d0a9
    	golang.org/x/sys v0.0.0-20190329044733-9eb1bfa1ce65 // indirect
    	gopkg.in/bsm/ratelimit.v1 v1.0.0-20160220154919-db14e161995a // indirect
    	gopkg.in/redis.v4 v4.2.4
    	gopkg.in/resty.v1 v1.10.3
    	gopkg.in/yaml.v2 v2.2.2
    )
    
    go 1.13