Update to github.com/lafriks/xormstore@v1.3.0 (#8317)
Showing
+1245 -783
... | ... | @@ -27,7 +27,7 @@ require ( |
github.com/cznic/b v0.0.0-20181122101859-a26611c4d92d // indirect | ||
github.com/cznic/mathutil v0.0.0-20181122101859-297441e03548 // indirect | ||
github.com/cznic/strutil v0.0.0-20181122101858-275e90344537 // indirect | ||
github.com/denisenkom/go-mssqldb v0.0.0-20190820223206-44cdfe8d8ba9 | ||
github.com/denisenkom/go-mssqldb v0.0.0-20190924004331-208c0a498538 | ||
github.com/dgrijalva/jwt-go v3.2.0+incompatible | ||
github.com/emirpasic/gods v1.12.0 | ||
github.com/etcd-io/bbolt v1.3.2 // indirect | ||
... | ... | @@ -64,7 +64,7 @@ require ( |
github.com/klauspost/compress v0.0.0-20161025140425-8df558b6cb6f | ||
github.com/klauspost/cpuid v0.0.0-20160302075316-09cded8978dc // indirect | ||
github.com/klauspost/crc32 v0.0.0-20161016154125-cb6bfca970f6 // indirect | ||
github.com/lafriks/xormstore v1.2.0 | ||
github.com/lafriks/xormstore v1.3.0 | ||
github.com/lib/pq v1.2.0 | ||
github.com/lunny/dingtalk_webhook v0.0.0-20171025031554-e3534c89ef96 | ||
github.com/lunny/levelqueue v0.0.0-20190217115915-02b525a4418e | ||
... | ... | @@ -104,16 +104,14 @@ require ( |
github.com/urfave/cli v1.20.0 | ||
github.com/willf/bitset v0.0.0-20180426185212-8ce1146b8621 // indirect | ||
github.com/yohcop/openid-go v0.0.0-20160914080427-2c050d2dae53 | ||
golang.org/x/crypto v0.0.0-20190829043050-9756ffdc2472 | ||
golang.org/x/crypto v0.0.0-20190927123631-a832865fa7ad | ||
golang.org/x/net v0.0.0-20190909003024-a7b16738d86b | ||
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45 | ||
golang.org/x/sys v0.0.0-20190910064555-bbd175535a8b | ||
golang.org/x/text v0.3.2 | ||
golang.org/x/tools v0.0.0-20190910221609-7f5965fd7709 // indirect | ||
google.golang.org/appengine v1.6.2 // indirect | ||
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect | ||
gopkg.in/asn1-ber.v1 v1.0.0-20150924051756-4e86f4367175 // indirect | ||
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect | ||
gopkg.in/editorconfig/editorconfig-core-go.v1 v1.3.0 | ||
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df | ||
gopkg.in/ini.v1 v1.46.0 | ||
... | ... |
File moved
Please register or sign in to comment