Jinzhu
adf8f70f06
Upgrade go.mod
2021-12-10 17:50:19 +08:00
dependabot[bot]
11d5c346ae
Bump github.com/jinzhu/now from 1.1.2 to 1.1.3 ( #4865 )
...
Bumps [github.com/jinzhu/now](https://github.com/jinzhu/now ) from 1.1.2 to 1.1.3.
- [Release notes](https://github.com/jinzhu/now/releases )
- [Commits](https://github.com/jinzhu/now/compare/v1.1.2...v1.1.3 )
---
updated-dependencies:
- dependency-name: github.com/jinzhu/now
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-23 11:39:42 +08:00
Jinzhu
4d5cec8bdd
Add golang 1.16
2021-03-24 14:22:36 +08:00
Jinzhu
8bb05a5a69
Refactor tests files
2020-06-02 10:50:38 +08:00
Jinzhu
5790ba9ef4
Fix package path
2020-06-02 09:25:55 +08:00
Jinzhu
e986371a42
Rename package name
2020-06-02 09:18:01 +08:00
Jinzhu
2b56fa0472
Fix Scanner tests on mssql
2020-05-31 01:21:16 +08:00
Jinzhu
bb68f0d6b3
Refactor tests
2020-05-23 16:08:50 +08:00
Jinzhu
72460df1bd
Fix associations find
2020-05-23 11:57:28 +08:00
Jinzhu
078ba75b9c
Add QuoteTo method
2020-03-08 23:30:16 +08:00
Jinzhu
a67be2a1f1
Refactor reorder migrator models
2020-02-23 08:54:13 +08:00
Jinzhu
6d58b62fd4
Add sqlite migration tests
2020-02-22 20:57:29 +08:00
Jinzhu
98ad29f2c2
Add Selects, Omits for statement
2020-02-16 13:45:27 +08:00
Jinzhu
0160bab7dc
Add clause tests
2020-02-05 18:28:58 +08:00
Jinzhu
d52ee0aa44
Work on create callbacks
2020-02-03 10:40:03 +08:00
Jinzhu
728c0d4470
Add callbacks
2020-02-02 20:05:10 +08:00
Jinzhu
d833efe8b9
Work on clauses
2020-02-02 19:11:17 +08:00
Jinzhu
bc68fde6aa
Implement naming strategy
2020-01-31 14:17:02 +08:00
Jinzhu
8eae7e4ab9
Add migrator
2020-01-28 23:01:35 +08:00
Jinzhu
f0d514e330
Cleanup
2020-01-28 16:22:07 +08:00
Mike Zuev
7180bd0f27
updated go-sql-driver package ( #2859 )
2020-01-26 23:28:32 +08:00
jaden
79a77d771d
go.mod: remove unnecessary dependences through upgrade go-mssqldb ( #2795 )
...
* go.mod: remove unnecessary dependences through upgrade go-mssqldb
$ go get -v -u github.com/denisenkom/go-mssqldb && go mod tidy -v
go: finding github.com/denisenkom/go-mssqldb latest
go: finding github.com/golang-sql/civil latest
go: finding golang.org/x/crypto latest
unused cloud.google.com/go
unused gopkg.in/check.v1
unused gopkg.in/yaml.v2
* mssql: use SCOPE_IDENTITY() if OUTPUT not possible
* go-mssqldb: find a up-to-date version pass test -race
2019-12-06 22:22:28 +08:00
Jinzhu
2c2fbb99e5
Upgrade go-sqlite to v2.0.1
2019-12-05 18:05:12 +08:00
Thomas Tacquet
9827710b60
bump go-sqlite3 to v1.12.0 to fix go1.13 issues
2019-11-27 15:51:23 +01:00
Steve Ellis
b954854116
bump mattn/go-sqlite3 to v1.11.0 ( #2565 )
2019-09-12 22:13:59 +08:00
Jinzhu
01b6601142
Update go.mod
2019-06-13 14:42:55 +08:00
Emir Beganovic
8931d8a7c3
Update dependencies
2019-04-30 11:59:39 +04:00
Emir Beganovic
d9cfa3cb12
Update to latest go-mssqldb
2019-04-30 11:12:47 +04:00
Emir Beganovic
da037b0454
Cleanup go.mod
2019-04-14 10:43:59 +04:00
JUN JIE NAN
bc5d3f07a8
Removed the deps on uuid and appengine ( #2354 )
...
gofrs/uuid was used in testing only, and go module count testing
depends in. This patch removed the gofrs/uuid depends, and appengine
as well.
2019-04-05 07:59:02 +08:00
Jinzhu
f3a0fc1566
Fix go.mod
2019-03-10 19:33:23 +08:00
Satoshi Inoue
4b13e079fc
go modules ( #2279 )
2019-03-10 07:29:21 +08:00