-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathgo.mod
30 lines (27 loc) · 1007 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
module github.com/synadia-io/jwt-auth-builder.go
go 1.23.0
require (
github.com/nats-io/jwt/v2 v2.7.4
github.com/nats-io/nats-server/v2 v2.10.27
github.com/nats-io/nats.go v1.39.1
github.com/nats-io/nkeys v0.4.11
github.com/nats-io/nsc/v2 v2.10.3-0.20250110165315-eeda721ecff6
github.com/nats-io/nuid v1.0.1
github.com/stretchr/testify v1.10.0
github.com/synadia-io/orbit.go/natscontext v0.1.0
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/klauspost/compress v1.18.0 // indirect
github.com/kr/pretty v0.3.1 // indirect
github.com/minio/highwayhash v1.0.3 // indirect
github.com/mitchellh/go-homedir v1.1.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/crypto v0.37.0 // indirect
golang.org/x/net v0.34.0 // indirect
golang.org/x/sys v0.32.0 // indirect
golang.org/x/text v0.24.0 // indirect
golang.org/x/time v0.10.0 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)