-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
27 lines (24 loc) · 819 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
module xm
go 1.17
require (
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/gorilla/mux v1.8.0
github.com/lib/pq v1.10.5
github.com/stretchr/testify v1.7.1
go.uber.org/fx v1.17.1
go.uber.org/zap v1.16.0
golang.org/x/crypto v0.0.0-20210314154223-e6e6c4f2bb5b
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/nats-io/nats.go v1.15.0 // indirect
github.com/nats-io/nkeys v0.3.0 // indirect
github.com/nats-io/nuid v1.0.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/stretchr/objx v0.1.0 // indirect
go.uber.org/atomic v1.6.0 // indirect
go.uber.org/dig v1.14.0 // indirect
go.uber.org/multierr v1.5.0 // indirect
golang.org/x/sys v0.0.0-20210903071746-97244b99971b // indirect
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
)