-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgo.mod
More file actions
32 lines (30 loc) · 1.15 KB
/
go.mod
File metadata and controls
32 lines (30 loc) · 1.15 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
module github.com/clstb/phi
go 1.15
require (
github.com/Masterminds/squirrel v1.5.0
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/fatih/color v1.10.0
github.com/gofrs/uuid v4.0.0+incompatible
github.com/golang-migrate/migrate/v4 v4.14.1
github.com/golang/protobuf v1.4.3
github.com/grpc-ecosystem/go-grpc-middleware v1.2.2
github.com/jackc/pgconn v1.8.0 // indirect
github.com/lib/pq v1.8.0
github.com/lithammer/fuzzysearch v1.1.1
github.com/manifoldco/promptui v0.8.0
github.com/matryer/is v1.4.0
github.com/shopspring/decimal v1.2.0
github.com/stretchr/testify v1.6.1 // indirect
github.com/urfave/cli/v2 v2.3.0
github.com/xlab/treeprint v1.0.0
go.uber.org/zap v1.16.0
golang.org/x/crypto v0.0.0-20200709230013-948cd5f35899
golang.org/x/net v0.0.0-20201216054612-986b41b23924 // indirect
golang.org/x/sys v0.0.0-20210113181707-4bcb84eeeb78 // indirect
golang.org/x/text v0.3.5 // indirect
google.golang.org/genproto v0.0.0-20201214200347-8c77b98c765d // indirect
google.golang.org/grpc v1.34.0
google.golang.org/grpc/examples v0.0.0-20210116000752-504caa93c539 // indirect
google.golang.org/protobuf v1.25.0
gopkg.in/yaml.v2 v2.2.8
)