Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ require (
github.com/rubenv/sql-migrate v0.0.0-20160620083229-6f4757563362
github.com/spf13/pflag v0.0.0-20160915153101-c7e63cf4530b
github.com/spf13/viper v0.0.0-20160926150402-382f87b929b8
golang.org/x/crypto v0.0.0-20160922170629-8e06e8ddd962
golang.org/x/crypto v0.35.0
)

require (
Expand All @@ -30,9 +30,9 @@ require (
github.com/spf13/jwalterweatherman v0.0.0-20160311093646-33c24e77fb80 // indirect
github.com/stretchr/testify v1.8.1 // indirect
github.com/ziutek/mymysql v1.5.4 // indirect
golang.org/x/sys v0.0.0-20160916181909-8f0908ab3b24 // indirect
golang.org/x/text v0.9.0 // indirect
golang.org/x/sys v0.30.0 // indirect
golang.org/x/text v0.22.0 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/gorp.v1 v1.7.1 // indirect
gopkg.in/yaml.v2 v2.0.0-20160912165603-31c299268d30 // indirect
gopkg.in/yaml.v2 v2.2.8 // indirect
)