forked from snowzach/gorestapi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
38 lines (36 loc) · 1.41 KB
/
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
31
32
33
34
35
36
37
38
module github.com/snowzach/gorestapi
go 1.16
require (
github.com/blendle/zapdriver v1.3.1
github.com/fsnotify/fsnotify v1.5.1 // indirect
github.com/gavv/httpexpect/v2 v2.1.0
github.com/go-chi/chi/v5 v5.0.7
github.com/go-chi/cors v1.2.0
github.com/golang-migrate/migrate/v4 v4.15.1
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/hashicorp/go-multierror v1.1.1 // indirect
github.com/jackc/pgconn v1.11.0
github.com/jackc/pgx/v4 v4.15.0
github.com/jmoiron/sqlx v1.3.4
github.com/johejo/golang-migrate-extra v0.0.0-20211005021153-c17dd75f8b4a
github.com/knadh/koanf v1.4.0
github.com/lib/pq v1.10.4 // indirect
github.com/mattn/go-colorable v0.1.12 // indirect
github.com/mitchellh/mapstructure v1.4.3
github.com/pelletier/go-toml v1.9.4 // indirect
github.com/prometheus/client_golang v1.12.1
github.com/prometheus/common v0.33.0 // indirect
github.com/rs/xid v1.4.0
github.com/snowzach/certtools v1.0.2
github.com/snowzach/queryp v0.3.5
github.com/spf13/cobra v1.4.0
github.com/stretchr/testify v1.7.0
go.uber.org/atomic v1.9.0 // indirect
go.uber.org/multierr v1.8.0 // indirect
go.uber.org/zap v1.21.0
golang.org/x/crypto v0.0.0-20220331220935-ae2d96664a29 // indirect
golang.org/x/sys v0.0.0-20220406163625-3f8b81556e12 // indirect
google.golang.org/genproto v0.0.0-20211208223120-3a66f561d7aa // indirect
google.golang.org/grpc v1.42.0 // indirect
google.golang.org/protobuf v1.28.0 // indirect
)