File tree Expand file tree Collapse file tree 13 files changed +18
-18
lines changed
Expand file tree Collapse file tree 13 files changed +18
-18
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ import (
2323 "strings"
2424 "syscall"
2525
26- "github.com/golang /glog"
26+ "github.com/cesanta /glog"
2727)
2828
2929type ExtAuthConfig struct {
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ import (
2828 "strings"
2929 "time"
3030
31- "github.com/golang /glog"
31+ "github.com/cesanta /glog"
3232)
3333
3434type GitHubAuthConfig struct {
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ import (
2727 "strings"
2828 "time"
2929
30- "github.com/golang /glog"
30+ "github.com/cesanta /glog"
3131)
3232
3333type GoogleAuthConfig struct {
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ import (
2424 "strings"
2525
2626 "github.com/go-ldap/ldap"
27- "github.com/golang /glog"
27+ "github.com/cesanta /glog"
2828)
2929
3030type LDAPAuthConfig struct {
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ import (
2323 "time"
2424
2525 "github.com/cesanta/docker_auth/auth_server/mgo_session"
26- "github.com/golang /glog"
26+ "github.com/cesanta /glog"
2727 "golang.org/x/crypto/bcrypt"
2828 "gopkg.in/mgo.v2"
2929 "gopkg.in/mgo.v2/bson"
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ import (
2525 "golang.org/x/crypto/bcrypt"
2626
2727 "github.com/dchest/uniuri"
28- "github.com/golang /glog"
28+ "github.com/cesanta /glog"
2929 "github.com/syndtr/goleveldb/leveldb"
3030)
3131
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import (
1111 "strings"
1212
1313 "github.com/cesanta/docker_auth/auth_server/authn"
14- "github.com/golang /glog"
14+ "github.com/cesanta /glog"
1515)
1616
1717type ACL []ACLEntry
Original file line number Diff line number Diff line change 44 "errors"
55 "fmt"
66 "github.com/cesanta/docker_auth/auth_server/mgo_session"
7- "github.com/golang /glog"
7+ "github.com/cesanta /glog"
88 "gopkg.in/mgo.v2"
99 "gopkg.in/mgo.v2/bson"
1010 "io"
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ import (
2323 "strings"
2424 "syscall"
2525
26- "github.com/golang /glog"
26+ "github.com/cesanta /glog"
2727)
2828
2929type ExtAuthzConfig struct {
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ import (
3030
3131 "github.com/cesanta/docker_auth/auth_server/server"
3232 "github.com/facebookgo/httpdown"
33- "github.com/golang /glog"
33+ "github.com/cesanta /glog"
3434 fsnotify "gopkg.in/fsnotify.v1"
3535)
3636
You can’t perform that action at this time.
0 commit comments