Skip to content

Commit

Permalink
Updated go.mod and files to match self professed url
Browse files Browse the repository at this point in the history
  • Loading branch information
kristinapathak committed Sep 4, 2019
1 parent d07d9e4 commit 2c76431
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion bascule/basculehttp/constructor.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"net/textproto"
"strings"

"github.com/Comcast/comcast-bascule/bascule"
"github.com/xmidt-org/bascule/bascule"
"github.com/go-kit/kit/log/level"
)

Expand Down
2 changes: 1 addition & 1 deletion bascule/basculehttp/enforcer.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (

"github.com/goph/emperror"

"github.com/Comcast/comcast-bascule/bascule"
"github.com/xmidt-org/bascule/bascule"
"github.com/go-kit/kit/log/level"
)

Expand Down
2 changes: 1 addition & 1 deletion bascule/basculehttp/listener.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package basculehttp
import (
"net/http"

"github.com/Comcast/comcast-bascule/bascule"
"github.com/xmidt-org/bascule/bascule"
)

type Listener interface {
Expand Down
4 changes: 2 additions & 2 deletions bascule/basculehttp/tokenFactory.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ import (
"errors"
"net/http"

"github.com/Comcast/comcast-bascule/bascule"
"github.com/Comcast/comcast-bascule/bascule/key"
"github.com/xmidt-org/bascule/bascule"
"github.com/xmidt-org/bascule/bascule/key"
"github.com/SermoDigital/jose/jws"
"github.com/SermoDigital/jose/jwt"
"github.com/goph/emperror"
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/Comcast/comcast-bascule
module github.com/xmidt-org/bascule

go 1.12

Expand Down

0 comments on commit 2c76431

Please sign in to comment.