github.com/shoshinnikita/budget-manager@v0.7.1-0.20220131195411-8c46ff1c6778/go.mod (about) 1 module github.com/ShoshinNikita/budget-manager 2 3 go 1.17 4 5 require ( 6 github.com/fatih/color v1.13.0 7 github.com/gorilla/schema v1.2.0 8 github.com/jmoiron/sqlx v1.3.4 9 github.com/lib/pq v1.10.3 10 github.com/lopezator/migrator v0.3.0 11 github.com/mattn/go-sqlite3 v1.14.8 12 github.com/sirupsen/logrus v1.8.1 13 github.com/stretchr/testify v1.7.0 14 golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 15 ) 16 17 require ( 18 github.com/davecgh/go-spew v1.1.1 // indirect 19 github.com/mattn/go-colorable v0.1.10 // indirect 20 github.com/mattn/go-isatty v0.0.14 // indirect 21 github.com/pmezard/go-difflib v1.0.0 // indirect 22 golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect 23 gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect 24 )