Skip to content

Commit

Permalink
fix: Update namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe Paul committed Sep 30, 2021
1 parent 10d49b8 commit 68bc1db
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ fastglue-csrf implements CSRF middleware for [fastglue](https://github.com/zerod
## Install

```
go get github.com/joeirimpan/fastglue-csrf
go get github.com/zerodha/fastglue-csrf
```

## Usage
Expand All @@ -34,7 +34,7 @@ import (
"log"
"time"

"github.com/joeirimpan/fastglue-csrf"
"github.com/zerodha/fastglue-csrf"
"github.com/valyala/fasthttp"
"github.com/zerodha/fastglue"
)
Expand Down
2 changes: 1 addition & 1 deletion examples/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ import (
"log"
"time"

csrf "github.com/joeirimpan/fastglue-csrf"
"github.com/valyala/fasthttp"
"github.com/zerodha/fastglue"
csrf "github.com/zerodha/fastglue-csrf"
)

func main() {
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/joeirimpan/fastglue-csrf
module github.com/zerodha/fastglue-csrf

go 1.16

Expand Down

0 comments on commit 68bc1db

Please sign in to comment.