-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #17 from wallix/fix/new-note-shared-385
fix(share): New note appears as shared immediatly after create
- Loading branch information
Showing
14 changed files
with
301 additions
and
112 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,11 @@ | ||
module github.com/wallix/notes/server | ||
|
||
go 1.12 | ||
|
||
require ( | ||
github.com/appleboy/gin-jwt v0.0.0-20190107105648-22ee6b104c71 | ||
github.com/gin-contrib/cors v0.0.0-20190101123304-5e7acb10687f | ||
github.com/gin-gonic/gin v1.3.0 | ||
github.com/jinzhu/gorm v1.9.2 | ||
github.com/jinzhu/inflection v0.0.0-20180308033659-04140366298a // indirect | ||
github.com/kr/pty v1.1.3 // indirect | ||
github.com/mattn/go-sqlite3 v1.10.0 // indirect | ||
github.com/stretchr/objx v0.1.1 // indirect | ||
github.com/stretchr/testify v1.3.0 // indirect | ||
github.com/tidwall/gjson v1.1.4 // indirect | ||
github.com/tidwall/match v1.0.1 // indirect | ||
github.com/ugorji/go v1.1.2-0.20181209151446-772ced7fd4c2 // indirect | ||
golang.org/x/net v0.0.0-20190110200230-915654e7eabc // indirect | ||
golang.org/x/sys v0.0.0-20190109145017-48ac38b7c8cb // indirect | ||
github.com/appleboy/gin-jwt/v2 v2.6.2 | ||
github.com/gin-contrib/cors v1.3.0 | ||
github.com/gin-gonic/gin v1.4.0 | ||
github.com/jinzhu/gorm v1.9.8 | ||
gopkg.in/dgrijalva/jwt-go.v3 v3.2.0 // indirect | ||
) |
Oops, something went wrong.