-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
35 lines (33 loc) · 1.45 KB
/
go.mod
File metadata and controls
35 lines (33 loc) · 1.45 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
28
29
30
31
32
33
34
35
module github.com/reverse-market/backend
go 1.15
require (
cloud.google.com/go v0.72.0 // indirect
github.com/caarlos0/env v3.5.0+incompatible
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/georgysavva/scany v0.2.7
github.com/go-chi/chi v4.1.2+incompatible
github.com/go-openapi/validate v0.19.15 // indirect
github.com/go-swagger/go-swagger v0.25.0 // indirect
github.com/google/subcommands v1.2.0 // indirect
github.com/google/wire v0.4.0
github.com/gorilla/handlers v1.5.1 // indirect
github.com/jackc/pgconn v1.7.2
github.com/jackc/pgerrcode v0.0.0-20201024163028-a0d42d470451
github.com/jackc/pgtype v1.6.1
github.com/jackc/pgx/v4 v4.9.2
github.com/kr/pretty v0.2.1 // indirect
github.com/magiconair/properties v1.8.4 // indirect
github.com/pelletier/go-toml v1.8.1 // indirect
github.com/spf13/afero v1.4.1 // indirect
github.com/spf13/viper v1.7.1 // indirect
github.com/xlab/closer v0.0.0-20190328110542-03326addb7c2
golang.org/x/crypto v0.0.0-20201124201722-c8d3bf9c5392 // indirect
golang.org/x/net v0.0.0-20201110031124-69a78807bb2b // indirect
golang.org/x/oauth2 v0.0.0-20201109201403-9fd604954f58 // indirect
golang.org/x/sys v0.0.0-20201126233918-771906719818 // indirect
golang.org/x/tools v0.0.0-20201125231158-b5590deeca9b // indirect
google.golang.org/api v0.35.0
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/genproto v0.0.0-20201119123407-9b1e624d6bc4 // indirect
gopkg.in/ini.v1 v1.62.0 // indirect
)