Skip to content
This repository has been archived by the owner on Jun 6, 2019. It is now read-only.

Add two features #64

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
13 changes: 13 additions & 0 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,3 +100,16 @@ List all supported drivers since default build will not include sqlite3.

BSD License
[http://creativecommons.org/licenses/BSD/](http://creativecommons.org/licenses/BSD/)


# 魔改版本
1. 程序入口在:`cmd\xorm\xorm.go`
2.配置解释
1. ignoreColumnsJSON 对应的字段生成的json tag 是 `json:-` 举例 `ignoreColumnsJSON=field1,field2`
2. `created,updated,deleted` 将对应的时间类型的字段添加xorm标识,以待在更新,删除,添加时自动更新值,举例同上
3. isGenColName=1 生成数据库字段名
3. 命令行举例
```
reverse mysql root:passwd@(ip:port)/datebase?charset=utf8 common\template path filename
```

1 change: 1 addition & 0 deletions pkg/mod/cache/download/amiba.fun/amiba/go-cache/@v/list
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v0.2.1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"Version":"v0.2.1","Time":"2019-12-09T07:52:44Z"}
9 changes: 9 additions & 0 deletions pkg/mod/cache/download/amiba.fun/amiba/go-cache/@v/v0.2.1.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
module amiba.fun/amiba/go-cache

go 1.13

require (
github.com/go-redis/redis v6.15.6+incompatible
github.com/onsi/ginkgo v1.10.3 // indirect
github.com/onsi/gomega v1.7.1 // indirect
)
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v0.0.0-20190820025820-3dedd1033df0
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"Version":"v0.0.0-20190820025820-3dedd1033df0","Time":"2019-08-20T02:58:20Z"}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module amiba.fun/amiba/go-component
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v0.0.0-20190820025820-3dedd1033df0
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"Version":"v0.0.0-20190820025820-3dedd1033df0","Time":"2019-08-20T02:58:20Z"}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
module amiba.fun/amiba/go-component/snowflake

go 1.12

require github.com/sony/sonyflake v0.0.0-20181109022403-6d5bd6181009
1 change: 1 addition & 0 deletions pkg/mod/cache/download/amiba.fun/amiba/goms/@v/list
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v0.14.29
Empty file.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"Version":"v0.14.29","Time":"2019-08-20T03:27:02Z"}
71 changes: 71 additions & 0 deletions pkg/mod/cache/download/amiba.fun/amiba/goms/@v/v0.14.29.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
module amiba.fun/amiba/goms

require (
amiba.fun/amiba/go-component v0.0.0-20190820025820-3dedd1033df0
cloud.google.com/go v0.38.0 // indirect
github.com/DataDog/datadog-go v0.0.0-20180822151419-281ae9f2d895 // indirect
github.com/amoeba-inc/easyjson v0.0.0-20181105170232-0c36cb74083f
github.com/amoeba-inc/xorm v0.7.1 // indirect
github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da // indirect
github.com/astaxie/beego v1.10.1 // indirect
github.com/beorn7/perks v1.0.0 // indirect
github.com/circonus-labs/circonus-gometrics v2.2.5+incompatible // indirect
github.com/circonus-labs/circonusllhist v0.1.3 // indirect
github.com/gin-contrib/sse v0.0.0-20170109093832-22d885f9ecc7 // indirect
github.com/gin-gonic/gin v1.3.0 // indirect
github.com/golang/protobuf v1.3.1
github.com/golang/snappy v0.0.1 // indirect
github.com/google/go-cmp v0.3.0 // indirect
github.com/hashicorp/consul v1.2.4
github.com/hashicorp/go-cleanhttp v0.5.1
github.com/hashicorp/go-immutable-radix v1.0.0 // indirect
github.com/hashicorp/go-msgpack v0.0.0-20150518234257-fa3f63826f7c // indirect
github.com/hashicorp/go-multierror v1.0.0 // indirect
github.com/hashicorp/go-retryablehttp v0.5.0 // indirect
github.com/hashicorp/go-rootcerts v0.0.0-20160503143440-6bb64b370b90 // indirect
github.com/hashicorp/go-sockaddr v0.0.0-20180320115054-6d291a969b86 // indirect
github.com/hashicorp/golang-lru v0.5.1 // indirect
github.com/hashicorp/memberlist v0.1.0 // indirect
github.com/hashicorp/serf v0.8.1 // indirect
github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d // indirect
github.com/json-iterator/go v1.1.5 // indirect
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
github.com/mattn/go-isatty v0.0.4 // indirect
github.com/miekg/dns v1.1.1 // indirect
github.com/mitchellh/go-homedir v1.0.0 // indirect
github.com/mitchellh/go-testing-interface v1.0.0 // indirect
github.com/mitchellh/mapstructure v1.1.2 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.1 // indirect
github.com/nsqio/go-nsq v1.0.7 // indirect
github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c // indirect
github.com/pkg/errors v0.8.1 // indirect
github.com/prometheus/client_golang v0.9.3-0.20190127221311-3c4408c8b829 // indirect
github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90 // indirect
github.com/prometheus/common v0.3.0 // indirect
github.com/prometheus/procfs v0.0.0-20190416084830-8368d24ba045 // indirect
github.com/robbert229/jwt v2.0.1-0.20181108173914-5d9a261c51a5+incompatible
github.com/satori/go.uuid v1.2.0
github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 // indirect
github.com/sirupsen/logrus v1.4.1
github.com/stretchr/testify v1.3.0 // indirect
github.com/tidwall/gjson v1.1.3
github.com/tidwall/match v0.0.0-20171002075945-1731857f09b1 // indirect
github.com/tv42/httpunix v0.0.0-20150427012821-b75d8614f926 // indirect
github.com/ugorji/go/codec v0.0.0-20181022190402-e5e69e061d4f // indirect
golang.org/x/crypto v0.0.0-20190426145343-a29dc8fdc734 // indirect
golang.org/x/net v0.0.0-20190501004415-9ce7a6920f09 // indirect
golang.org/x/sync v0.0.0-20190423024810-112230192c58 // indirect
golang.org/x/sys v0.0.0-20190429190828-d89cdac9e872 // indirect
golang.org/x/text v0.3.2 // indirect
google.golang.org/appengine v1.5.0 // indirect
google.golang.org/genproto v0.0.0-20190425155659-357c62f0e4bb // indirect
google.golang.org/grpc v1.20.1
gopkg.in/alecthomas/kingpin.v2 v2.2.6
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
gopkg.in/go-playground/validator.v8 v8.18.2 // indirect
gopkg.in/vmihailenco/msgpack.v2 v2.9.1 // indirect
gopkg.in/yaml.v2 v2.2.2 // indirect
labix.org/v2/mgo v0.0.0-20140701140051-000000000287 // indirect
launchpad.net/gocheck v0.0.0-20140225173054-000000000087 // indirect
)
3 changes: 3 additions & 0 deletions pkg/mod/cache/download/cloud.google.com/go/@v/list
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
v0.26.0
v0.34.0
v0.38.0
Empty file.
1 change: 1 addition & 0 deletions pkg/mod/cache/download/cloud.google.com/go/@v/v0.26.0.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module cloud.google.com/go
1 change: 1 addition & 0 deletions pkg/mod/cache/download/cloud.google.com/go/@v/v0.34.0.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module cloud.google.com/go
1 change: 1 addition & 0 deletions pkg/mod/cache/download/cloud.google.com/go/@v/v0.38.0.info
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"Version":"v0.38.0","Time":"2019-05-01T16:24:28Z"}
24 changes: 24 additions & 0 deletions pkg/mod/cache/download/cloud.google.com/go/@v/v0.38.0.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
module cloud.google.com/go

require (
github.com/golang/mock v1.2.0
github.com/golang/protobuf v1.2.0
github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c
github.com/google/go-cmp v0.2.0
github.com/google/martian v2.1.0+incompatible
github.com/google/pprof v0.0.0-20181206194817-3ea8567a2e57
github.com/googleapis/gax-go/v2 v2.0.4
github.com/jstemmer/go-junit-report v0.0.0-20190106144839-af01ea7f8024
go.opencensus.io v0.21.0
golang.org/x/exp v0.0.0-20190121172915-509febef88a4
golang.org/x/lint v0.0.0-20190301231843-5614ed5bae6f
golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421
golang.org/x/sync v0.0.0-20190227155943-e225da77a7e6
golang.org/x/text v0.3.1-0.20180807135948-17ff2d5776d2
golang.org/x/time v0.0.0-20181108054448-85acf8d2951c
golang.org/x/tools v0.0.0-20190312170243-e65039ee4138
google.golang.org/api v0.4.0
google.golang.org/genproto v0.0.0-20190418145605-e7d98fc518a7
google.golang.org/grpc v1.19.0
honnef.co/go/tools v0.0.0-20190106161140-3f1c8253044a
)
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v0.3.1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"Version":"v0.3.1","Time":"2018-08-15T10:47:33Z"}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module github.com/BurntSushi/toml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v0.0.0-20180822151419-281ae9f2d895
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"Version":"v0.0.0-20180822151419-281ae9f2d895","Time":"2018-08-22T15:14:19Z"}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module github.com/DataDog/datadog-go
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v0.0.0-20160405071501-a0175ee3bccc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"Version":"v0.0.0-20160405071501-a0175ee3bccc","Time":"2016-04-05T07:15:01Z"}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module github.com/alecthomas/template
1 change: 1 addition & 0 deletions pkg/mod/cache/download/github.com/alecthomas/units/@v/list
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v0.0.0-20151022065526-2efee857e7cf
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"Version":"v0.0.0-20151022065526-2efee857e7cf","Time":"2015-10-22T06:55:26Z"}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module github.com/alecthomas/units
2 changes: 2 additions & 0 deletions pkg/mod/cache/download/github.com/amoeba-inc/easyjson/@v/list
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
v0.0.0-20181105170232-0c36cb74083f
v0.0.0-20190820093405-474aadb03472
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module github.com/amoeba-inc/easyjson
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"Version":"v0.0.0-20190820093405-474aadb03472","Time":"2019-08-20T09:34:05Z"}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module github.com/amoeba-inc/easyjson
1 change: 1 addition & 0 deletions pkg/mod/cache/download/github.com/amoeba-inc/xorm/@v/list
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v0.7.1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"Version":"v0.7.1","Time":"2018-11-05T16:42:17Z"}
24 changes: 24 additions & 0 deletions pkg/mod/cache/download/github.com/amoeba-inc/xorm/@v/v0.7.1.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
module github.com/amoeba-inc/xorm

require (
github.com/cockroachdb/apd v1.1.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/denisenkom/go-mssqldb v0.0.0-20181014144952-4e0d7dc8888f
github.com/go-sql-driver/mysql v1.4.0
github.com/go-xorm/builder v0.3.2
github.com/go-xorm/core v0.6.0
github.com/go-xorm/sqlfiddle v0.0.0-20180821085327-62ce714f951a // indirect
github.com/jackc/fake v0.0.0-20150926172116-812a484cc733 // indirect
github.com/jackc/pgx v3.2.0+incompatible
github.com/kr/pretty v0.1.0 // indirect
github.com/lib/pq v1.0.0
github.com/mattn/go-sqlite3 v1.9.0
github.com/pkg/errors v0.8.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/satori/go.uuid v1.2.0 // indirect
github.com/shopspring/decimal v0.0.0-20180709203117-cd690d0c9e24 // indirect
github.com/stretchr/testify v1.2.2
github.com/ziutek/mymysql v1.5.4
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
gopkg.in/stretchr/testify.v1 v1.2.2
)
1 change: 1 addition & 0 deletions pkg/mod/cache/download/github.com/armon/go-metrics/@v/list
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v0.0.0-20180917152333-f0300d1749da
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"Version":"v0.0.0-20180917152333-f0300d1749da","Time":"2018-09-17T15:23:33Z"}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module github.com/armon/go-metrics
1 change: 1 addition & 0 deletions pkg/mod/cache/download/github.com/astaxie/beego/@v/list
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v1.10.1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"Version":"v1.10.1","Time":"2018-07-31T13:18:48Z"}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module github.com/astaxie/beego
2 changes: 2 additions & 0 deletions pkg/mod/cache/download/github.com/beorn7/perks/@v/list
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
v0.0.0-20180321164747-3a771d992973
v1.0.0
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module github.com/beorn7/perks
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"Version":"v1.0.0","Time":"2019-04-14T22:11:40Z"}
3 changes: 3 additions & 0 deletions pkg/mod/cache/download/github.com/beorn7/perks/@v/v1.0.0.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module github.com/beorn7/perks

go 1.12
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v2.2.5+incompatible
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"Version":"v2.2.5+incompatible","Time":"2018-11-26T18:35:17Z"}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module github.com/circonus-labs/circonus-gometrics
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v0.1.3
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"Version":"v0.1.3","Time":"2018-11-28T18:31:03Z"}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module github.com/circonus-labs/circonusllhist
1 change: 1 addition & 0 deletions pkg/mod/cache/download/github.com/client9/misspell/@v/list
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v0.3.4
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"Version":"v0.3.4","Time":"2018-03-09T01:55:12Z"}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module github.com/client9/misspell
1 change: 1 addition & 0 deletions pkg/mod/cache/download/github.com/cockroachdb/apd/@v/list
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v1.1.0
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"Version":"v1.1.0","Time":"2018-07-27T00:43:39Z"}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module github.com/cockroachdb/apd
2 changes: 2 additions & 0 deletions pkg/mod/cache/download/github.com/davecgh/go-spew/@v/list
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
v1.1.0
v1.1.1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module github.com/davecgh/go-spew
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"Version":"v1.1.1","Time":"2018-02-21T23:26:28Z"}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module github.com/davecgh/go-spew
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v1.7.1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"Version":"v1.7.1","Time":"2018-08-31T18:06:37Z"}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module github.com/deckarep/golang-set
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v0.0.0-20181014144952-4e0d7dc8888f
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"Version":"v0.0.0-20181014144952-4e0d7dc8888f","Time":"2018-10-14T14:49:52Z"}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module github.com/denisenkom/go-mssqldb
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v1.4.7
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"Version":"v1.4.7","Time":"2018-01-10T05:33:47Z"}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module github.com/fsnotify/fsnotify
1 change: 1 addition & 0 deletions pkg/mod/cache/download/github.com/gin-contrib/sse/@v/list
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v0.0.0-20170109093832-22d885f9ecc7
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"Version":"v0.0.0-20170109093832-22d885f9ecc7","Time":"2017-01-09T09:38:32Z"}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module github.com/gin-contrib/sse
1 change: 1 addition & 0 deletions pkg/mod/cache/download/github.com/gin-gonic/gin/@v/list
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v1.3.0
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"Version":"v1.3.0","Time":"2018-08-14T08:58:52Z"}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module github.com/gin-gonic/gin
1 change: 1 addition & 0 deletions pkg/mod/cache/download/github.com/go-kit/kit/@v/list
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v0.8.0
Empty file.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"Version":"v0.8.0","Time":"2018-11-08T02:13:29Z"}
1 change: 1 addition & 0 deletions pkg/mod/cache/download/github.com/go-kit/kit/@v/v0.8.0.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module github.com/go-kit/kit
1 change: 1 addition & 0 deletions pkg/mod/cache/download/github.com/go-logfmt/logfmt/@v/list
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v0.3.0
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"Version":"v0.3.0","Time":"2016-11-15T14:25:13Z"}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module github.com/go-logfmt/logfmt
1 change: 1 addition & 0 deletions pkg/mod/cache/download/github.com/go-redis/redis/@v/list
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v6.15.6+incompatible
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"Version":"v6.15.6+incompatible","Time":"2019-10-08T09:42:12Z"}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module github.com/go-redis/redis
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v1.4.0
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"Version":"v1.4.0","Time":"2018-06-03T12:45:54Z"}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module github.com/go-sql-driver/mysql
1 change: 1 addition & 0 deletions pkg/mod/cache/download/github.com/go-stack/stack/@v/list
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v1.8.0
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"Version":"v1.8.0","Time":"2018-08-26T13:48:48Z"}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module github.com/go-stack/stack
1 change: 1 addition & 0 deletions pkg/mod/cache/download/github.com/go-xorm/builder/@v/list
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v0.3.2
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"Version":"v0.3.2","Time":"2018-09-29T00:40:08Z"}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module "github.com/go-xorm/builder"
1 change: 1 addition & 0 deletions pkg/mod/cache/download/github.com/go-xorm/core/@v/list
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v0.6.0
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"Version":"v0.6.0","Time":"2018-05-04T05:52:46Z"}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module "github.com/go-xorm/core"
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v0.0.0-20180821085327-62ce714f951a
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"Version":"v0.0.0-20180821085327-62ce714f951a","Time":"2018-08-21T08:53:27Z"}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module github.com/go-xorm/sqlfiddle
1 change: 1 addition & 0 deletions pkg/mod/cache/download/github.com/gogo/protobuf/@v/list
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v1.1.1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"Version":"v1.1.1","Time":"2018-07-17T14:19:46Z"}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module github.com/gogo/protobuf
1 change: 1 addition & 0 deletions pkg/mod/cache/download/github.com/golang/glog/@v/list
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v0.0.0-20160126235308-23def4e6c14b
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"Version":"v0.0.0-20160126235308-23def4e6c14b","Time":"2016-01-26T23:53:08Z"}
Loading