-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathgo.mod
26 lines (24 loc) · 912 Bytes
/
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
module github.com/alenn-m/rgen/v2
go 1.16
require (
github.com/go-sql-driver/mysql v1.5.0
github.com/gobuffalo/attrs v1.0.0
github.com/gobuffalo/fizz v1.13.0
github.com/gobuffalo/pop/v5 v5.3.3
github.com/iancoleman/strcase v0.1.3
github.com/jinzhu/inflection v1.0.0
github.com/joho/godotenv v1.3.0
github.com/kr/pretty v0.3.0 // indirect
github.com/manifoldco/promptui v0.8.0
github.com/pressly/goose v2.7.0+incompatible
github.com/rogpeppe/go-internal v1.8.0 // indirect
github.com/sebdah/goldie/v2 v2.5.3
github.com/sergi/go-diff v1.2.0 // indirect
github.com/spf13/cobra v1.1.3
github.com/stretchr/testify v1.7.0
golang.org/x/crypto v0.0.0-20211215153901-e495a2d5b3d3 // indirect
golang.org/x/sys v0.0.0-20210806184541-e5e7981a1069 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/yaml.v2 v2.4.0
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
)