This commit is contained in:
Eric Chiang
2016-08-10 22:31:42 -07:00
parent 1cbb7700d8
commit bfe560ee21
30 changed files with 52 additions and 52 deletions

View File

@@ -15,8 +15,8 @@ import (
"github.com/gorilla/mux"
jose "gopkg.in/square/go-jose.v2"
"github.com/coreos/poke/connector"
"github.com/coreos/poke/storage"
"github.com/coreos/dex/connector"
"github.com/coreos/dex/storage"
)
func (s *Server) handlePublicKeys(w http.ResponseWriter, r *http.Request) {