Skip to content

Commit

Permalink
Namespace Change
Browse files Browse the repository at this point in the history
  • Loading branch information
bajb committed Jan 19, 2017
1 parent 039a42d commit c4114a5
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Portcullis Go Library
#### Usage
FromContext() accepts the context from your GRPC request
```go
import "github.com/fortifi/portcullis-go"
import "github.com/cubex/portcullis-go"

org := portcullis.FromContext(ctx).OrganisationID
```
Expand Down
12 changes: 6 additions & 6 deletions glide.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions glide.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package: github.com/fortifi/portcullis-go
package: github.com/cubex/portcullis-go
import:
- package: google.golang.org/grpc
version: v1.0.x
subpackages:
- metadata
- package: github.com/fortifi/potens-go
- package: github.com/cubex/potens-go
subpackage: identity
2 changes: 1 addition & 1 deletion portcullis.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
"golang.org/x/net/context"
"google.golang.org/grpc/metadata"

"github.com/fortifi/portcullis-go/keys"
"github.com/cubex/portcullis-go/keys"
)

// ReqInfo is the structure for deserialised request information
Expand Down
4 changes: 2 additions & 2 deletions portcullis_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ import (
"golang.org/x/net/context"
"google.golang.org/grpc/metadata"

"github.com/fortifi/portcullis-go"
"github.com/fortifi/portcullis-go/keys"
"github.com/cubex/portcullis-go"
"github.com/cubex/portcullis-go/keys"
)

const (
Expand Down

0 comments on commit c4114a5

Please sign in to comment.