-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
37 lines (35 loc) · 1.5 KB
/
go.mod
File metadata and controls
37 lines (35 loc) · 1.5 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
36
37
module user-service
go 1.12
require (
4d63.com/gochecknoglobals v0.0.0-20201008074935-acfc0b28355a // indirect
github.com/DATA-DOG/go-sqlmock v1.5.0
github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24 // indirect
github.com/alexkohler/prealloc v1.0.0 // indirect
github.com/ashanbrown/forbidigo v1.2.0 // indirect
github.com/ashanbrown/makezero v0.0.0-20210520155254-b6261585ddde // indirect
github.com/bkielbasa/cyclop v1.2.0 // indirect
github.com/bombsimon/wsl/v3 v3.3.0 // indirect
github.com/charithe/durationcheck v0.0.8 // indirect
github.com/daixiang0/gci v0.2.8 // indirect
github.com/denis-tingajkin/go-header v0.4.2 // indirect
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/golang-migrate/migrate/v4 v4.14.1
github.com/golang/mock v1.4.4
github.com/gorilla/mux v1.7.4
github.com/jmoiron/sqlx v1.2.0
github.com/leodido/go-urn v1.2.1 // indirect
github.com/lib/pq v1.8.0
github.com/rs/zerolog v1.20.0
github.com/spf13/cobra v1.1.1
github.com/stretchr/testify v1.6.1
github.com/unrolled/render v1.0.3
github.com/valyala/quicktemplate v1.6.3 // indirect
github.com/yeya24/promlinter v0.1.0 // indirect
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad
golang.org/x/tools v0.1.3 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
honnef.co/go/tools v0.2.0 // indirect
mvdan.cc/gofumpt v0.1.1 // indirect
mvdan.cc/unparam v0.0.0-20210104141923-aac4ce9116a7 // indirect
sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 // indirect
)