-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
26 lines (23 loc) · 867 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
module github.com/kasbuunk/microservice
go 1.18
require (
github.com/99designs/gqlgen v0.17.14
github.com/golang-jwt/jwt v3.2.2+incompatible
github.com/google/uuid v1.3.0
github.com/keighl/postmark v0.0.0-20190821160221-28358b1a94e3
github.com/kelseyhightower/envconfig v1.4.0
github.com/lib/pq v1.10.6
github.com/stretchr/testify v1.7.1
github.com/vektah/gqlparser/v2 v2.4.8
golang.org/x/crypto v0.0.0-20220817201139-bc19a97f63c8
)
require (
github.com/agnivade/levenshtein v1.1.1 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/gorilla/websocket v1.5.0 // indirect
github.com/hashicorp/golang-lru v0.5.4 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
goji.io v2.0.2+incompatible // indirect
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
)