-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
27 lines (25 loc) · 1.04 KB
/
go.mod
File metadata and controls
27 lines (25 loc) · 1.04 KB
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 github.com/zoommix/fasthttp_template
go 1.15
require (
github.com/alexsasharegan/dotenv v0.0.0-20171113213728-090a4d1b5d42
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/fasthttp/router v1.3.5
github.com/fasthttp/websocket v1.4.3
github.com/gofrs/uuid v3.2.0+incompatible
github.com/google/uuid v1.1.4 // indirect
github.com/gorilla/websocket v1.4.2
github.com/imdario/mergo v0.3.11 // indirect
github.com/jackc/pgproto3/v2 v2.0.7 // indirect
github.com/jackc/pgx/v4 v4.10.1
github.com/jackc/tern v1.12.3 // indirect
github.com/mfridman/tparse v0.8.3 // indirect
github.com/mitchellh/reflectwalk v1.0.1 // indirect
github.com/spf13/cobra v1.1.1 // indirect
github.com/stretchr/testify v1.6.1
github.com/valyala/fasthttp v1.19.0
github.com/vaughan0/go-ini v0.0.0-20130923145212-a98ad7ee00ec
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad // indirect
golang.org/x/sys v0.0.0-20210113131315-ba0562f347e0 // indirect
golang.org/x/text v0.3.5 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
)