forked from liudanking/gorm2sql
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
22 lines (19 loc) · 775 Bytes
/
go.mod
File metadata and controls
22 lines (19 loc) · 775 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
module github.com/testap92/gorm2sql
go 1.18
require (
github.com/fatih/astrewrite v0.0.0-20191207154002-9094e544fcef
github.com/fatih/structtag v1.2.0
github.com/liudanking/gorm2sql v0.0.0-20180430122841-1fe6dd257bc8
github.com/liudanking/goutil v0.0.0-20211122055725-7ad7ea12639e
github.com/pinzolo/casee v1.0.0
github.com/urfave/cli v1.22.9
golang.org/x/tools v0.1.11
)
require (
github.com/cpuguy83/go-md2man/v2 v2.0.0-20190314233015-f79a8a8ca69d // indirect
github.com/fatih/camelcase v1.0.0 // indirect
github.com/russross/blackfriday/v2 v2.0.1 // indirect
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 // indirect
golang.org/x/sys v0.0.0-20211019181941-9d821ace8654 // indirect
)