updates go-pg/pg to v7
This commit is contained in:
parent
5737e75cc4
commit
8cc5d6241d
5 changed files with 59 additions and 103 deletions
9
go.mod
9
go.mod
|
|
@ -13,14 +13,15 @@ require (
|
|||
github.com/go-chi/render v1.0.1
|
||||
github.com/go-ozzo/ozzo-validation v3.5.0+incompatible
|
||||
github.com/go-pg/migrations v6.2.0+incompatible
|
||||
github.com/go-pg/pg v6.15.0+incompatible
|
||||
github.com/go-pg/pg v7.1.5+incompatible
|
||||
github.com/google/pprof v0.0.0-20190109223431-e84dfd68c163 // indirect
|
||||
github.com/gorilla/css v1.0.0 // indirect
|
||||
github.com/ianlancetaylor/demangle v0.0.0-20181102032728-5e5cf60278f6 // indirect
|
||||
github.com/inconshreveable/mousetrap v1.0.0 // indirect
|
||||
github.com/jaytaylor/html2text v0.0.0-20180606194806-57d518f124b0
|
||||
github.com/jinzhu/inflection v0.0.0-20180308033659-04140366298a // indirect
|
||||
github.com/konsorten/go-windows-terminal-sequences v1.0.1 // indirect
|
||||
github.com/kr/pretty v0.1.0 // indirect
|
||||
github.com/kr/pty v1.1.3 // indirect
|
||||
github.com/mattn/go-runewidth v0.0.3 // indirect
|
||||
github.com/mitchellh/go-homedir v1.0.0
|
||||
github.com/mitchellh/mapstructure v1.1.2 // indirect
|
||||
|
|
@ -36,12 +37,12 @@ require (
|
|||
github.com/vanng822/css v0.0.0-20180216061826-c6885fd13293 // indirect
|
||||
github.com/vanng822/go-premailer v0.0.0-20180515185223-e3d36948cdc3
|
||||
github.com/vmihailenco/sasl v0.0.0-20180925064641-2f13c189728a // indirect
|
||||
golang.org/x/arch v0.0.0-20181203225421-5a4828bb7045 // indirect
|
||||
golang.org/x/crypto v0.0.0-20181012144002-a92615f3c490 // indirect
|
||||
golang.org/x/net v0.0.0-20181011144130-49bb7cea24b1 // indirect
|
||||
golang.org/x/sys v0.0.0-20181011152604-fa43e7bc11ba // indirect
|
||||
gopkg.in/airbrake/gobrake.v2 v2.0.9 // indirect
|
||||
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
|
||||
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
|
||||
gopkg.in/gemnasium/logrus-airbrake-hook.v2 v2.1.2 // indirect
|
||||
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df
|
||||
mellium.im/sasl v0.2.1 // indirect
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue