-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move dirstore to nats-server and use it there
Add unit test interacting with full nats resolver in nats server Update unit tests to account for jwtV2 changes Signed-off-by: Matthias Hanel <mh@synadia.com>
- Loading branch information
1 parent
5affb6e
commit 9ff7633
Showing
428 changed files
with
8,754 additions
and
235,456 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,16 @@ | ||
module github.com/nats-io/nats-account-server | ||
|
||
require ( | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/fsnotify/fsnotify v1.4.7 | ||
github.com/julienschmidt/httprouter v1.2.0 | ||
github.com/kr/pretty v0.1.0 // indirect | ||
github.com/mitchellh/go-homedir v1.1.0 | ||
github.com/nats-io/jwt v1.0.2-0.20200602193336-473d698956ed | ||
github.com/nats-io/jwt/v2 v2.0.0-20200602193336-473d698956ed | ||
github.com/nats-io/nats-server/v2 v2.1.8-0.20200602192704-493f345daa67 | ||
github.com/nats-io/nats.go v1.10.1-0.20200601214746-e93e18d0ed6f | ||
github.com/nats-io/jwt v0.3.3-0.20200519195258-f2bf5ce574c7 | ||
github.com/nats-io/jwt/v2 v2.0.0-20200820224411-1e751ff168ab | ||
github.com/nats-io/nats-server/v2 v2.1.8-0.20200820192816-6c61464915fe | ||
github.com/nats-io/nats.go v1.10.1-0.20200606002146-fc6fed82929a | ||
github.com/nats-io/nkeys v0.2.0 | ||
github.com/rs/cors v1.6.0 | ||
github.com/stretchr/testify v1.5.1 | ||
golang.org/x/sys v0.0.0-20191022100944-742c48ecaeb7 | ||
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect | ||
github.com/stretchr/testify v1.6.1 | ||
golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd | ||
) | ||
|
||
go 1.13 |
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 |
---|---|---|
|
@@ -7,8 +7,6 @@ type Flags struct { | |
|
||
Directory string | ||
|
||
ReadOnly bool | ||
|
||
NATSURL string | ||
Creds string | ||
|
||
|
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
Oops, something went wrong.