diff --git a/README_CN.md b/README_CN.md index d6b8a57..9f4aa0e 100644 --- a/README_CN.md +++ b/README_CN.md @@ -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 +``` + \ No newline at end of file diff --git a/pkg/mod/cache/download/amiba.fun/amiba/go-cache/@v/list b/pkg/mod/cache/download/amiba.fun/amiba/go-cache/@v/list new file mode 100644 index 0000000..22c08f7 --- /dev/null +++ b/pkg/mod/cache/download/amiba.fun/amiba/go-cache/@v/list @@ -0,0 +1 @@ +v0.2.1 diff --git a/pkg/mod/cache/download/amiba.fun/amiba/go-cache/@v/list.lock b/pkg/mod/cache/download/amiba.fun/amiba/go-cache/@v/list.lock new file mode 100644 index 0000000..e69de29 diff --git a/pkg/mod/cache/download/amiba.fun/amiba/go-cache/@v/v0.2.1.info b/pkg/mod/cache/download/amiba.fun/amiba/go-cache/@v/v0.2.1.info new file mode 100644 index 0000000..57fa21a --- /dev/null +++ b/pkg/mod/cache/download/amiba.fun/amiba/go-cache/@v/v0.2.1.info @@ -0,0 +1 @@ +{"Version":"v0.2.1","Time":"2019-12-09T07:52:44Z"} \ No newline at end of file diff --git a/pkg/mod/cache/download/amiba.fun/amiba/go-cache/@v/v0.2.1.mod b/pkg/mod/cache/download/amiba.fun/amiba/go-cache/@v/v0.2.1.mod new file mode 100644 index 0000000..bf0175d --- /dev/null +++ b/pkg/mod/cache/download/amiba.fun/amiba/go-cache/@v/v0.2.1.mod @@ -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 +) diff --git a/pkg/mod/cache/download/amiba.fun/amiba/go-component/@v/list b/pkg/mod/cache/download/amiba.fun/amiba/go-component/@v/list new file mode 100644 index 0000000..6b96a84 --- /dev/null +++ b/pkg/mod/cache/download/amiba.fun/amiba/go-component/@v/list @@ -0,0 +1 @@ +v0.0.0-20190820025820-3dedd1033df0 diff --git a/pkg/mod/cache/download/amiba.fun/amiba/go-component/@v/list.lock b/pkg/mod/cache/download/amiba.fun/amiba/go-component/@v/list.lock new file mode 100644 index 0000000..e69de29 diff --git a/pkg/mod/cache/download/amiba.fun/amiba/go-component/@v/v0.0.0-20190820025820-3dedd1033df0.info b/pkg/mod/cache/download/amiba.fun/amiba/go-component/@v/v0.0.0-20190820025820-3dedd1033df0.info new file mode 100644 index 0000000..5f18f2e --- /dev/null +++ b/pkg/mod/cache/download/amiba.fun/amiba/go-component/@v/v0.0.0-20190820025820-3dedd1033df0.info @@ -0,0 +1 @@ +{"Version":"v0.0.0-20190820025820-3dedd1033df0","Time":"2019-08-20T02:58:20Z"} \ No newline at end of file diff --git a/pkg/mod/cache/download/amiba.fun/amiba/go-component/@v/v0.0.0-20190820025820-3dedd1033df0.mod b/pkg/mod/cache/download/amiba.fun/amiba/go-component/@v/v0.0.0-20190820025820-3dedd1033df0.mod new file mode 100644 index 0000000..06f4967 --- /dev/null +++ b/pkg/mod/cache/download/amiba.fun/amiba/go-component/@v/v0.0.0-20190820025820-3dedd1033df0.mod @@ -0,0 +1 @@ +module amiba.fun/amiba/go-component diff --git a/pkg/mod/cache/download/amiba.fun/amiba/go-component/snowflake/@v/list b/pkg/mod/cache/download/amiba.fun/amiba/go-component/snowflake/@v/list new file mode 100644 index 0000000..6b96a84 --- /dev/null +++ b/pkg/mod/cache/download/amiba.fun/amiba/go-component/snowflake/@v/list @@ -0,0 +1 @@ +v0.0.0-20190820025820-3dedd1033df0 diff --git a/pkg/mod/cache/download/amiba.fun/amiba/go-component/snowflake/@v/list.lock b/pkg/mod/cache/download/amiba.fun/amiba/go-component/snowflake/@v/list.lock new file mode 100644 index 0000000..e69de29 diff --git a/pkg/mod/cache/download/amiba.fun/amiba/go-component/snowflake/@v/v0.0.0-20190820025820-3dedd1033df0.info b/pkg/mod/cache/download/amiba.fun/amiba/go-component/snowflake/@v/v0.0.0-20190820025820-3dedd1033df0.info new file mode 100644 index 0000000..5f18f2e --- /dev/null +++ b/pkg/mod/cache/download/amiba.fun/amiba/go-component/snowflake/@v/v0.0.0-20190820025820-3dedd1033df0.info @@ -0,0 +1 @@ +{"Version":"v0.0.0-20190820025820-3dedd1033df0","Time":"2019-08-20T02:58:20Z"} \ No newline at end of file diff --git a/pkg/mod/cache/download/amiba.fun/amiba/go-component/snowflake/@v/v0.0.0-20190820025820-3dedd1033df0.mod b/pkg/mod/cache/download/amiba.fun/amiba/go-component/snowflake/@v/v0.0.0-20190820025820-3dedd1033df0.mod new file mode 100644 index 0000000..acef07a --- /dev/null +++ b/pkg/mod/cache/download/amiba.fun/amiba/go-component/snowflake/@v/v0.0.0-20190820025820-3dedd1033df0.mod @@ -0,0 +1,5 @@ +module amiba.fun/amiba/go-component/snowflake + +go 1.12 + +require github.com/sony/sonyflake v0.0.0-20181109022403-6d5bd6181009 diff --git a/pkg/mod/cache/download/amiba.fun/amiba/goms/@v/list b/pkg/mod/cache/download/amiba.fun/amiba/goms/@v/list new file mode 100644 index 0000000..6f3d225 --- /dev/null +++ b/pkg/mod/cache/download/amiba.fun/amiba/goms/@v/list @@ -0,0 +1 @@ +v0.14.29 diff --git a/pkg/mod/cache/download/amiba.fun/amiba/goms/@v/list.lock b/pkg/mod/cache/download/amiba.fun/amiba/goms/@v/list.lock new file mode 100644 index 0000000..e69de29 diff --git a/pkg/mod/cache/download/amiba.fun/amiba/goms/@v/v0.14.29.info b/pkg/mod/cache/download/amiba.fun/amiba/goms/@v/v0.14.29.info new file mode 100644 index 0000000..473f5bd --- /dev/null +++ b/pkg/mod/cache/download/amiba.fun/amiba/goms/@v/v0.14.29.info @@ -0,0 +1 @@ +{"Version":"v0.14.29","Time":"2019-08-20T03:27:02Z"} \ No newline at end of file diff --git a/pkg/mod/cache/download/amiba.fun/amiba/goms/@v/v0.14.29.mod b/pkg/mod/cache/download/amiba.fun/amiba/goms/@v/v0.14.29.mod new file mode 100644 index 0000000..9560ccd --- /dev/null +++ b/pkg/mod/cache/download/amiba.fun/amiba/goms/@v/v0.14.29.mod @@ -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 +) diff --git a/pkg/mod/cache/download/cloud.google.com/go/@v/list b/pkg/mod/cache/download/cloud.google.com/go/@v/list new file mode 100644 index 0000000..68395f3 --- /dev/null +++ b/pkg/mod/cache/download/cloud.google.com/go/@v/list @@ -0,0 +1,3 @@ +v0.26.0 +v0.34.0 +v0.38.0 diff --git a/pkg/mod/cache/download/cloud.google.com/go/@v/list.lock b/pkg/mod/cache/download/cloud.google.com/go/@v/list.lock new file mode 100644 index 0000000..e69de29 diff --git a/pkg/mod/cache/download/cloud.google.com/go/@v/v0.26.0.mod b/pkg/mod/cache/download/cloud.google.com/go/@v/v0.26.0.mod new file mode 100644 index 0000000..1a16c47 --- /dev/null +++ b/pkg/mod/cache/download/cloud.google.com/go/@v/v0.26.0.mod @@ -0,0 +1 @@ +module cloud.google.com/go diff --git a/pkg/mod/cache/download/cloud.google.com/go/@v/v0.34.0.mod b/pkg/mod/cache/download/cloud.google.com/go/@v/v0.34.0.mod new file mode 100644 index 0000000..1a16c47 --- /dev/null +++ b/pkg/mod/cache/download/cloud.google.com/go/@v/v0.34.0.mod @@ -0,0 +1 @@ +module cloud.google.com/go diff --git a/pkg/mod/cache/download/cloud.google.com/go/@v/v0.38.0.info b/pkg/mod/cache/download/cloud.google.com/go/@v/v0.38.0.info new file mode 100644 index 0000000..73cde13 --- /dev/null +++ b/pkg/mod/cache/download/cloud.google.com/go/@v/v0.38.0.info @@ -0,0 +1 @@ +{"Version":"v0.38.0","Time":"2019-05-01T16:24:28Z"} \ No newline at end of file diff --git a/pkg/mod/cache/download/cloud.google.com/go/@v/v0.38.0.mod b/pkg/mod/cache/download/cloud.google.com/go/@v/v0.38.0.mod new file mode 100644 index 0000000..4235286 --- /dev/null +++ b/pkg/mod/cache/download/cloud.google.com/go/@v/v0.38.0.mod @@ -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 +) diff --git a/pkg/mod/cache/download/github.com/!burnt!sushi/toml/@v/list b/pkg/mod/cache/download/github.com/!burnt!sushi/toml/@v/list new file mode 100644 index 0000000..937cd78 --- /dev/null +++ b/pkg/mod/cache/download/github.com/!burnt!sushi/toml/@v/list @@ -0,0 +1 @@ +v0.3.1 diff --git a/pkg/mod/cache/download/github.com/!burnt!sushi/toml/@v/list.lock b/pkg/mod/cache/download/github.com/!burnt!sushi/toml/@v/list.lock new file mode 100644 index 0000000..e69de29 diff --git a/pkg/mod/cache/download/github.com/!burnt!sushi/toml/@v/v0.3.1.info b/pkg/mod/cache/download/github.com/!burnt!sushi/toml/@v/v0.3.1.info new file mode 100644 index 0000000..b90b7ca --- /dev/null +++ b/pkg/mod/cache/download/github.com/!burnt!sushi/toml/@v/v0.3.1.info @@ -0,0 +1 @@ +{"Version":"v0.3.1","Time":"2018-08-15T10:47:33Z"} \ No newline at end of file diff --git a/pkg/mod/cache/download/github.com/!burnt!sushi/toml/@v/v0.3.1.mod b/pkg/mod/cache/download/github.com/!burnt!sushi/toml/@v/v0.3.1.mod new file mode 100644 index 0000000..3fd5634 --- /dev/null +++ b/pkg/mod/cache/download/github.com/!burnt!sushi/toml/@v/v0.3.1.mod @@ -0,0 +1 @@ +module github.com/BurntSushi/toml diff --git a/pkg/mod/cache/download/github.com/!data!dog/datadog-go/@v/list b/pkg/mod/cache/download/github.com/!data!dog/datadog-go/@v/list new file mode 100644 index 0000000..35cf77d --- /dev/null +++ b/pkg/mod/cache/download/github.com/!data!dog/datadog-go/@v/list @@ -0,0 +1 @@ +v0.0.0-20180822151419-281ae9f2d895 diff --git a/pkg/mod/cache/download/github.com/!data!dog/datadog-go/@v/list.lock b/pkg/mod/cache/download/github.com/!data!dog/datadog-go/@v/list.lock new file mode 100644 index 0000000..e69de29 diff --git a/pkg/mod/cache/download/github.com/!data!dog/datadog-go/@v/v0.0.0-20180822151419-281ae9f2d895.info b/pkg/mod/cache/download/github.com/!data!dog/datadog-go/@v/v0.0.0-20180822151419-281ae9f2d895.info new file mode 100644 index 0000000..95c38b1 --- /dev/null +++ b/pkg/mod/cache/download/github.com/!data!dog/datadog-go/@v/v0.0.0-20180822151419-281ae9f2d895.info @@ -0,0 +1 @@ +{"Version":"v0.0.0-20180822151419-281ae9f2d895","Time":"2018-08-22T15:14:19Z"} \ No newline at end of file diff --git a/pkg/mod/cache/download/github.com/!data!dog/datadog-go/@v/v0.0.0-20180822151419-281ae9f2d895.mod b/pkg/mod/cache/download/github.com/!data!dog/datadog-go/@v/v0.0.0-20180822151419-281ae9f2d895.mod new file mode 100644 index 0000000..bbb5a0c --- /dev/null +++ b/pkg/mod/cache/download/github.com/!data!dog/datadog-go/@v/v0.0.0-20180822151419-281ae9f2d895.mod @@ -0,0 +1 @@ +module github.com/DataDog/datadog-go diff --git a/pkg/mod/cache/download/github.com/alecthomas/template/@v/list b/pkg/mod/cache/download/github.com/alecthomas/template/@v/list new file mode 100644 index 0000000..35b1570 --- /dev/null +++ b/pkg/mod/cache/download/github.com/alecthomas/template/@v/list @@ -0,0 +1 @@ +v0.0.0-20160405071501-a0175ee3bccc diff --git a/pkg/mod/cache/download/github.com/alecthomas/template/@v/list.lock b/pkg/mod/cache/download/github.com/alecthomas/template/@v/list.lock new file mode 100644 index 0000000..e69de29 diff --git a/pkg/mod/cache/download/github.com/alecthomas/template/@v/v0.0.0-20160405071501-a0175ee3bccc.info b/pkg/mod/cache/download/github.com/alecthomas/template/@v/v0.0.0-20160405071501-a0175ee3bccc.info new file mode 100644 index 0000000..8ff089a --- /dev/null +++ b/pkg/mod/cache/download/github.com/alecthomas/template/@v/v0.0.0-20160405071501-a0175ee3bccc.info @@ -0,0 +1 @@ +{"Version":"v0.0.0-20160405071501-a0175ee3bccc","Time":"2016-04-05T07:15:01Z"} \ No newline at end of file diff --git a/pkg/mod/cache/download/github.com/alecthomas/template/@v/v0.0.0-20160405071501-a0175ee3bccc.mod b/pkg/mod/cache/download/github.com/alecthomas/template/@v/v0.0.0-20160405071501-a0175ee3bccc.mod new file mode 100644 index 0000000..a70670a --- /dev/null +++ b/pkg/mod/cache/download/github.com/alecthomas/template/@v/v0.0.0-20160405071501-a0175ee3bccc.mod @@ -0,0 +1 @@ +module github.com/alecthomas/template diff --git a/pkg/mod/cache/download/github.com/alecthomas/units/@v/list b/pkg/mod/cache/download/github.com/alecthomas/units/@v/list new file mode 100644 index 0000000..55905fc --- /dev/null +++ b/pkg/mod/cache/download/github.com/alecthomas/units/@v/list @@ -0,0 +1 @@ +v0.0.0-20151022065526-2efee857e7cf diff --git a/pkg/mod/cache/download/github.com/alecthomas/units/@v/list.lock b/pkg/mod/cache/download/github.com/alecthomas/units/@v/list.lock new file mode 100644 index 0000000..e69de29 diff --git a/pkg/mod/cache/download/github.com/alecthomas/units/@v/v0.0.0-20151022065526-2efee857e7cf.info b/pkg/mod/cache/download/github.com/alecthomas/units/@v/v0.0.0-20151022065526-2efee857e7cf.info new file mode 100644 index 0000000..08508c1 --- /dev/null +++ b/pkg/mod/cache/download/github.com/alecthomas/units/@v/v0.0.0-20151022065526-2efee857e7cf.info @@ -0,0 +1 @@ +{"Version":"v0.0.0-20151022065526-2efee857e7cf","Time":"2015-10-22T06:55:26Z"} \ No newline at end of file diff --git a/pkg/mod/cache/download/github.com/alecthomas/units/@v/v0.0.0-20151022065526-2efee857e7cf.mod b/pkg/mod/cache/download/github.com/alecthomas/units/@v/v0.0.0-20151022065526-2efee857e7cf.mod new file mode 100644 index 0000000..f572173 --- /dev/null +++ b/pkg/mod/cache/download/github.com/alecthomas/units/@v/v0.0.0-20151022065526-2efee857e7cf.mod @@ -0,0 +1 @@ +module github.com/alecthomas/units diff --git a/pkg/mod/cache/download/github.com/amoeba-inc/easyjson/@v/list b/pkg/mod/cache/download/github.com/amoeba-inc/easyjson/@v/list new file mode 100644 index 0000000..c57ec50 --- /dev/null +++ b/pkg/mod/cache/download/github.com/amoeba-inc/easyjson/@v/list @@ -0,0 +1,2 @@ +v0.0.0-20181105170232-0c36cb74083f +v0.0.0-20190820093405-474aadb03472 diff --git a/pkg/mod/cache/download/github.com/amoeba-inc/easyjson/@v/list.lock b/pkg/mod/cache/download/github.com/amoeba-inc/easyjson/@v/list.lock new file mode 100644 index 0000000..e69de29 diff --git a/pkg/mod/cache/download/github.com/amoeba-inc/easyjson/@v/v0.0.0-20181105170232-0c36cb74083f.mod b/pkg/mod/cache/download/github.com/amoeba-inc/easyjson/@v/v0.0.0-20181105170232-0c36cb74083f.mod new file mode 100644 index 0000000..0267bc2 --- /dev/null +++ b/pkg/mod/cache/download/github.com/amoeba-inc/easyjson/@v/v0.0.0-20181105170232-0c36cb74083f.mod @@ -0,0 +1 @@ +module github.com/amoeba-inc/easyjson diff --git a/pkg/mod/cache/download/github.com/amoeba-inc/easyjson/@v/v0.0.0-20190820093405-474aadb03472.info b/pkg/mod/cache/download/github.com/amoeba-inc/easyjson/@v/v0.0.0-20190820093405-474aadb03472.info new file mode 100644 index 0000000..c240940 --- /dev/null +++ b/pkg/mod/cache/download/github.com/amoeba-inc/easyjson/@v/v0.0.0-20190820093405-474aadb03472.info @@ -0,0 +1 @@ +{"Version":"v0.0.0-20190820093405-474aadb03472","Time":"2019-08-20T09:34:05Z"} \ No newline at end of file diff --git a/pkg/mod/cache/download/github.com/amoeba-inc/easyjson/@v/v0.0.0-20190820093405-474aadb03472.mod b/pkg/mod/cache/download/github.com/amoeba-inc/easyjson/@v/v0.0.0-20190820093405-474aadb03472.mod new file mode 100644 index 0000000..0267bc2 --- /dev/null +++ b/pkg/mod/cache/download/github.com/amoeba-inc/easyjson/@v/v0.0.0-20190820093405-474aadb03472.mod @@ -0,0 +1 @@ +module github.com/amoeba-inc/easyjson diff --git a/pkg/mod/cache/download/github.com/amoeba-inc/xorm/@v/list b/pkg/mod/cache/download/github.com/amoeba-inc/xorm/@v/list new file mode 100644 index 0000000..63f2359 --- /dev/null +++ b/pkg/mod/cache/download/github.com/amoeba-inc/xorm/@v/list @@ -0,0 +1 @@ +v0.7.1 diff --git a/pkg/mod/cache/download/github.com/amoeba-inc/xorm/@v/list.lock b/pkg/mod/cache/download/github.com/amoeba-inc/xorm/@v/list.lock new file mode 100644 index 0000000..e69de29 diff --git a/pkg/mod/cache/download/github.com/amoeba-inc/xorm/@v/v0.7.1.info b/pkg/mod/cache/download/github.com/amoeba-inc/xorm/@v/v0.7.1.info new file mode 100644 index 0000000..6cd5310 --- /dev/null +++ b/pkg/mod/cache/download/github.com/amoeba-inc/xorm/@v/v0.7.1.info @@ -0,0 +1 @@ +{"Version":"v0.7.1","Time":"2018-11-05T16:42:17Z"} \ No newline at end of file diff --git a/pkg/mod/cache/download/github.com/amoeba-inc/xorm/@v/v0.7.1.mod b/pkg/mod/cache/download/github.com/amoeba-inc/xorm/@v/v0.7.1.mod new file mode 100644 index 0000000..2ae9bcd --- /dev/null +++ b/pkg/mod/cache/download/github.com/amoeba-inc/xorm/@v/v0.7.1.mod @@ -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 +) diff --git a/pkg/mod/cache/download/github.com/armon/go-metrics/@v/list b/pkg/mod/cache/download/github.com/armon/go-metrics/@v/list new file mode 100644 index 0000000..094265a --- /dev/null +++ b/pkg/mod/cache/download/github.com/armon/go-metrics/@v/list @@ -0,0 +1 @@ +v0.0.0-20180917152333-f0300d1749da diff --git a/pkg/mod/cache/download/github.com/armon/go-metrics/@v/list.lock b/pkg/mod/cache/download/github.com/armon/go-metrics/@v/list.lock new file mode 100644 index 0000000..e69de29 diff --git a/pkg/mod/cache/download/github.com/armon/go-metrics/@v/v0.0.0-20180917152333-f0300d1749da.info b/pkg/mod/cache/download/github.com/armon/go-metrics/@v/v0.0.0-20180917152333-f0300d1749da.info new file mode 100644 index 0000000..706609e --- /dev/null +++ b/pkg/mod/cache/download/github.com/armon/go-metrics/@v/v0.0.0-20180917152333-f0300d1749da.info @@ -0,0 +1 @@ +{"Version":"v0.0.0-20180917152333-f0300d1749da","Time":"2018-09-17T15:23:33Z"} \ No newline at end of file diff --git a/pkg/mod/cache/download/github.com/armon/go-metrics/@v/v0.0.0-20180917152333-f0300d1749da.mod b/pkg/mod/cache/download/github.com/armon/go-metrics/@v/v0.0.0-20180917152333-f0300d1749da.mod new file mode 100644 index 0000000..fe986fc --- /dev/null +++ b/pkg/mod/cache/download/github.com/armon/go-metrics/@v/v0.0.0-20180917152333-f0300d1749da.mod @@ -0,0 +1 @@ +module github.com/armon/go-metrics diff --git a/pkg/mod/cache/download/github.com/astaxie/beego/@v/list b/pkg/mod/cache/download/github.com/astaxie/beego/@v/list new file mode 100644 index 0000000..29833cb --- /dev/null +++ b/pkg/mod/cache/download/github.com/astaxie/beego/@v/list @@ -0,0 +1 @@ +v1.10.1 diff --git a/pkg/mod/cache/download/github.com/astaxie/beego/@v/list.lock b/pkg/mod/cache/download/github.com/astaxie/beego/@v/list.lock new file mode 100644 index 0000000..e69de29 diff --git a/pkg/mod/cache/download/github.com/astaxie/beego/@v/v1.10.1.info b/pkg/mod/cache/download/github.com/astaxie/beego/@v/v1.10.1.info new file mode 100644 index 0000000..6173e55 --- /dev/null +++ b/pkg/mod/cache/download/github.com/astaxie/beego/@v/v1.10.1.info @@ -0,0 +1 @@ +{"Version":"v1.10.1","Time":"2018-07-31T13:18:48Z"} \ No newline at end of file diff --git a/pkg/mod/cache/download/github.com/astaxie/beego/@v/v1.10.1.mod b/pkg/mod/cache/download/github.com/astaxie/beego/@v/v1.10.1.mod new file mode 100644 index 0000000..c887798 --- /dev/null +++ b/pkg/mod/cache/download/github.com/astaxie/beego/@v/v1.10.1.mod @@ -0,0 +1 @@ +module github.com/astaxie/beego diff --git a/pkg/mod/cache/download/github.com/beorn7/perks/@v/list b/pkg/mod/cache/download/github.com/beorn7/perks/@v/list new file mode 100644 index 0000000..735f11c --- /dev/null +++ b/pkg/mod/cache/download/github.com/beorn7/perks/@v/list @@ -0,0 +1,2 @@ +v0.0.0-20180321164747-3a771d992973 +v1.0.0 diff --git a/pkg/mod/cache/download/github.com/beorn7/perks/@v/list.lock b/pkg/mod/cache/download/github.com/beorn7/perks/@v/list.lock new file mode 100644 index 0000000..e69de29 diff --git a/pkg/mod/cache/download/github.com/beorn7/perks/@v/v0.0.0-20180321164747-3a771d992973.mod b/pkg/mod/cache/download/github.com/beorn7/perks/@v/v0.0.0-20180321164747-3a771d992973.mod new file mode 100644 index 0000000..7e893c0 --- /dev/null +++ b/pkg/mod/cache/download/github.com/beorn7/perks/@v/v0.0.0-20180321164747-3a771d992973.mod @@ -0,0 +1 @@ +module github.com/beorn7/perks diff --git a/pkg/mod/cache/download/github.com/beorn7/perks/@v/v1.0.0.info b/pkg/mod/cache/download/github.com/beorn7/perks/@v/v1.0.0.info new file mode 100644 index 0000000..a1cb7f0 --- /dev/null +++ b/pkg/mod/cache/download/github.com/beorn7/perks/@v/v1.0.0.info @@ -0,0 +1 @@ +{"Version":"v1.0.0","Time":"2019-04-14T22:11:40Z"} \ No newline at end of file diff --git a/pkg/mod/cache/download/github.com/beorn7/perks/@v/v1.0.0.mod b/pkg/mod/cache/download/github.com/beorn7/perks/@v/v1.0.0.mod new file mode 100644 index 0000000..cef4dd2 --- /dev/null +++ b/pkg/mod/cache/download/github.com/beorn7/perks/@v/v1.0.0.mod @@ -0,0 +1,3 @@ +module github.com/beorn7/perks + +go 1.12 diff --git a/pkg/mod/cache/download/github.com/circonus-labs/circonus-gometrics/@v/list b/pkg/mod/cache/download/github.com/circonus-labs/circonus-gometrics/@v/list new file mode 100644 index 0000000..129eee0 --- /dev/null +++ b/pkg/mod/cache/download/github.com/circonus-labs/circonus-gometrics/@v/list @@ -0,0 +1 @@ +v2.2.5+incompatible diff --git a/pkg/mod/cache/download/github.com/circonus-labs/circonus-gometrics/@v/list.lock b/pkg/mod/cache/download/github.com/circonus-labs/circonus-gometrics/@v/list.lock new file mode 100644 index 0000000..e69de29 diff --git a/pkg/mod/cache/download/github.com/circonus-labs/circonus-gometrics/@v/v2.2.5+incompatible.info b/pkg/mod/cache/download/github.com/circonus-labs/circonus-gometrics/@v/v2.2.5+incompatible.info new file mode 100644 index 0000000..8e90559 --- /dev/null +++ b/pkg/mod/cache/download/github.com/circonus-labs/circonus-gometrics/@v/v2.2.5+incompatible.info @@ -0,0 +1 @@ +{"Version":"v2.2.5+incompatible","Time":"2018-11-26T18:35:17Z"} \ No newline at end of file diff --git a/pkg/mod/cache/download/github.com/circonus-labs/circonus-gometrics/@v/v2.2.5+incompatible.mod b/pkg/mod/cache/download/github.com/circonus-labs/circonus-gometrics/@v/v2.2.5+incompatible.mod new file mode 100644 index 0000000..c88f0d2 --- /dev/null +++ b/pkg/mod/cache/download/github.com/circonus-labs/circonus-gometrics/@v/v2.2.5+incompatible.mod @@ -0,0 +1 @@ +module github.com/circonus-labs/circonus-gometrics diff --git a/pkg/mod/cache/download/github.com/circonus-labs/circonusllhist/@v/list b/pkg/mod/cache/download/github.com/circonus-labs/circonusllhist/@v/list new file mode 100644 index 0000000..04e1946 --- /dev/null +++ b/pkg/mod/cache/download/github.com/circonus-labs/circonusllhist/@v/list @@ -0,0 +1 @@ +v0.1.3 diff --git a/pkg/mod/cache/download/github.com/circonus-labs/circonusllhist/@v/list.lock b/pkg/mod/cache/download/github.com/circonus-labs/circonusllhist/@v/list.lock new file mode 100644 index 0000000..e69de29 diff --git a/pkg/mod/cache/download/github.com/circonus-labs/circonusllhist/@v/v0.1.3.info b/pkg/mod/cache/download/github.com/circonus-labs/circonusllhist/@v/v0.1.3.info new file mode 100644 index 0000000..1a69b01 --- /dev/null +++ b/pkg/mod/cache/download/github.com/circonus-labs/circonusllhist/@v/v0.1.3.info @@ -0,0 +1 @@ +{"Version":"v0.1.3","Time":"2018-11-28T18:31:03Z"} \ No newline at end of file diff --git a/pkg/mod/cache/download/github.com/circonus-labs/circonusllhist/@v/v0.1.3.mod b/pkg/mod/cache/download/github.com/circonus-labs/circonusllhist/@v/v0.1.3.mod new file mode 100644 index 0000000..d7fa177 --- /dev/null +++ b/pkg/mod/cache/download/github.com/circonus-labs/circonusllhist/@v/v0.1.3.mod @@ -0,0 +1 @@ +module github.com/circonus-labs/circonusllhist diff --git a/pkg/mod/cache/download/github.com/client9/misspell/@v/list b/pkg/mod/cache/download/github.com/client9/misspell/@v/list new file mode 100644 index 0000000..f54b243 --- /dev/null +++ b/pkg/mod/cache/download/github.com/client9/misspell/@v/list @@ -0,0 +1 @@ +v0.3.4 diff --git a/pkg/mod/cache/download/github.com/client9/misspell/@v/list.lock b/pkg/mod/cache/download/github.com/client9/misspell/@v/list.lock new file mode 100644 index 0000000..e69de29 diff --git a/pkg/mod/cache/download/github.com/client9/misspell/@v/v0.3.4.info b/pkg/mod/cache/download/github.com/client9/misspell/@v/v0.3.4.info new file mode 100644 index 0000000..fb2b737 --- /dev/null +++ b/pkg/mod/cache/download/github.com/client9/misspell/@v/v0.3.4.info @@ -0,0 +1 @@ +{"Version":"v0.3.4","Time":"2018-03-09T01:55:12Z"} \ No newline at end of file diff --git a/pkg/mod/cache/download/github.com/client9/misspell/@v/v0.3.4.mod b/pkg/mod/cache/download/github.com/client9/misspell/@v/v0.3.4.mod new file mode 100644 index 0000000..2bdcc81 --- /dev/null +++ b/pkg/mod/cache/download/github.com/client9/misspell/@v/v0.3.4.mod @@ -0,0 +1 @@ +module github.com/client9/misspell diff --git a/pkg/mod/cache/download/github.com/cockroachdb/apd/@v/list b/pkg/mod/cache/download/github.com/cockroachdb/apd/@v/list new file mode 100644 index 0000000..795460f --- /dev/null +++ b/pkg/mod/cache/download/github.com/cockroachdb/apd/@v/list @@ -0,0 +1 @@ +v1.1.0 diff --git a/pkg/mod/cache/download/github.com/cockroachdb/apd/@v/list.lock b/pkg/mod/cache/download/github.com/cockroachdb/apd/@v/list.lock new file mode 100644 index 0000000..e69de29 diff --git a/pkg/mod/cache/download/github.com/cockroachdb/apd/@v/v1.1.0.info b/pkg/mod/cache/download/github.com/cockroachdb/apd/@v/v1.1.0.info new file mode 100644 index 0000000..12ff8c3 --- /dev/null +++ b/pkg/mod/cache/download/github.com/cockroachdb/apd/@v/v1.1.0.info @@ -0,0 +1 @@ +{"Version":"v1.1.0","Time":"2018-07-27T00:43:39Z"} \ No newline at end of file diff --git a/pkg/mod/cache/download/github.com/cockroachdb/apd/@v/v1.1.0.mod b/pkg/mod/cache/download/github.com/cockroachdb/apd/@v/v1.1.0.mod new file mode 100644 index 0000000..1a048c4 --- /dev/null +++ b/pkg/mod/cache/download/github.com/cockroachdb/apd/@v/v1.1.0.mod @@ -0,0 +1 @@ +module github.com/cockroachdb/apd diff --git a/pkg/mod/cache/download/github.com/davecgh/go-spew/@v/list b/pkg/mod/cache/download/github.com/davecgh/go-spew/@v/list new file mode 100644 index 0000000..1af0c48 --- /dev/null +++ b/pkg/mod/cache/download/github.com/davecgh/go-spew/@v/list @@ -0,0 +1,2 @@ +v1.1.0 +v1.1.1 diff --git a/pkg/mod/cache/download/github.com/davecgh/go-spew/@v/list.lock b/pkg/mod/cache/download/github.com/davecgh/go-spew/@v/list.lock new file mode 100644 index 0000000..e69de29 diff --git a/pkg/mod/cache/download/github.com/davecgh/go-spew/@v/v1.1.0.mod b/pkg/mod/cache/download/github.com/davecgh/go-spew/@v/v1.1.0.mod new file mode 100644 index 0000000..5e4b0f5 --- /dev/null +++ b/pkg/mod/cache/download/github.com/davecgh/go-spew/@v/v1.1.0.mod @@ -0,0 +1 @@ +module github.com/davecgh/go-spew diff --git a/pkg/mod/cache/download/github.com/davecgh/go-spew/@v/v1.1.1.info b/pkg/mod/cache/download/github.com/davecgh/go-spew/@v/v1.1.1.info new file mode 100644 index 0000000..0644503 --- /dev/null +++ b/pkg/mod/cache/download/github.com/davecgh/go-spew/@v/v1.1.1.info @@ -0,0 +1 @@ +{"Version":"v1.1.1","Time":"2018-02-21T23:26:28Z"} \ No newline at end of file diff --git a/pkg/mod/cache/download/github.com/davecgh/go-spew/@v/v1.1.1.mod b/pkg/mod/cache/download/github.com/davecgh/go-spew/@v/v1.1.1.mod new file mode 100644 index 0000000..5e4b0f5 --- /dev/null +++ b/pkg/mod/cache/download/github.com/davecgh/go-spew/@v/v1.1.1.mod @@ -0,0 +1 @@ +module github.com/davecgh/go-spew diff --git a/pkg/mod/cache/download/github.com/deckarep/golang-set/@v/list b/pkg/mod/cache/download/github.com/deckarep/golang-set/@v/list new file mode 100644 index 0000000..a97fc44 --- /dev/null +++ b/pkg/mod/cache/download/github.com/deckarep/golang-set/@v/list @@ -0,0 +1 @@ +v1.7.1 diff --git a/pkg/mod/cache/download/github.com/deckarep/golang-set/@v/list.lock b/pkg/mod/cache/download/github.com/deckarep/golang-set/@v/list.lock new file mode 100644 index 0000000..e69de29 diff --git a/pkg/mod/cache/download/github.com/deckarep/golang-set/@v/v1.7.1.info b/pkg/mod/cache/download/github.com/deckarep/golang-set/@v/v1.7.1.info new file mode 100644 index 0000000..6c6228a --- /dev/null +++ b/pkg/mod/cache/download/github.com/deckarep/golang-set/@v/v1.7.1.info @@ -0,0 +1 @@ +{"Version":"v1.7.1","Time":"2018-08-31T18:06:37Z"} \ No newline at end of file diff --git a/pkg/mod/cache/download/github.com/deckarep/golang-set/@v/v1.7.1.mod b/pkg/mod/cache/download/github.com/deckarep/golang-set/@v/v1.7.1.mod new file mode 100644 index 0000000..bef3f71 --- /dev/null +++ b/pkg/mod/cache/download/github.com/deckarep/golang-set/@v/v1.7.1.mod @@ -0,0 +1 @@ +module github.com/deckarep/golang-set diff --git a/pkg/mod/cache/download/github.com/denisenkom/go-mssqldb/@v/list b/pkg/mod/cache/download/github.com/denisenkom/go-mssqldb/@v/list new file mode 100644 index 0000000..b81a8cb --- /dev/null +++ b/pkg/mod/cache/download/github.com/denisenkom/go-mssqldb/@v/list @@ -0,0 +1 @@ +v0.0.0-20181014144952-4e0d7dc8888f diff --git a/pkg/mod/cache/download/github.com/denisenkom/go-mssqldb/@v/list.lock b/pkg/mod/cache/download/github.com/denisenkom/go-mssqldb/@v/list.lock new file mode 100644 index 0000000..e69de29 diff --git a/pkg/mod/cache/download/github.com/denisenkom/go-mssqldb/@v/v0.0.0-20181014144952-4e0d7dc8888f.info b/pkg/mod/cache/download/github.com/denisenkom/go-mssqldb/@v/v0.0.0-20181014144952-4e0d7dc8888f.info new file mode 100644 index 0000000..97bbac6 --- /dev/null +++ b/pkg/mod/cache/download/github.com/denisenkom/go-mssqldb/@v/v0.0.0-20181014144952-4e0d7dc8888f.info @@ -0,0 +1 @@ +{"Version":"v0.0.0-20181014144952-4e0d7dc8888f","Time":"2018-10-14T14:49:52Z"} \ No newline at end of file diff --git a/pkg/mod/cache/download/github.com/denisenkom/go-mssqldb/@v/v0.0.0-20181014144952-4e0d7dc8888f.mod b/pkg/mod/cache/download/github.com/denisenkom/go-mssqldb/@v/v0.0.0-20181014144952-4e0d7dc8888f.mod new file mode 100644 index 0000000..038c75a --- /dev/null +++ b/pkg/mod/cache/download/github.com/denisenkom/go-mssqldb/@v/v0.0.0-20181014144952-4e0d7dc8888f.mod @@ -0,0 +1 @@ +module github.com/denisenkom/go-mssqldb diff --git a/pkg/mod/cache/download/github.com/fsnotify/fsnotify/@v/list b/pkg/mod/cache/download/github.com/fsnotify/fsnotify/@v/list new file mode 100644 index 0000000..ff1560e --- /dev/null +++ b/pkg/mod/cache/download/github.com/fsnotify/fsnotify/@v/list @@ -0,0 +1 @@ +v1.4.7 diff --git a/pkg/mod/cache/download/github.com/fsnotify/fsnotify/@v/list.lock b/pkg/mod/cache/download/github.com/fsnotify/fsnotify/@v/list.lock new file mode 100644 index 0000000..e69de29 diff --git a/pkg/mod/cache/download/github.com/fsnotify/fsnotify/@v/v1.4.7.info b/pkg/mod/cache/download/github.com/fsnotify/fsnotify/@v/v1.4.7.info new file mode 100644 index 0000000..8b952b1 --- /dev/null +++ b/pkg/mod/cache/download/github.com/fsnotify/fsnotify/@v/v1.4.7.info @@ -0,0 +1 @@ +{"Version":"v1.4.7","Time":"2018-01-10T05:33:47Z"} \ No newline at end of file diff --git a/pkg/mod/cache/download/github.com/fsnotify/fsnotify/@v/v1.4.7.mod b/pkg/mod/cache/download/github.com/fsnotify/fsnotify/@v/v1.4.7.mod new file mode 100644 index 0000000..4a2ed58 --- /dev/null +++ b/pkg/mod/cache/download/github.com/fsnotify/fsnotify/@v/v1.4.7.mod @@ -0,0 +1 @@ +module github.com/fsnotify/fsnotify diff --git a/pkg/mod/cache/download/github.com/gin-contrib/sse/@v/list b/pkg/mod/cache/download/github.com/gin-contrib/sse/@v/list new file mode 100644 index 0000000..1382bf9 --- /dev/null +++ b/pkg/mod/cache/download/github.com/gin-contrib/sse/@v/list @@ -0,0 +1 @@ +v0.0.0-20170109093832-22d885f9ecc7 diff --git a/pkg/mod/cache/download/github.com/gin-contrib/sse/@v/list.lock b/pkg/mod/cache/download/github.com/gin-contrib/sse/@v/list.lock new file mode 100644 index 0000000..e69de29 diff --git a/pkg/mod/cache/download/github.com/gin-contrib/sse/@v/v0.0.0-20170109093832-22d885f9ecc7.info b/pkg/mod/cache/download/github.com/gin-contrib/sse/@v/v0.0.0-20170109093832-22d885f9ecc7.info new file mode 100644 index 0000000..3fd9567 --- /dev/null +++ b/pkg/mod/cache/download/github.com/gin-contrib/sse/@v/v0.0.0-20170109093832-22d885f9ecc7.info @@ -0,0 +1 @@ +{"Version":"v0.0.0-20170109093832-22d885f9ecc7","Time":"2017-01-09T09:38:32Z"} \ No newline at end of file diff --git a/pkg/mod/cache/download/github.com/gin-contrib/sse/@v/v0.0.0-20170109093832-22d885f9ecc7.mod b/pkg/mod/cache/download/github.com/gin-contrib/sse/@v/v0.0.0-20170109093832-22d885f9ecc7.mod new file mode 100644 index 0000000..ef2f3c0 --- /dev/null +++ b/pkg/mod/cache/download/github.com/gin-contrib/sse/@v/v0.0.0-20170109093832-22d885f9ecc7.mod @@ -0,0 +1 @@ +module github.com/gin-contrib/sse diff --git a/pkg/mod/cache/download/github.com/gin-gonic/gin/@v/list b/pkg/mod/cache/download/github.com/gin-gonic/gin/@v/list new file mode 100644 index 0000000..18fa8e7 --- /dev/null +++ b/pkg/mod/cache/download/github.com/gin-gonic/gin/@v/list @@ -0,0 +1 @@ +v1.3.0 diff --git a/pkg/mod/cache/download/github.com/gin-gonic/gin/@v/list.lock b/pkg/mod/cache/download/github.com/gin-gonic/gin/@v/list.lock new file mode 100644 index 0000000..e69de29 diff --git a/pkg/mod/cache/download/github.com/gin-gonic/gin/@v/v1.3.0.info b/pkg/mod/cache/download/github.com/gin-gonic/gin/@v/v1.3.0.info new file mode 100644 index 0000000..b2c3ae9 --- /dev/null +++ b/pkg/mod/cache/download/github.com/gin-gonic/gin/@v/v1.3.0.info @@ -0,0 +1 @@ +{"Version":"v1.3.0","Time":"2018-08-14T08:58:52Z"} \ No newline at end of file diff --git a/pkg/mod/cache/download/github.com/gin-gonic/gin/@v/v1.3.0.mod b/pkg/mod/cache/download/github.com/gin-gonic/gin/@v/v1.3.0.mod new file mode 100644 index 0000000..aa7cdd4 --- /dev/null +++ b/pkg/mod/cache/download/github.com/gin-gonic/gin/@v/v1.3.0.mod @@ -0,0 +1 @@ +module github.com/gin-gonic/gin diff --git a/pkg/mod/cache/download/github.com/go-kit/kit/@v/list b/pkg/mod/cache/download/github.com/go-kit/kit/@v/list new file mode 100644 index 0000000..b19b521 --- /dev/null +++ b/pkg/mod/cache/download/github.com/go-kit/kit/@v/list @@ -0,0 +1 @@ +v0.8.0 diff --git a/pkg/mod/cache/download/github.com/go-kit/kit/@v/list.lock b/pkg/mod/cache/download/github.com/go-kit/kit/@v/list.lock new file mode 100644 index 0000000..e69de29 diff --git a/pkg/mod/cache/download/github.com/go-kit/kit/@v/v0.8.0.info b/pkg/mod/cache/download/github.com/go-kit/kit/@v/v0.8.0.info new file mode 100644 index 0000000..224b18f --- /dev/null +++ b/pkg/mod/cache/download/github.com/go-kit/kit/@v/v0.8.0.info @@ -0,0 +1 @@ +{"Version":"v0.8.0","Time":"2018-11-08T02:13:29Z"} \ No newline at end of file diff --git a/pkg/mod/cache/download/github.com/go-kit/kit/@v/v0.8.0.mod b/pkg/mod/cache/download/github.com/go-kit/kit/@v/v0.8.0.mod new file mode 100644 index 0000000..ccdc44b --- /dev/null +++ b/pkg/mod/cache/download/github.com/go-kit/kit/@v/v0.8.0.mod @@ -0,0 +1 @@ +module github.com/go-kit/kit diff --git a/pkg/mod/cache/download/github.com/go-logfmt/logfmt/@v/list b/pkg/mod/cache/download/github.com/go-logfmt/logfmt/@v/list new file mode 100644 index 0000000..268b033 --- /dev/null +++ b/pkg/mod/cache/download/github.com/go-logfmt/logfmt/@v/list @@ -0,0 +1 @@ +v0.3.0 diff --git a/pkg/mod/cache/download/github.com/go-logfmt/logfmt/@v/list.lock b/pkg/mod/cache/download/github.com/go-logfmt/logfmt/@v/list.lock new file mode 100644 index 0000000..e69de29 diff --git a/pkg/mod/cache/download/github.com/go-logfmt/logfmt/@v/v0.3.0.info b/pkg/mod/cache/download/github.com/go-logfmt/logfmt/@v/v0.3.0.info new file mode 100644 index 0000000..ff99899 --- /dev/null +++ b/pkg/mod/cache/download/github.com/go-logfmt/logfmt/@v/v0.3.0.info @@ -0,0 +1 @@ +{"Version":"v0.3.0","Time":"2016-11-15T14:25:13Z"} \ No newline at end of file diff --git a/pkg/mod/cache/download/github.com/go-logfmt/logfmt/@v/v0.3.0.mod b/pkg/mod/cache/download/github.com/go-logfmt/logfmt/@v/v0.3.0.mod new file mode 100644 index 0000000..c149059 --- /dev/null +++ b/pkg/mod/cache/download/github.com/go-logfmt/logfmt/@v/v0.3.0.mod @@ -0,0 +1 @@ +module github.com/go-logfmt/logfmt diff --git a/pkg/mod/cache/download/github.com/go-redis/redis/@v/list b/pkg/mod/cache/download/github.com/go-redis/redis/@v/list new file mode 100644 index 0000000..144b3c5 --- /dev/null +++ b/pkg/mod/cache/download/github.com/go-redis/redis/@v/list @@ -0,0 +1 @@ +v6.15.6+incompatible diff --git a/pkg/mod/cache/download/github.com/go-redis/redis/@v/list.lock b/pkg/mod/cache/download/github.com/go-redis/redis/@v/list.lock new file mode 100644 index 0000000..e69de29 diff --git a/pkg/mod/cache/download/github.com/go-redis/redis/@v/v6.15.6+incompatible.info b/pkg/mod/cache/download/github.com/go-redis/redis/@v/v6.15.6+incompatible.info new file mode 100644 index 0000000..8a8bb9a --- /dev/null +++ b/pkg/mod/cache/download/github.com/go-redis/redis/@v/v6.15.6+incompatible.info @@ -0,0 +1 @@ +{"Version":"v6.15.6+incompatible","Time":"2019-10-08T09:42:12Z"} \ No newline at end of file diff --git a/pkg/mod/cache/download/github.com/go-redis/redis/@v/v6.15.6+incompatible.mod b/pkg/mod/cache/download/github.com/go-redis/redis/@v/v6.15.6+incompatible.mod new file mode 100644 index 0000000..91321ec --- /dev/null +++ b/pkg/mod/cache/download/github.com/go-redis/redis/@v/v6.15.6+incompatible.mod @@ -0,0 +1 @@ +module github.com/go-redis/redis diff --git a/pkg/mod/cache/download/github.com/go-sql-driver/mysql/@v/list b/pkg/mod/cache/download/github.com/go-sql-driver/mysql/@v/list new file mode 100644 index 0000000..0d0c52f --- /dev/null +++ b/pkg/mod/cache/download/github.com/go-sql-driver/mysql/@v/list @@ -0,0 +1 @@ +v1.4.0 diff --git a/pkg/mod/cache/download/github.com/go-sql-driver/mysql/@v/list.lock b/pkg/mod/cache/download/github.com/go-sql-driver/mysql/@v/list.lock new file mode 100644 index 0000000..e69de29 diff --git a/pkg/mod/cache/download/github.com/go-sql-driver/mysql/@v/v1.4.0.info b/pkg/mod/cache/download/github.com/go-sql-driver/mysql/@v/v1.4.0.info new file mode 100644 index 0000000..fdb8411 --- /dev/null +++ b/pkg/mod/cache/download/github.com/go-sql-driver/mysql/@v/v1.4.0.info @@ -0,0 +1 @@ +{"Version":"v1.4.0","Time":"2018-06-03T12:45:54Z"} \ No newline at end of file diff --git a/pkg/mod/cache/download/github.com/go-sql-driver/mysql/@v/v1.4.0.mod b/pkg/mod/cache/download/github.com/go-sql-driver/mysql/@v/v1.4.0.mod new file mode 100644 index 0000000..2bb9e5f --- /dev/null +++ b/pkg/mod/cache/download/github.com/go-sql-driver/mysql/@v/v1.4.0.mod @@ -0,0 +1 @@ +module github.com/go-sql-driver/mysql diff --git a/pkg/mod/cache/download/github.com/go-stack/stack/@v/list b/pkg/mod/cache/download/github.com/go-stack/stack/@v/list new file mode 100644 index 0000000..804a616 --- /dev/null +++ b/pkg/mod/cache/download/github.com/go-stack/stack/@v/list @@ -0,0 +1 @@ +v1.8.0 diff --git a/pkg/mod/cache/download/github.com/go-stack/stack/@v/list.lock b/pkg/mod/cache/download/github.com/go-stack/stack/@v/list.lock new file mode 100644 index 0000000..e69de29 diff --git a/pkg/mod/cache/download/github.com/go-stack/stack/@v/v1.8.0.info b/pkg/mod/cache/download/github.com/go-stack/stack/@v/v1.8.0.info new file mode 100644 index 0000000..32f6205 --- /dev/null +++ b/pkg/mod/cache/download/github.com/go-stack/stack/@v/v1.8.0.info @@ -0,0 +1 @@ +{"Version":"v1.8.0","Time":"2018-08-26T13:48:48Z"} \ No newline at end of file diff --git a/pkg/mod/cache/download/github.com/go-stack/stack/@v/v1.8.0.mod b/pkg/mod/cache/download/github.com/go-stack/stack/@v/v1.8.0.mod new file mode 100644 index 0000000..96a53a1 --- /dev/null +++ b/pkg/mod/cache/download/github.com/go-stack/stack/@v/v1.8.0.mod @@ -0,0 +1 @@ +module github.com/go-stack/stack diff --git a/pkg/mod/cache/download/github.com/go-xorm/builder/@v/list b/pkg/mod/cache/download/github.com/go-xorm/builder/@v/list new file mode 100644 index 0000000..7becae1 --- /dev/null +++ b/pkg/mod/cache/download/github.com/go-xorm/builder/@v/list @@ -0,0 +1 @@ +v0.3.2 diff --git a/pkg/mod/cache/download/github.com/go-xorm/builder/@v/list.lock b/pkg/mod/cache/download/github.com/go-xorm/builder/@v/list.lock new file mode 100644 index 0000000..e69de29 diff --git a/pkg/mod/cache/download/github.com/go-xorm/builder/@v/v0.3.2.info b/pkg/mod/cache/download/github.com/go-xorm/builder/@v/v0.3.2.info new file mode 100644 index 0000000..2287d74 --- /dev/null +++ b/pkg/mod/cache/download/github.com/go-xorm/builder/@v/v0.3.2.info @@ -0,0 +1 @@ +{"Version":"v0.3.2","Time":"2018-09-29T00:40:08Z"} \ No newline at end of file diff --git a/pkg/mod/cache/download/github.com/go-xorm/builder/@v/v0.3.2.mod b/pkg/mod/cache/download/github.com/go-xorm/builder/@v/v0.3.2.mod new file mode 100644 index 0000000..ef1a659 --- /dev/null +++ b/pkg/mod/cache/download/github.com/go-xorm/builder/@v/v0.3.2.mod @@ -0,0 +1 @@ +module "github.com/go-xorm/builder" diff --git a/pkg/mod/cache/download/github.com/go-xorm/core/@v/list b/pkg/mod/cache/download/github.com/go-xorm/core/@v/list new file mode 100644 index 0000000..60f6343 --- /dev/null +++ b/pkg/mod/cache/download/github.com/go-xorm/core/@v/list @@ -0,0 +1 @@ +v0.6.0 diff --git a/pkg/mod/cache/download/github.com/go-xorm/core/@v/list.lock b/pkg/mod/cache/download/github.com/go-xorm/core/@v/list.lock new file mode 100644 index 0000000..e69de29 diff --git a/pkg/mod/cache/download/github.com/go-xorm/core/@v/v0.6.0.info b/pkg/mod/cache/download/github.com/go-xorm/core/@v/v0.6.0.info new file mode 100644 index 0000000..12dd646 --- /dev/null +++ b/pkg/mod/cache/download/github.com/go-xorm/core/@v/v0.6.0.info @@ -0,0 +1 @@ +{"Version":"v0.6.0","Time":"2018-05-04T05:52:46Z"} \ No newline at end of file diff --git a/pkg/mod/cache/download/github.com/go-xorm/core/@v/v0.6.0.mod b/pkg/mod/cache/download/github.com/go-xorm/core/@v/v0.6.0.mod new file mode 100644 index 0000000..70c86bc --- /dev/null +++ b/pkg/mod/cache/download/github.com/go-xorm/core/@v/v0.6.0.mod @@ -0,0 +1 @@ +module "github.com/go-xorm/core" diff --git a/pkg/mod/cache/download/github.com/go-xorm/sqlfiddle/@v/list b/pkg/mod/cache/download/github.com/go-xorm/sqlfiddle/@v/list new file mode 100644 index 0000000..50ec351 --- /dev/null +++ b/pkg/mod/cache/download/github.com/go-xorm/sqlfiddle/@v/list @@ -0,0 +1 @@ +v0.0.0-20180821085327-62ce714f951a diff --git a/pkg/mod/cache/download/github.com/go-xorm/sqlfiddle/@v/list.lock b/pkg/mod/cache/download/github.com/go-xorm/sqlfiddle/@v/list.lock new file mode 100644 index 0000000..e69de29 diff --git a/pkg/mod/cache/download/github.com/go-xorm/sqlfiddle/@v/v0.0.0-20180821085327-62ce714f951a.info b/pkg/mod/cache/download/github.com/go-xorm/sqlfiddle/@v/v0.0.0-20180821085327-62ce714f951a.info new file mode 100644 index 0000000..a4ba3dc --- /dev/null +++ b/pkg/mod/cache/download/github.com/go-xorm/sqlfiddle/@v/v0.0.0-20180821085327-62ce714f951a.info @@ -0,0 +1 @@ +{"Version":"v0.0.0-20180821085327-62ce714f951a","Time":"2018-08-21T08:53:27Z"} \ No newline at end of file diff --git a/pkg/mod/cache/download/github.com/go-xorm/sqlfiddle/@v/v0.0.0-20180821085327-62ce714f951a.mod b/pkg/mod/cache/download/github.com/go-xorm/sqlfiddle/@v/v0.0.0-20180821085327-62ce714f951a.mod new file mode 100644 index 0000000..9a0d855 --- /dev/null +++ b/pkg/mod/cache/download/github.com/go-xorm/sqlfiddle/@v/v0.0.0-20180821085327-62ce714f951a.mod @@ -0,0 +1 @@ +module github.com/go-xorm/sqlfiddle diff --git a/pkg/mod/cache/download/github.com/gogo/protobuf/@v/list b/pkg/mod/cache/download/github.com/gogo/protobuf/@v/list new file mode 100644 index 0000000..56130fb --- /dev/null +++ b/pkg/mod/cache/download/github.com/gogo/protobuf/@v/list @@ -0,0 +1 @@ +v1.1.1 diff --git a/pkg/mod/cache/download/github.com/gogo/protobuf/@v/list.lock b/pkg/mod/cache/download/github.com/gogo/protobuf/@v/list.lock new file mode 100644 index 0000000..e69de29 diff --git a/pkg/mod/cache/download/github.com/gogo/protobuf/@v/v1.1.1.info b/pkg/mod/cache/download/github.com/gogo/protobuf/@v/v1.1.1.info new file mode 100644 index 0000000..ec8fb59 --- /dev/null +++ b/pkg/mod/cache/download/github.com/gogo/protobuf/@v/v1.1.1.info @@ -0,0 +1 @@ +{"Version":"v1.1.1","Time":"2018-07-17T14:19:46Z"} \ No newline at end of file diff --git a/pkg/mod/cache/download/github.com/gogo/protobuf/@v/v1.1.1.mod b/pkg/mod/cache/download/github.com/gogo/protobuf/@v/v1.1.1.mod new file mode 100644 index 0000000..47942f0 --- /dev/null +++ b/pkg/mod/cache/download/github.com/gogo/protobuf/@v/v1.1.1.mod @@ -0,0 +1 @@ +module github.com/gogo/protobuf diff --git a/pkg/mod/cache/download/github.com/golang/glog/@v/list b/pkg/mod/cache/download/github.com/golang/glog/@v/list new file mode 100644 index 0000000..252a89e --- /dev/null +++ b/pkg/mod/cache/download/github.com/golang/glog/@v/list @@ -0,0 +1 @@ +v0.0.0-20160126235308-23def4e6c14b diff --git a/pkg/mod/cache/download/github.com/golang/glog/@v/list.lock b/pkg/mod/cache/download/github.com/golang/glog/@v/list.lock new file mode 100644 index 0000000..e69de29 diff --git a/pkg/mod/cache/download/github.com/golang/glog/@v/v0.0.0-20160126235308-23def4e6c14b.info b/pkg/mod/cache/download/github.com/golang/glog/@v/v0.0.0-20160126235308-23def4e6c14b.info new file mode 100644 index 0000000..c9feffe --- /dev/null +++ b/pkg/mod/cache/download/github.com/golang/glog/@v/v0.0.0-20160126235308-23def4e6c14b.info @@ -0,0 +1 @@ +{"Version":"v0.0.0-20160126235308-23def4e6c14b","Time":"2016-01-26T23:53:08Z"} \ No newline at end of file diff --git a/pkg/mod/cache/download/github.com/golang/glog/@v/v0.0.0-20160126235308-23def4e6c14b.mod b/pkg/mod/cache/download/github.com/golang/glog/@v/v0.0.0-20160126235308-23def4e6c14b.mod new file mode 100644 index 0000000..95189a6 --- /dev/null +++ b/pkg/mod/cache/download/github.com/golang/glog/@v/v0.0.0-20160126235308-23def4e6c14b.mod @@ -0,0 +1 @@ +module github.com/golang/glog diff --git a/pkg/mod/cache/download/github.com/golang/mock/@v/list b/pkg/mod/cache/download/github.com/golang/mock/@v/list new file mode 100644 index 0000000..266a05a --- /dev/null +++ b/pkg/mod/cache/download/github.com/golang/mock/@v/list @@ -0,0 +1,2 @@ +v1.1.1 +v1.2.0 diff --git a/pkg/mod/cache/download/github.com/golang/mock/@v/list.lock b/pkg/mod/cache/download/github.com/golang/mock/@v/list.lock new file mode 100644 index 0000000..e69de29 diff --git a/pkg/mod/cache/download/github.com/golang/mock/@v/v1.1.1.mod b/pkg/mod/cache/download/github.com/golang/mock/@v/v1.1.1.mod new file mode 100644 index 0000000..060bc58 --- /dev/null +++ b/pkg/mod/cache/download/github.com/golang/mock/@v/v1.1.1.mod @@ -0,0 +1 @@ +module github.com/golang/mock diff --git a/pkg/mod/cache/download/github.com/golang/mock/@v/v1.2.0.info b/pkg/mod/cache/download/github.com/golang/mock/@v/v1.2.0.info new file mode 100644 index 0000000..63fe5d0 --- /dev/null +++ b/pkg/mod/cache/download/github.com/golang/mock/@v/v1.2.0.info @@ -0,0 +1 @@ +{"Version":"v1.2.0","Time":"2018-12-08T03:39:06Z"} \ No newline at end of file diff --git a/pkg/mod/cache/download/github.com/golang/mock/@v/v1.2.0.mod b/pkg/mod/cache/download/github.com/golang/mock/@v/v1.2.0.mod new file mode 100644 index 0000000..060bc58 --- /dev/null +++ b/pkg/mod/cache/download/github.com/golang/mock/@v/v1.2.0.mod @@ -0,0 +1 @@ +module github.com/golang/mock diff --git a/pkg/mod/cache/download/github.com/golang/protobuf/@v/list b/pkg/mod/cache/download/github.com/golang/protobuf/@v/list new file mode 100644 index 0000000..1f9f4e2 --- /dev/null +++ b/pkg/mod/cache/download/github.com/golang/protobuf/@v/list @@ -0,0 +1,2 @@ +v1.2.0 +v1.3.1 diff --git a/pkg/mod/cache/download/github.com/golang/protobuf/@v/list.lock b/pkg/mod/cache/download/github.com/golang/protobuf/@v/list.lock new file mode 100644 index 0000000..e69de29 diff --git a/pkg/mod/cache/download/github.com/golang/protobuf/@v/v1.2.0.mod b/pkg/mod/cache/download/github.com/golang/protobuf/@v/v1.2.0.mod new file mode 100644 index 0000000..eccf7fd --- /dev/null +++ b/pkg/mod/cache/download/github.com/golang/protobuf/@v/v1.2.0.mod @@ -0,0 +1 @@ +module github.com/golang/protobuf diff --git a/pkg/mod/cache/download/github.com/golang/protobuf/@v/v1.3.1.info b/pkg/mod/cache/download/github.com/golang/protobuf/@v/v1.3.1.info new file mode 100644 index 0000000..d60f3a2 --- /dev/null +++ b/pkg/mod/cache/download/github.com/golang/protobuf/@v/v1.3.1.info @@ -0,0 +1 @@ +{"Version":"v1.3.1","Time":"2019-02-28T15:19:29Z"} \ No newline at end of file diff --git a/pkg/mod/cache/download/github.com/golang/protobuf/@v/v1.3.1.mod b/pkg/mod/cache/download/github.com/golang/protobuf/@v/v1.3.1.mod new file mode 100644 index 0000000..eccf7fd --- /dev/null +++ b/pkg/mod/cache/download/github.com/golang/protobuf/@v/v1.3.1.mod @@ -0,0 +1 @@ +module github.com/golang/protobuf diff --git a/pkg/mod/cache/download/github.com/golang/snappy/@v/list b/pkg/mod/cache/download/github.com/golang/snappy/@v/list new file mode 100644 index 0000000..45c7a58 --- /dev/null +++ b/pkg/mod/cache/download/github.com/golang/snappy/@v/list @@ -0,0 +1 @@ +v0.0.1 diff --git a/pkg/mod/cache/download/github.com/golang/snappy/@v/list.lock b/pkg/mod/cache/download/github.com/golang/snappy/@v/list.lock new file mode 100644 index 0000000..e69de29 diff --git a/pkg/mod/cache/download/github.com/golang/snappy/@v/v0.0.1.info b/pkg/mod/cache/download/github.com/golang/snappy/@v/v0.0.1.info new file mode 100644 index 0000000..16a8cbb --- /dev/null +++ b/pkg/mod/cache/download/github.com/golang/snappy/@v/v0.0.1.info @@ -0,0 +1 @@ +{"Version":"v0.0.1","Time":"2019-02-18T23:22:22Z"} \ No newline at end of file diff --git a/pkg/mod/cache/download/github.com/golang/snappy/@v/v0.0.1.mod b/pkg/mod/cache/download/github.com/golang/snappy/@v/v0.0.1.mod new file mode 100644 index 0000000..f6406bb --- /dev/null +++ b/pkg/mod/cache/download/github.com/golang/snappy/@v/v0.0.1.mod @@ -0,0 +1 @@ +module github.com/golang/snappy diff --git a/pkg/mod/cache/download/github.com/google/btree/@v/list b/pkg/mod/cache/download/github.com/google/btree/@v/list new file mode 100644 index 0000000..5ed1c5e --- /dev/null +++ b/pkg/mod/cache/download/github.com/google/btree/@v/list @@ -0,0 +1 @@ +v0.0.0-20180813153112-4030bb1f1f0c diff --git a/pkg/mod/cache/download/github.com/google/btree/@v/list.lock b/pkg/mod/cache/download/github.com/google/btree/@v/list.lock new file mode 100644 index 0000000..e69de29 diff --git a/pkg/mod/cache/download/github.com/google/btree/@v/v0.0.0-20180813153112-4030bb1f1f0c.info b/pkg/mod/cache/download/github.com/google/btree/@v/v0.0.0-20180813153112-4030bb1f1f0c.info new file mode 100644 index 0000000..f97f768 --- /dev/null +++ b/pkg/mod/cache/download/github.com/google/btree/@v/v0.0.0-20180813153112-4030bb1f1f0c.info @@ -0,0 +1 @@ +{"Version":"v0.0.0-20180813153112-4030bb1f1f0c","Time":"2018-08-13T15:31:12Z"} \ No newline at end of file diff --git a/pkg/mod/cache/download/github.com/google/btree/@v/v0.0.0-20180813153112-4030bb1f1f0c.mod b/pkg/mod/cache/download/github.com/google/btree/@v/v0.0.0-20180813153112-4030bb1f1f0c.mod new file mode 100644 index 0000000..2153c8a --- /dev/null +++ b/pkg/mod/cache/download/github.com/google/btree/@v/v0.0.0-20180813153112-4030bb1f1f0c.mod @@ -0,0 +1 @@ +module github.com/google/btree diff --git a/pkg/mod/cache/download/github.com/google/go-cmp/@v/list b/pkg/mod/cache/download/github.com/google/go-cmp/@v/list new file mode 100644 index 0000000..6c08cca --- /dev/null +++ b/pkg/mod/cache/download/github.com/google/go-cmp/@v/list @@ -0,0 +1,3 @@ +v0.2.0 +v0.3.0 +v0.3.1 diff --git a/pkg/mod/cache/download/github.com/google/go-cmp/@v/list.lock b/pkg/mod/cache/download/github.com/google/go-cmp/@v/list.lock new file mode 100644 index 0000000..e69de29 diff --git a/pkg/mod/cache/download/github.com/google/go-cmp/@v/v0.2.0.mod b/pkg/mod/cache/download/github.com/google/go-cmp/@v/v0.2.0.mod new file mode 100644 index 0000000..aa2daba --- /dev/null +++ b/pkg/mod/cache/download/github.com/google/go-cmp/@v/v0.2.0.mod @@ -0,0 +1 @@ +module github.com/google/go-cmp diff --git a/pkg/mod/cache/download/github.com/google/go-cmp/@v/v0.3.0.mod b/pkg/mod/cache/download/github.com/google/go-cmp/@v/v0.3.0.mod new file mode 100644 index 0000000..6c0e40e --- /dev/null +++ b/pkg/mod/cache/download/github.com/google/go-cmp/@v/v0.3.0.mod @@ -0,0 +1,3 @@ +module github.com/google/go-cmp + +go 1.8 diff --git a/pkg/mod/cache/download/github.com/google/go-cmp/@v/v0.3.1.info b/pkg/mod/cache/download/github.com/google/go-cmp/@v/v0.3.1.info new file mode 100644 index 0000000..2ff61d4 --- /dev/null +++ b/pkg/mod/cache/download/github.com/google/go-cmp/@v/v0.3.1.info @@ -0,0 +1 @@ +{"Version":"v0.3.1","Time":"2019-08-05T20:51:40Z"} \ No newline at end of file diff --git a/pkg/mod/cache/download/github.com/google/go-cmp/@v/v0.3.1.mod b/pkg/mod/cache/download/github.com/google/go-cmp/@v/v0.3.1.mod new file mode 100644 index 0000000..6c0e40e --- /dev/null +++ b/pkg/mod/cache/download/github.com/google/go-cmp/@v/v0.3.1.mod @@ -0,0 +1,3 @@ +module github.com/google/go-cmp + +go 1.8 diff --git a/pkg/mod/cache/download/github.com/google/martian/@v/list b/pkg/mod/cache/download/github.com/google/martian/@v/list new file mode 100644 index 0000000..6a382a8 --- /dev/null +++ b/pkg/mod/cache/download/github.com/google/martian/@v/list @@ -0,0 +1 @@ +v2.1.0+incompatible diff --git a/pkg/mod/cache/download/github.com/google/martian/@v/list.lock b/pkg/mod/cache/download/github.com/google/martian/@v/list.lock new file mode 100644 index 0000000..e69de29 diff --git a/pkg/mod/cache/download/github.com/google/martian/@v/v2.1.0+incompatible.info b/pkg/mod/cache/download/github.com/google/martian/@v/v2.1.0+incompatible.info new file mode 100644 index 0000000..da27ebe --- /dev/null +++ b/pkg/mod/cache/download/github.com/google/martian/@v/v2.1.0+incompatible.info @@ -0,0 +1 @@ +{"Version":"v2.1.0+incompatible","Time":"2018-09-28T21:15:21Z"} \ No newline at end of file diff --git a/pkg/mod/cache/download/github.com/google/martian/@v/v2.1.0+incompatible.mod b/pkg/mod/cache/download/github.com/google/martian/@v/v2.1.0+incompatible.mod new file mode 100644 index 0000000..2c791a5 --- /dev/null +++ b/pkg/mod/cache/download/github.com/google/martian/@v/v2.1.0+incompatible.mod @@ -0,0 +1 @@ +module github.com/google/martian diff --git a/pkg/mod/cache/download/github.com/google/pprof/@v/list b/pkg/mod/cache/download/github.com/google/pprof/@v/list new file mode 100644 index 0000000..49cbc3a --- /dev/null +++ b/pkg/mod/cache/download/github.com/google/pprof/@v/list @@ -0,0 +1 @@ +v0.0.0-20181206194817-3ea8567a2e57 diff --git a/pkg/mod/cache/download/github.com/google/pprof/@v/list.lock b/pkg/mod/cache/download/github.com/google/pprof/@v/list.lock new file mode 100644 index 0000000..e69de29 diff --git a/pkg/mod/cache/download/github.com/google/pprof/@v/v0.0.0-20181206194817-3ea8567a2e57.info b/pkg/mod/cache/download/github.com/google/pprof/@v/v0.0.0-20181206194817-3ea8567a2e57.info new file mode 100644 index 0000000..5e05a72 --- /dev/null +++ b/pkg/mod/cache/download/github.com/google/pprof/@v/v0.0.0-20181206194817-3ea8567a2e57.info @@ -0,0 +1 @@ +{"Version":"v0.0.0-20181206194817-3ea8567a2e57","Time":"2018-12-06T19:48:17Z"} \ No newline at end of file diff --git a/pkg/mod/cache/download/github.com/google/pprof/@v/v0.0.0-20181206194817-3ea8567a2e57.mod b/pkg/mod/cache/download/github.com/google/pprof/@v/v0.0.0-20181206194817-3ea8567a2e57.mod new file mode 100644 index 0000000..5737c4e --- /dev/null +++ b/pkg/mod/cache/download/github.com/google/pprof/@v/v0.0.0-20181206194817-3ea8567a2e57.mod @@ -0,0 +1 @@ +module github.com/google/pprof diff --git a/pkg/mod/cache/download/github.com/googleapis/gax-go/v2/@v/list b/pkg/mod/cache/download/github.com/googleapis/gax-go/v2/@v/list new file mode 100644 index 0000000..8a5b818 --- /dev/null +++ b/pkg/mod/cache/download/github.com/googleapis/gax-go/v2/@v/list @@ -0,0 +1 @@ +v2.0.4 diff --git a/pkg/mod/cache/download/github.com/googleapis/gax-go/v2/@v/list.lock b/pkg/mod/cache/download/github.com/googleapis/gax-go/v2/@v/list.lock new file mode 100644 index 0000000..e69de29 diff --git a/pkg/mod/cache/download/github.com/googleapis/gax-go/v2/@v/v2.0.4.info b/pkg/mod/cache/download/github.com/googleapis/gax-go/v2/@v/v2.0.4.info new file mode 100644 index 0000000..cc44c98 --- /dev/null +++ b/pkg/mod/cache/download/github.com/googleapis/gax-go/v2/@v/v2.0.4.info @@ -0,0 +1 @@ +{"Version":"v2.0.4","Time":"2019-03-05T15:30:21Z"} \ No newline at end of file diff --git a/pkg/mod/cache/download/github.com/googleapis/gax-go/v2/@v/v2.0.4.mod b/pkg/mod/cache/download/github.com/googleapis/gax-go/v2/@v/v2.0.4.mod new file mode 100644 index 0000000..0c91100 --- /dev/null +++ b/pkg/mod/cache/download/github.com/googleapis/gax-go/v2/@v/v2.0.4.mod @@ -0,0 +1,5 @@ +module github.com/googleapis/gax-go/v2 + +go 1.12 + +require google.golang.org/grpc v1.19.0 diff --git a/pkg/mod/cache/download/github.com/hashicorp/consul/@v/list b/pkg/mod/cache/download/github.com/hashicorp/consul/@v/list new file mode 100644 index 0000000..c7cd5b2 --- /dev/null +++ b/pkg/mod/cache/download/github.com/hashicorp/consul/@v/list @@ -0,0 +1 @@ +v1.2.4 diff --git a/pkg/mod/cache/download/github.com/hashicorp/consul/@v/list.lock b/pkg/mod/cache/download/github.com/hashicorp/consul/@v/list.lock new file mode 100644 index 0000000..e69de29 diff --git a/pkg/mod/cache/download/github.com/hashicorp/consul/@v/v1.2.4.info b/pkg/mod/cache/download/github.com/hashicorp/consul/@v/v1.2.4.info new file mode 100644 index 0000000..1c35e0a --- /dev/null +++ b/pkg/mod/cache/download/github.com/hashicorp/consul/@v/v1.2.4.info @@ -0,0 +1 @@ +{"Version":"v1.2.4","Time":"2018-11-21T01:05:31Z"} \ No newline at end of file diff --git a/pkg/mod/cache/download/github.com/hashicorp/consul/@v/v1.2.4.mod b/pkg/mod/cache/download/github.com/hashicorp/consul/@v/v1.2.4.mod new file mode 100644 index 0000000..79a8e0e --- /dev/null +++ b/pkg/mod/cache/download/github.com/hashicorp/consul/@v/v1.2.4.mod @@ -0,0 +1 @@ +module github.com/hashicorp/consul diff --git a/pkg/mod/cache/download/github.com/hashicorp/errwrap/@v/list b/pkg/mod/cache/download/github.com/hashicorp/errwrap/@v/list new file mode 100644 index 0000000..0ec25f7 --- /dev/null +++ b/pkg/mod/cache/download/github.com/hashicorp/errwrap/@v/list @@ -0,0 +1 @@ +v1.0.0 diff --git a/pkg/mod/cache/download/github.com/hashicorp/errwrap/@v/list.lock b/pkg/mod/cache/download/github.com/hashicorp/errwrap/@v/list.lock new file mode 100644 index 0000000..e69de29 diff --git a/pkg/mod/cache/download/github.com/hashicorp/errwrap/@v/v1.0.0.info b/pkg/mod/cache/download/github.com/hashicorp/errwrap/@v/v1.0.0.info new file mode 100644 index 0000000..6af949d --- /dev/null +++ b/pkg/mod/cache/download/github.com/hashicorp/errwrap/@v/v1.0.0.info @@ -0,0 +1 @@ +{"Version":"v1.0.0","Time":"2018-08-24T00:39:10Z"} \ No newline at end of file diff --git a/pkg/mod/cache/download/github.com/hashicorp/errwrap/@v/v1.0.0.mod b/pkg/mod/cache/download/github.com/hashicorp/errwrap/@v/v1.0.0.mod new file mode 100644 index 0000000..c9b8402 --- /dev/null +++ b/pkg/mod/cache/download/github.com/hashicorp/errwrap/@v/v1.0.0.mod @@ -0,0 +1 @@ +module github.com/hashicorp/errwrap diff --git a/pkg/mod/cache/download/github.com/hashicorp/go-cleanhttp/@v/list b/pkg/mod/cache/download/github.com/hashicorp/go-cleanhttp/@v/list new file mode 100644 index 0000000..49b1152 --- /dev/null +++ b/pkg/mod/cache/download/github.com/hashicorp/go-cleanhttp/@v/list @@ -0,0 +1,2 @@ +v0.5.0 +v0.5.1 diff --git a/pkg/mod/cache/download/github.com/hashicorp/go-cleanhttp/@v/list.lock b/pkg/mod/cache/download/github.com/hashicorp/go-cleanhttp/@v/list.lock new file mode 100644 index 0000000..e69de29 diff --git a/pkg/mod/cache/download/github.com/hashicorp/go-cleanhttp/@v/v0.5.0.mod b/pkg/mod/cache/download/github.com/hashicorp/go-cleanhttp/@v/v0.5.0.mod new file mode 100644 index 0000000..310f075 --- /dev/null +++ b/pkg/mod/cache/download/github.com/hashicorp/go-cleanhttp/@v/v0.5.0.mod @@ -0,0 +1 @@ +module github.com/hashicorp/go-cleanhttp diff --git a/pkg/mod/cache/download/github.com/hashicorp/go-cleanhttp/@v/v0.5.1.info b/pkg/mod/cache/download/github.com/hashicorp/go-cleanhttp/@v/v0.5.1.info new file mode 100644 index 0000000..e7c469d --- /dev/null +++ b/pkg/mod/cache/download/github.com/hashicorp/go-cleanhttp/@v/v0.5.1.info @@ -0,0 +1 @@ +{"Version":"v0.5.1","Time":"2019-03-20T05:41:31Z"} \ No newline at end of file diff --git a/pkg/mod/cache/download/github.com/hashicorp/go-cleanhttp/@v/v0.5.1.mod b/pkg/mod/cache/download/github.com/hashicorp/go-cleanhttp/@v/v0.5.1.mod new file mode 100644 index 0000000..310f075 --- /dev/null +++ b/pkg/mod/cache/download/github.com/hashicorp/go-cleanhttp/@v/v0.5.1.mod @@ -0,0 +1 @@ +module github.com/hashicorp/go-cleanhttp diff --git a/pkg/mod/cache/download/github.com/hashicorp/go-immutable-radix/@v/list b/pkg/mod/cache/download/github.com/hashicorp/go-immutable-radix/@v/list new file mode 100644 index 0000000..0ec25f7 --- /dev/null +++ b/pkg/mod/cache/download/github.com/hashicorp/go-immutable-radix/@v/list @@ -0,0 +1 @@ +v1.0.0 diff --git a/pkg/mod/cache/download/github.com/hashicorp/go-immutable-radix/@v/list.lock b/pkg/mod/cache/download/github.com/hashicorp/go-immutable-radix/@v/list.lock new file mode 100644 index 0000000..e69de29 diff --git a/pkg/mod/cache/download/github.com/hashicorp/go-immutable-radix/@v/v1.0.0.info b/pkg/mod/cache/download/github.com/hashicorp/go-immutable-radix/@v/v1.0.0.info new file mode 100644 index 0000000..32f2f27 --- /dev/null +++ b/pkg/mod/cache/download/github.com/hashicorp/go-immutable-radix/@v/v1.0.0.info @@ -0,0 +1 @@ +{"Version":"v1.0.0","Time":"2018-08-30T03:32:45Z"} \ No newline at end of file diff --git a/pkg/mod/cache/download/github.com/hashicorp/go-immutable-radix/@v/v1.0.0.mod b/pkg/mod/cache/download/github.com/hashicorp/go-immutable-radix/@v/v1.0.0.mod new file mode 100644 index 0000000..27e7b7c --- /dev/null +++ b/pkg/mod/cache/download/github.com/hashicorp/go-immutable-radix/@v/v1.0.0.mod @@ -0,0 +1,6 @@ +module github.com/hashicorp/go-immutable-radix + +require ( + github.com/hashicorp/go-uuid v1.0.0 + github.com/hashicorp/golang-lru v0.5.0 +) diff --git a/pkg/mod/cache/download/github.com/hashicorp/go-msgpack/@v/list b/pkg/mod/cache/download/github.com/hashicorp/go-msgpack/@v/list new file mode 100644 index 0000000..700a940 --- /dev/null +++ b/pkg/mod/cache/download/github.com/hashicorp/go-msgpack/@v/list @@ -0,0 +1 @@ +v0.0.0-20150518234257-fa3f63826f7c diff --git a/pkg/mod/cache/download/github.com/hashicorp/go-msgpack/@v/list.lock b/pkg/mod/cache/download/github.com/hashicorp/go-msgpack/@v/list.lock new file mode 100644 index 0000000..e69de29 diff --git a/pkg/mod/cache/download/github.com/hashicorp/go-msgpack/@v/v0.0.0-20150518234257-fa3f63826f7c.info b/pkg/mod/cache/download/github.com/hashicorp/go-msgpack/@v/v0.0.0-20150518234257-fa3f63826f7c.info new file mode 100644 index 0000000..adb0df0 --- /dev/null +++ b/pkg/mod/cache/download/github.com/hashicorp/go-msgpack/@v/v0.0.0-20150518234257-fa3f63826f7c.info @@ -0,0 +1 @@ +{"Version":"v0.0.0-20150518234257-fa3f63826f7c","Time":"2015-05-18T23:42:57Z"} \ No newline at end of file diff --git a/pkg/mod/cache/download/github.com/hashicorp/go-msgpack/@v/v0.0.0-20150518234257-fa3f63826f7c.mod b/pkg/mod/cache/download/github.com/hashicorp/go-msgpack/@v/v0.0.0-20150518234257-fa3f63826f7c.mod new file mode 100644 index 0000000..2c92e7f --- /dev/null +++ b/pkg/mod/cache/download/github.com/hashicorp/go-msgpack/@v/v0.0.0-20150518234257-fa3f63826f7c.mod @@ -0,0 +1 @@ +module github.com/hashicorp/go-msgpack diff --git a/pkg/mod/cache/download/github.com/hashicorp/go-multierror/@v/list b/pkg/mod/cache/download/github.com/hashicorp/go-multierror/@v/list new file mode 100644 index 0000000..0ec25f7 --- /dev/null +++ b/pkg/mod/cache/download/github.com/hashicorp/go-multierror/@v/list @@ -0,0 +1 @@ +v1.0.0 diff --git a/pkg/mod/cache/download/github.com/hashicorp/go-multierror/@v/list.lock b/pkg/mod/cache/download/github.com/hashicorp/go-multierror/@v/list.lock new file mode 100644 index 0000000..e69de29 diff --git a/pkg/mod/cache/download/github.com/hashicorp/go-multierror/@v/v1.0.0.info b/pkg/mod/cache/download/github.com/hashicorp/go-multierror/@v/v1.0.0.info new file mode 100644 index 0000000..17e2c14 --- /dev/null +++ b/pkg/mod/cache/download/github.com/hashicorp/go-multierror/@v/v1.0.0.info @@ -0,0 +1 @@ +{"Version":"v1.0.0","Time":"2018-08-24T00:40:42Z"} \ No newline at end of file diff --git a/pkg/mod/cache/download/github.com/hashicorp/go-multierror/@v/v1.0.0.mod b/pkg/mod/cache/download/github.com/hashicorp/go-multierror/@v/v1.0.0.mod new file mode 100644 index 0000000..2534331 --- /dev/null +++ b/pkg/mod/cache/download/github.com/hashicorp/go-multierror/@v/v1.0.0.mod @@ -0,0 +1,3 @@ +module github.com/hashicorp/go-multierror + +require github.com/hashicorp/errwrap v1.0.0 diff --git a/pkg/mod/cache/download/github.com/hashicorp/go-retryablehttp/@v/list b/pkg/mod/cache/download/github.com/hashicorp/go-retryablehttp/@v/list new file mode 100644 index 0000000..b043aa6 --- /dev/null +++ b/pkg/mod/cache/download/github.com/hashicorp/go-retryablehttp/@v/list @@ -0,0 +1 @@ +v0.5.0 diff --git a/pkg/mod/cache/download/github.com/hashicorp/go-retryablehttp/@v/list.lock b/pkg/mod/cache/download/github.com/hashicorp/go-retryablehttp/@v/list.lock new file mode 100644 index 0000000..e69de29 diff --git a/pkg/mod/cache/download/github.com/hashicorp/go-retryablehttp/@v/v0.5.0.info b/pkg/mod/cache/download/github.com/hashicorp/go-retryablehttp/@v/v0.5.0.info new file mode 100644 index 0000000..821a2fd --- /dev/null +++ b/pkg/mod/cache/download/github.com/hashicorp/go-retryablehttp/@v/v0.5.0.info @@ -0,0 +1 @@ +{"Version":"v0.5.0","Time":"2018-11-13T21:00:47Z"} \ No newline at end of file diff --git a/pkg/mod/cache/download/github.com/hashicorp/go-retryablehttp/@v/v0.5.0.mod b/pkg/mod/cache/download/github.com/hashicorp/go-retryablehttp/@v/v0.5.0.mod new file mode 100644 index 0000000..d28c8c8 --- /dev/null +++ b/pkg/mod/cache/download/github.com/hashicorp/go-retryablehttp/@v/v0.5.0.mod @@ -0,0 +1,3 @@ +module github.com/hashicorp/go-retryablehttp + +require github.com/hashicorp/go-cleanhttp v0.5.0 diff --git a/pkg/mod/cache/download/github.com/hashicorp/go-rootcerts/@v/list b/pkg/mod/cache/download/github.com/hashicorp/go-rootcerts/@v/list new file mode 100644 index 0000000..5144a27 --- /dev/null +++ b/pkg/mod/cache/download/github.com/hashicorp/go-rootcerts/@v/list @@ -0,0 +1 @@ +v0.0.0-20160503143440-6bb64b370b90 diff --git a/pkg/mod/cache/download/github.com/hashicorp/go-rootcerts/@v/list.lock b/pkg/mod/cache/download/github.com/hashicorp/go-rootcerts/@v/list.lock new file mode 100644 index 0000000..e69de29 diff --git a/pkg/mod/cache/download/github.com/hashicorp/go-rootcerts/@v/v0.0.0-20160503143440-6bb64b370b90.info b/pkg/mod/cache/download/github.com/hashicorp/go-rootcerts/@v/v0.0.0-20160503143440-6bb64b370b90.info new file mode 100644 index 0000000..d72b298 --- /dev/null +++ b/pkg/mod/cache/download/github.com/hashicorp/go-rootcerts/@v/v0.0.0-20160503143440-6bb64b370b90.info @@ -0,0 +1 @@ +{"Version":"v0.0.0-20160503143440-6bb64b370b90","Time":"2016-05-03T14:34:40Z"} \ No newline at end of file diff --git a/pkg/mod/cache/download/github.com/hashicorp/go-rootcerts/@v/v0.0.0-20160503143440-6bb64b370b90.mod b/pkg/mod/cache/download/github.com/hashicorp/go-rootcerts/@v/v0.0.0-20160503143440-6bb64b370b90.mod new file mode 100644 index 0000000..104dbf8 --- /dev/null +++ b/pkg/mod/cache/download/github.com/hashicorp/go-rootcerts/@v/v0.0.0-20160503143440-6bb64b370b90.mod @@ -0,0 +1 @@ +module github.com/hashicorp/go-rootcerts diff --git a/pkg/mod/cache/download/github.com/hashicorp/go-sockaddr/@v/list b/pkg/mod/cache/download/github.com/hashicorp/go-sockaddr/@v/list new file mode 100644 index 0000000..cc809f4 --- /dev/null +++ b/pkg/mod/cache/download/github.com/hashicorp/go-sockaddr/@v/list @@ -0,0 +1 @@ +v0.0.0-20180320115054-6d291a969b86 diff --git a/pkg/mod/cache/download/github.com/hashicorp/go-sockaddr/@v/list.lock b/pkg/mod/cache/download/github.com/hashicorp/go-sockaddr/@v/list.lock new file mode 100644 index 0000000..e69de29 diff --git a/pkg/mod/cache/download/github.com/hashicorp/go-sockaddr/@v/v0.0.0-20180320115054-6d291a969b86.info b/pkg/mod/cache/download/github.com/hashicorp/go-sockaddr/@v/v0.0.0-20180320115054-6d291a969b86.info new file mode 100644 index 0000000..2ec328a --- /dev/null +++ b/pkg/mod/cache/download/github.com/hashicorp/go-sockaddr/@v/v0.0.0-20180320115054-6d291a969b86.info @@ -0,0 +1 @@ +{"Version":"v0.0.0-20180320115054-6d291a969b86","Time":"2018-03-20T11:50:54Z"} \ No newline at end of file diff --git a/pkg/mod/cache/download/github.com/hashicorp/go-sockaddr/@v/v0.0.0-20180320115054-6d291a969b86.mod b/pkg/mod/cache/download/github.com/hashicorp/go-sockaddr/@v/v0.0.0-20180320115054-6d291a969b86.mod new file mode 100644 index 0000000..7c07b5b --- /dev/null +++ b/pkg/mod/cache/download/github.com/hashicorp/go-sockaddr/@v/v0.0.0-20180320115054-6d291a969b86.mod @@ -0,0 +1 @@ +module github.com/hashicorp/go-sockaddr diff --git a/pkg/mod/cache/download/github.com/hashicorp/go-uuid/@v/list b/pkg/mod/cache/download/github.com/hashicorp/go-uuid/@v/list new file mode 100644 index 0000000..0ec25f7 --- /dev/null +++ b/pkg/mod/cache/download/github.com/hashicorp/go-uuid/@v/list @@ -0,0 +1 @@ +v1.0.0 diff --git a/pkg/mod/cache/download/github.com/hashicorp/go-uuid/@v/list.lock b/pkg/mod/cache/download/github.com/hashicorp/go-uuid/@v/list.lock new file mode 100644 index 0000000..e69de29 diff --git a/pkg/mod/cache/download/github.com/hashicorp/go-uuid/@v/v1.0.0.info b/pkg/mod/cache/download/github.com/hashicorp/go-uuid/@v/v1.0.0.info new file mode 100644 index 0000000..2267cde --- /dev/null +++ b/pkg/mod/cache/download/github.com/hashicorp/go-uuid/@v/v1.0.0.info @@ -0,0 +1 @@ +{"Version":"v1.0.0","Time":"2018-08-30T03:27:00Z"} \ No newline at end of file diff --git a/pkg/mod/cache/download/github.com/hashicorp/go-uuid/@v/v1.0.0.mod b/pkg/mod/cache/download/github.com/hashicorp/go-uuid/@v/v1.0.0.mod new file mode 100644 index 0000000..dd57f9d --- /dev/null +++ b/pkg/mod/cache/download/github.com/hashicorp/go-uuid/@v/v1.0.0.mod @@ -0,0 +1 @@ +module github.com/hashicorp/go-uuid diff --git a/pkg/mod/cache/download/github.com/hashicorp/golang-lru/@v/list b/pkg/mod/cache/download/github.com/hashicorp/golang-lru/@v/list new file mode 100644 index 0000000..49b1152 --- /dev/null +++ b/pkg/mod/cache/download/github.com/hashicorp/golang-lru/@v/list @@ -0,0 +1,2 @@ +v0.5.0 +v0.5.1 diff --git a/pkg/mod/cache/download/github.com/hashicorp/golang-lru/@v/list.lock b/pkg/mod/cache/download/github.com/hashicorp/golang-lru/@v/list.lock new file mode 100644 index 0000000..e69de29 diff --git a/pkg/mod/cache/download/github.com/hashicorp/golang-lru/@v/v0.5.0.mod b/pkg/mod/cache/download/github.com/hashicorp/golang-lru/@v/v0.5.0.mod new file mode 100644 index 0000000..824cb97 --- /dev/null +++ b/pkg/mod/cache/download/github.com/hashicorp/golang-lru/@v/v0.5.0.mod @@ -0,0 +1 @@ +module github.com/hashicorp/golang-lru diff --git a/pkg/mod/cache/download/github.com/hashicorp/golang-lru/@v/v0.5.1.info b/pkg/mod/cache/download/github.com/hashicorp/golang-lru/@v/v0.5.1.info new file mode 100644 index 0000000..707adec --- /dev/null +++ b/pkg/mod/cache/download/github.com/hashicorp/golang-lru/@v/v0.5.1.info @@ -0,0 +1 @@ +{"Version":"v0.5.1","Time":"2019-02-27T22:24:58Z"} \ No newline at end of file diff --git a/pkg/mod/cache/download/github.com/hashicorp/golang-lru/@v/v0.5.1.mod b/pkg/mod/cache/download/github.com/hashicorp/golang-lru/@v/v0.5.1.mod new file mode 100644 index 0000000..824cb97 --- /dev/null +++ b/pkg/mod/cache/download/github.com/hashicorp/golang-lru/@v/v0.5.1.mod @@ -0,0 +1 @@ +module github.com/hashicorp/golang-lru diff --git a/pkg/mod/cache/download/github.com/hashicorp/memberlist/@v/list b/pkg/mod/cache/download/github.com/hashicorp/memberlist/@v/list new file mode 100644 index 0000000..b82608c --- /dev/null +++ b/pkg/mod/cache/download/github.com/hashicorp/memberlist/@v/list @@ -0,0 +1 @@ +v0.1.0 diff --git a/pkg/mod/cache/download/github.com/hashicorp/memberlist/@v/list.lock b/pkg/mod/cache/download/github.com/hashicorp/memberlist/@v/list.lock new file mode 100644 index 0000000..e69de29 diff --git a/pkg/mod/cache/download/github.com/hashicorp/memberlist/@v/v0.1.0.info b/pkg/mod/cache/download/github.com/hashicorp/memberlist/@v/v0.1.0.info new file mode 100644 index 0000000..17c95da --- /dev/null +++ b/pkg/mod/cache/download/github.com/hashicorp/memberlist/@v/v0.1.0.info @@ -0,0 +1 @@ +{"Version":"v0.1.0","Time":"2017-04-13T18:38:30Z"} \ No newline at end of file diff --git a/pkg/mod/cache/download/github.com/hashicorp/memberlist/@v/v0.1.0.mod b/pkg/mod/cache/download/github.com/hashicorp/memberlist/@v/v0.1.0.mod new file mode 100644 index 0000000..86797f6 --- /dev/null +++ b/pkg/mod/cache/download/github.com/hashicorp/memberlist/@v/v0.1.0.mod @@ -0,0 +1 @@ +module github.com/hashicorp/memberlist diff --git a/pkg/mod/cache/download/github.com/hashicorp/serf/@v/list b/pkg/mod/cache/download/github.com/hashicorp/serf/@v/list new file mode 100644 index 0000000..85f7059 --- /dev/null +++ b/pkg/mod/cache/download/github.com/hashicorp/serf/@v/list @@ -0,0 +1 @@ +v0.8.1 diff --git a/pkg/mod/cache/download/github.com/hashicorp/serf/@v/list.lock b/pkg/mod/cache/download/github.com/hashicorp/serf/@v/list.lock new file mode 100644 index 0000000..e69de29 diff --git a/pkg/mod/cache/download/github.com/hashicorp/serf/@v/v0.8.1.info b/pkg/mod/cache/download/github.com/hashicorp/serf/@v/v0.8.1.info new file mode 100644 index 0000000..804401f --- /dev/null +++ b/pkg/mod/cache/download/github.com/hashicorp/serf/@v/v0.8.1.info @@ -0,0 +1 @@ +{"Version":"v0.8.1","Time":"2017-02-06T20:05:29Z"} \ No newline at end of file diff --git a/pkg/mod/cache/download/github.com/hashicorp/serf/@v/v0.8.1.mod b/pkg/mod/cache/download/github.com/hashicorp/serf/@v/v0.8.1.mod new file mode 100644 index 0000000..f46cf92 --- /dev/null +++ b/pkg/mod/cache/download/github.com/hashicorp/serf/@v/v0.8.1.mod @@ -0,0 +1 @@ +module github.com/hashicorp/serf diff --git a/pkg/mod/cache/download/github.com/hashicorp/yamux/@v/list b/pkg/mod/cache/download/github.com/hashicorp/yamux/@v/list new file mode 100644 index 0000000..2df5f45 --- /dev/null +++ b/pkg/mod/cache/download/github.com/hashicorp/yamux/@v/list @@ -0,0 +1 @@ +v0.0.0-20181012175058-2f1d1f20f75d diff --git a/pkg/mod/cache/download/github.com/hashicorp/yamux/@v/list.lock b/pkg/mod/cache/download/github.com/hashicorp/yamux/@v/list.lock new file mode 100644 index 0000000..e69de29 diff --git a/pkg/mod/cache/download/github.com/hashicorp/yamux/@v/v0.0.0-20181012175058-2f1d1f20f75d.info b/pkg/mod/cache/download/github.com/hashicorp/yamux/@v/v0.0.0-20181012175058-2f1d1f20f75d.info new file mode 100644 index 0000000..44ddf94 --- /dev/null +++ b/pkg/mod/cache/download/github.com/hashicorp/yamux/@v/v0.0.0-20181012175058-2f1d1f20f75d.info @@ -0,0 +1 @@ +{"Version":"v0.0.0-20181012175058-2f1d1f20f75d","Time":"2018-10-12T17:50:58Z"} \ No newline at end of file diff --git a/pkg/mod/cache/download/github.com/hashicorp/yamux/@v/v0.0.0-20181012175058-2f1d1f20f75d.mod b/pkg/mod/cache/download/github.com/hashicorp/yamux/@v/v0.0.0-20181012175058-2f1d1f20f75d.mod new file mode 100644 index 0000000..672a0e5 --- /dev/null +++ b/pkg/mod/cache/download/github.com/hashicorp/yamux/@v/v0.0.0-20181012175058-2f1d1f20f75d.mod @@ -0,0 +1 @@ +module github.com/hashicorp/yamux diff --git a/pkg/mod/cache/download/github.com/hpcloud/tail/@v/list b/pkg/mod/cache/download/github.com/hpcloud/tail/@v/list new file mode 100644 index 0000000..0ec25f7 --- /dev/null +++ b/pkg/mod/cache/download/github.com/hpcloud/tail/@v/list @@ -0,0 +1 @@ +v1.0.0 diff --git a/pkg/mod/cache/download/github.com/hpcloud/tail/@v/list.lock b/pkg/mod/cache/download/github.com/hpcloud/tail/@v/list.lock new file mode 100644 index 0000000..e69de29 diff --git a/pkg/mod/cache/download/github.com/hpcloud/tail/@v/v1.0.0.info b/pkg/mod/cache/download/github.com/hpcloud/tail/@v/v1.0.0.info new file mode 100644 index 0000000..b5e29af --- /dev/null +++ b/pkg/mod/cache/download/github.com/hpcloud/tail/@v/v1.0.0.info @@ -0,0 +1 @@ +{"Version":"v1.0.0","Time":"2016-04-28T00:30:50Z"} \ No newline at end of file diff --git a/pkg/mod/cache/download/github.com/hpcloud/tail/@v/v1.0.0.mod b/pkg/mod/cache/download/github.com/hpcloud/tail/@v/v1.0.0.mod new file mode 100644 index 0000000..b6334fe --- /dev/null +++ b/pkg/mod/cache/download/github.com/hpcloud/tail/@v/v1.0.0.mod @@ -0,0 +1 @@ +module github.com/hpcloud/tail diff --git a/pkg/mod/cache/download/github.com/jackc/fake/@v/list b/pkg/mod/cache/download/github.com/jackc/fake/@v/list new file mode 100644 index 0000000..4fb6069 --- /dev/null +++ b/pkg/mod/cache/download/github.com/jackc/fake/@v/list @@ -0,0 +1 @@ +v0.0.0-20150926172116-812a484cc733 diff --git a/pkg/mod/cache/download/github.com/jackc/fake/@v/list.lock b/pkg/mod/cache/download/github.com/jackc/fake/@v/list.lock new file mode 100644 index 0000000..e69de29 diff --git a/pkg/mod/cache/download/github.com/jackc/fake/@v/v0.0.0-20150926172116-812a484cc733.info b/pkg/mod/cache/download/github.com/jackc/fake/@v/v0.0.0-20150926172116-812a484cc733.info new file mode 100644 index 0000000..110d53e --- /dev/null +++ b/pkg/mod/cache/download/github.com/jackc/fake/@v/v0.0.0-20150926172116-812a484cc733.info @@ -0,0 +1 @@ +{"Version":"v0.0.0-20150926172116-812a484cc733","Time":"2015-09-26T17:21:16Z"} \ No newline at end of file diff --git a/pkg/mod/cache/download/github.com/jackc/fake/@v/v0.0.0-20150926172116-812a484cc733.mod b/pkg/mod/cache/download/github.com/jackc/fake/@v/v0.0.0-20150926172116-812a484cc733.mod new file mode 100644 index 0000000..966da75 --- /dev/null +++ b/pkg/mod/cache/download/github.com/jackc/fake/@v/v0.0.0-20150926172116-812a484cc733.mod @@ -0,0 +1 @@ +module github.com/jackc/fake diff --git a/pkg/mod/cache/download/github.com/jackc/pgx/@v/list b/pkg/mod/cache/download/github.com/jackc/pgx/@v/list new file mode 100644 index 0000000..0c3979f --- /dev/null +++ b/pkg/mod/cache/download/github.com/jackc/pgx/@v/list @@ -0,0 +1 @@ +v3.2.0+incompatible diff --git a/pkg/mod/cache/download/github.com/jackc/pgx/@v/list.lock b/pkg/mod/cache/download/github.com/jackc/pgx/@v/list.lock new file mode 100644 index 0000000..e69de29 diff --git a/pkg/mod/cache/download/github.com/jackc/pgx/@v/v3.2.0+incompatible.info b/pkg/mod/cache/download/github.com/jackc/pgx/@v/v3.2.0+incompatible.info new file mode 100644 index 0000000..2f58bba --- /dev/null +++ b/pkg/mod/cache/download/github.com/jackc/pgx/@v/v3.2.0+incompatible.info @@ -0,0 +1 @@ +{"Version":"v3.2.0+incompatible","Time":"2018-08-07T14:28:28Z"} \ No newline at end of file diff --git a/pkg/mod/cache/download/github.com/jackc/pgx/@v/v3.2.0+incompatible.mod b/pkg/mod/cache/download/github.com/jackc/pgx/@v/v3.2.0+incompatible.mod new file mode 100644 index 0000000..abd2d75 --- /dev/null +++ b/pkg/mod/cache/download/github.com/jackc/pgx/@v/v3.2.0+incompatible.mod @@ -0,0 +1 @@ +module github.com/jackc/pgx diff --git a/pkg/mod/cache/download/github.com/json-iterator/go/@v/list b/pkg/mod/cache/download/github.com/json-iterator/go/@v/list new file mode 100644 index 0000000..3e0c29c --- /dev/null +++ b/pkg/mod/cache/download/github.com/json-iterator/go/@v/list @@ -0,0 +1 @@ +v1.1.5 diff --git a/pkg/mod/cache/download/github.com/json-iterator/go/@v/list.lock b/pkg/mod/cache/download/github.com/json-iterator/go/@v/list.lock new file mode 100644 index 0000000..e69de29 diff --git a/pkg/mod/cache/download/github.com/json-iterator/go/@v/v1.1.5.info b/pkg/mod/cache/download/github.com/json-iterator/go/@v/v1.1.5.info new file mode 100644 index 0000000..f953f54 --- /dev/null +++ b/pkg/mod/cache/download/github.com/json-iterator/go/@v/v1.1.5.info @@ -0,0 +1 @@ +{"Version":"v1.1.5","Time":"2018-08-06T06:07:27Z"} \ No newline at end of file diff --git a/pkg/mod/cache/download/github.com/json-iterator/go/@v/v1.1.5.mod b/pkg/mod/cache/download/github.com/json-iterator/go/@v/v1.1.5.mod new file mode 100644 index 0000000..945e78b --- /dev/null +++ b/pkg/mod/cache/download/github.com/json-iterator/go/@v/v1.1.5.mod @@ -0,0 +1 @@ +module github.com/json-iterator/go diff --git a/pkg/mod/cache/download/github.com/jstemmer/go-junit-report/@v/list b/pkg/mod/cache/download/github.com/jstemmer/go-junit-report/@v/list new file mode 100644 index 0000000..8d8b7d2 --- /dev/null +++ b/pkg/mod/cache/download/github.com/jstemmer/go-junit-report/@v/list @@ -0,0 +1 @@ +v0.0.0-20190106144839-af01ea7f8024 diff --git a/pkg/mod/cache/download/github.com/jstemmer/go-junit-report/@v/list.lock b/pkg/mod/cache/download/github.com/jstemmer/go-junit-report/@v/list.lock new file mode 100644 index 0000000..e69de29 diff --git a/pkg/mod/cache/download/github.com/jstemmer/go-junit-report/@v/v0.0.0-20190106144839-af01ea7f8024.info b/pkg/mod/cache/download/github.com/jstemmer/go-junit-report/@v/v0.0.0-20190106144839-af01ea7f8024.info new file mode 100644 index 0000000..8562c67 --- /dev/null +++ b/pkg/mod/cache/download/github.com/jstemmer/go-junit-report/@v/v0.0.0-20190106144839-af01ea7f8024.info @@ -0,0 +1 @@ +{"Version":"v0.0.0-20190106144839-af01ea7f8024","Time":"2019-01-06T14:48:39Z"} \ No newline at end of file diff --git a/pkg/mod/cache/download/github.com/jstemmer/go-junit-report/@v/v0.0.0-20190106144839-af01ea7f8024.mod b/pkg/mod/cache/download/github.com/jstemmer/go-junit-report/@v/v0.0.0-20190106144839-af01ea7f8024.mod new file mode 100644 index 0000000..c8e942f --- /dev/null +++ b/pkg/mod/cache/download/github.com/jstemmer/go-junit-report/@v/v0.0.0-20190106144839-af01ea7f8024.mod @@ -0,0 +1 @@ +module github.com/jstemmer/go-junit-report diff --git a/pkg/mod/cache/download/github.com/julienschmidt/httprouter/@v/list b/pkg/mod/cache/download/github.com/julienschmidt/httprouter/@v/list new file mode 100644 index 0000000..79127d8 --- /dev/null +++ b/pkg/mod/cache/download/github.com/julienschmidt/httprouter/@v/list @@ -0,0 +1 @@ +v1.2.0 diff --git a/pkg/mod/cache/download/github.com/julienschmidt/httprouter/@v/list.lock b/pkg/mod/cache/download/github.com/julienschmidt/httprouter/@v/list.lock new file mode 100644 index 0000000..e69de29 diff --git a/pkg/mod/cache/download/github.com/julienschmidt/httprouter/@v/v1.2.0.info b/pkg/mod/cache/download/github.com/julienschmidt/httprouter/@v/v1.2.0.info new file mode 100644 index 0000000..7d9a2fb --- /dev/null +++ b/pkg/mod/cache/download/github.com/julienschmidt/httprouter/@v/v1.2.0.info @@ -0,0 +1 @@ +{"Version":"v1.2.0","Time":"2018-07-15T16:18:54Z"} \ No newline at end of file diff --git a/pkg/mod/cache/download/github.com/julienschmidt/httprouter/@v/v1.2.0.mod b/pkg/mod/cache/download/github.com/julienschmidt/httprouter/@v/v1.2.0.mod new file mode 100644 index 0000000..0aad3c8 --- /dev/null +++ b/pkg/mod/cache/download/github.com/julienschmidt/httprouter/@v/v1.2.0.mod @@ -0,0 +1 @@ +module github.com/julienschmidt/httprouter diff --git a/pkg/mod/cache/download/github.com/konsorten/go-windows-terminal-sequences/@v/list b/pkg/mod/cache/download/github.com/konsorten/go-windows-terminal-sequences/@v/list new file mode 100644 index 0000000..c449462 --- /dev/null +++ b/pkg/mod/cache/download/github.com/konsorten/go-windows-terminal-sequences/@v/list @@ -0,0 +1,2 @@ +v1.0.1 +v1.0.2 diff --git a/pkg/mod/cache/download/github.com/konsorten/go-windows-terminal-sequences/@v/list.lock b/pkg/mod/cache/download/github.com/konsorten/go-windows-terminal-sequences/@v/list.lock new file mode 100644 index 0000000..e69de29 diff --git a/pkg/mod/cache/download/github.com/konsorten/go-windows-terminal-sequences/@v/v1.0.1.mod b/pkg/mod/cache/download/github.com/konsorten/go-windows-terminal-sequences/@v/v1.0.1.mod new file mode 100644 index 0000000..716c613 --- /dev/null +++ b/pkg/mod/cache/download/github.com/konsorten/go-windows-terminal-sequences/@v/v1.0.1.mod @@ -0,0 +1 @@ +module github.com/konsorten/go-windows-terminal-sequences diff --git a/pkg/mod/cache/download/github.com/konsorten/go-windows-terminal-sequences/@v/v1.0.2.info b/pkg/mod/cache/download/github.com/konsorten/go-windows-terminal-sequences/@v/v1.0.2.info new file mode 100644 index 0000000..43728b2 --- /dev/null +++ b/pkg/mod/cache/download/github.com/konsorten/go-windows-terminal-sequences/@v/v1.0.2.info @@ -0,0 +1 @@ +{"Version":"v1.0.2","Time":"2019-02-26T22:47:05Z"} \ No newline at end of file diff --git a/pkg/mod/cache/download/github.com/konsorten/go-windows-terminal-sequences/@v/v1.0.2.mod b/pkg/mod/cache/download/github.com/konsorten/go-windows-terminal-sequences/@v/v1.0.2.mod new file mode 100644 index 0000000..716c613 --- /dev/null +++ b/pkg/mod/cache/download/github.com/konsorten/go-windows-terminal-sequences/@v/v1.0.2.mod @@ -0,0 +1 @@ +module github.com/konsorten/go-windows-terminal-sequences diff --git a/pkg/mod/cache/download/github.com/kr/logfmt/@v/list b/pkg/mod/cache/download/github.com/kr/logfmt/@v/list new file mode 100644 index 0000000..f02259f --- /dev/null +++ b/pkg/mod/cache/download/github.com/kr/logfmt/@v/list @@ -0,0 +1 @@ +v0.0.0-20140226030751-b84e30acd515 diff --git a/pkg/mod/cache/download/github.com/kr/logfmt/@v/list.lock b/pkg/mod/cache/download/github.com/kr/logfmt/@v/list.lock new file mode 100644 index 0000000..e69de29 diff --git a/pkg/mod/cache/download/github.com/kr/logfmt/@v/v0.0.0-20140226030751-b84e30acd515.info b/pkg/mod/cache/download/github.com/kr/logfmt/@v/v0.0.0-20140226030751-b84e30acd515.info new file mode 100644 index 0000000..36753a1 --- /dev/null +++ b/pkg/mod/cache/download/github.com/kr/logfmt/@v/v0.0.0-20140226030751-b84e30acd515.info @@ -0,0 +1 @@ +{"Version":"v0.0.0-20140226030751-b84e30acd515","Time":"2014-02-26T03:07:51Z"} \ No newline at end of file diff --git a/pkg/mod/cache/download/github.com/kr/logfmt/@v/v0.0.0-20140226030751-b84e30acd515.mod b/pkg/mod/cache/download/github.com/kr/logfmt/@v/v0.0.0-20140226030751-b84e30acd515.mod new file mode 100644 index 0000000..ccc885d --- /dev/null +++ b/pkg/mod/cache/download/github.com/kr/logfmt/@v/v0.0.0-20140226030751-b84e30acd515.mod @@ -0,0 +1 @@ +module github.com/kr/logfmt diff --git a/pkg/mod/cache/download/github.com/kr/pretty/@v/list b/pkg/mod/cache/download/github.com/kr/pretty/@v/list new file mode 100644 index 0000000..b82608c --- /dev/null +++ b/pkg/mod/cache/download/github.com/kr/pretty/@v/list @@ -0,0 +1 @@ +v0.1.0 diff --git a/pkg/mod/cache/download/github.com/kr/pretty/@v/list.lock b/pkg/mod/cache/download/github.com/kr/pretty/@v/list.lock new file mode 100644 index 0000000..e69de29 diff --git a/pkg/mod/cache/download/github.com/kr/pretty/@v/v0.1.0.info b/pkg/mod/cache/download/github.com/kr/pretty/@v/v0.1.0.info new file mode 100644 index 0000000..2fd4297 --- /dev/null +++ b/pkg/mod/cache/download/github.com/kr/pretty/@v/v0.1.0.info @@ -0,0 +1 @@ +{"Version":"v0.1.0","Time":"2018-05-06T08:33:45Z"} \ No newline at end of file diff --git a/pkg/mod/cache/download/github.com/kr/pretty/@v/v0.1.0.mod b/pkg/mod/cache/download/github.com/kr/pretty/@v/v0.1.0.mod new file mode 100644 index 0000000..1e29533 --- /dev/null +++ b/pkg/mod/cache/download/github.com/kr/pretty/@v/v0.1.0.mod @@ -0,0 +1,3 @@ +module "github.com/kr/pretty" + +require "github.com/kr/text" v0.1.0 diff --git a/pkg/mod/cache/download/github.com/kr/pty/@v/list b/pkg/mod/cache/download/github.com/kr/pty/@v/list new file mode 100644 index 0000000..56130fb --- /dev/null +++ b/pkg/mod/cache/download/github.com/kr/pty/@v/list @@ -0,0 +1 @@ +v1.1.1 diff --git a/pkg/mod/cache/download/github.com/kr/pty/@v/list.lock b/pkg/mod/cache/download/github.com/kr/pty/@v/list.lock new file mode 100644 index 0000000..e69de29 diff --git a/pkg/mod/cache/download/github.com/kr/pty/@v/v1.1.1.info b/pkg/mod/cache/download/github.com/kr/pty/@v/v1.1.1.info new file mode 100644 index 0000000..4d4fe72 --- /dev/null +++ b/pkg/mod/cache/download/github.com/kr/pty/@v/v1.1.1.info @@ -0,0 +1 @@ +{"Version":"v1.1.1","Time":"2018-01-13T18:08:13Z"} \ No newline at end of file diff --git a/pkg/mod/cache/download/github.com/kr/pty/@v/v1.1.1.mod b/pkg/mod/cache/download/github.com/kr/pty/@v/v1.1.1.mod new file mode 100644 index 0000000..4a275a5 --- /dev/null +++ b/pkg/mod/cache/download/github.com/kr/pty/@v/v1.1.1.mod @@ -0,0 +1 @@ +module github.com/kr/pty diff --git a/pkg/mod/cache/download/github.com/kr/text/@v/list b/pkg/mod/cache/download/github.com/kr/text/@v/list new file mode 100644 index 0000000..b82608c --- /dev/null +++ b/pkg/mod/cache/download/github.com/kr/text/@v/list @@ -0,0 +1 @@ +v0.1.0 diff --git a/pkg/mod/cache/download/github.com/kr/text/@v/list.lock b/pkg/mod/cache/download/github.com/kr/text/@v/list.lock new file mode 100644 index 0000000..e69de29 diff --git a/pkg/mod/cache/download/github.com/kr/text/@v/v0.1.0.info b/pkg/mod/cache/download/github.com/kr/text/@v/v0.1.0.info new file mode 100644 index 0000000..4ef622e --- /dev/null +++ b/pkg/mod/cache/download/github.com/kr/text/@v/v0.1.0.info @@ -0,0 +1 @@ +{"Version":"v0.1.0","Time":"2018-05-06T08:24:08Z"} \ No newline at end of file diff --git a/pkg/mod/cache/download/github.com/kr/text/@v/v0.1.0.mod b/pkg/mod/cache/download/github.com/kr/text/@v/v0.1.0.mod new file mode 100644 index 0000000..fa0528b --- /dev/null +++ b/pkg/mod/cache/download/github.com/kr/text/@v/v0.1.0.mod @@ -0,0 +1,3 @@ +module "github.com/kr/text" + +require "github.com/kr/pty" v1.1.1 diff --git a/pkg/mod/cache/download/github.com/lib/pq/@v/list b/pkg/mod/cache/download/github.com/lib/pq/@v/list new file mode 100644 index 0000000..0ec25f7 --- /dev/null +++ b/pkg/mod/cache/download/github.com/lib/pq/@v/list @@ -0,0 +1 @@ +v1.0.0 diff --git a/pkg/mod/cache/download/github.com/lib/pq/@v/list.lock b/pkg/mod/cache/download/github.com/lib/pq/@v/list.lock new file mode 100644 index 0000000..e69de29 diff --git a/pkg/mod/cache/download/github.com/lib/pq/@v/v1.0.0.info b/pkg/mod/cache/download/github.com/lib/pq/@v/v1.0.0.info new file mode 100644 index 0000000..8b1cc9a --- /dev/null +++ b/pkg/mod/cache/download/github.com/lib/pq/@v/v1.0.0.info @@ -0,0 +1 @@ +{"Version":"v1.0.0","Time":"2018-08-23T06:29:44Z"} \ No newline at end of file diff --git a/pkg/mod/cache/download/github.com/lib/pq/@v/v1.0.0.mod b/pkg/mod/cache/download/github.com/lib/pq/@v/v1.0.0.mod new file mode 100644 index 0000000..edf0b34 --- /dev/null +++ b/pkg/mod/cache/download/github.com/lib/pq/@v/v1.0.0.mod @@ -0,0 +1 @@ +module github.com/lib/pq diff --git a/pkg/mod/cache/download/github.com/mattn/go-isatty/@v/list b/pkg/mod/cache/download/github.com/mattn/go-isatty/@v/list new file mode 100644 index 0000000..7df503e --- /dev/null +++ b/pkg/mod/cache/download/github.com/mattn/go-isatty/@v/list @@ -0,0 +1 @@ +v0.0.4 diff --git a/pkg/mod/cache/download/github.com/mattn/go-isatty/@v/list.lock b/pkg/mod/cache/download/github.com/mattn/go-isatty/@v/list.lock new file mode 100644 index 0000000..e69de29 diff --git a/pkg/mod/cache/download/github.com/mattn/go-isatty/@v/v0.0.4.info b/pkg/mod/cache/download/github.com/mattn/go-isatty/@v/v0.0.4.info new file mode 100644 index 0000000..77fb540 --- /dev/null +++ b/pkg/mod/cache/download/github.com/mattn/go-isatty/@v/v0.0.4.info @@ -0,0 +1 @@ +{"Version":"v0.0.4","Time":"2017-11-07T05:05:31Z"} \ No newline at end of file diff --git a/pkg/mod/cache/download/github.com/mattn/go-isatty/@v/v0.0.4.mod b/pkg/mod/cache/download/github.com/mattn/go-isatty/@v/v0.0.4.mod new file mode 100644 index 0000000..6f83698 --- /dev/null +++ b/pkg/mod/cache/download/github.com/mattn/go-isatty/@v/v0.0.4.mod @@ -0,0 +1 @@ +module github.com/mattn/go-isatty diff --git a/pkg/mod/cache/download/github.com/mattn/go-sqlite3/@v/list b/pkg/mod/cache/download/github.com/mattn/go-sqlite3/@v/list new file mode 100644 index 0000000..295e37c --- /dev/null +++ b/pkg/mod/cache/download/github.com/mattn/go-sqlite3/@v/list @@ -0,0 +1 @@ +v1.9.0 diff --git a/pkg/mod/cache/download/github.com/mattn/go-sqlite3/@v/list.lock b/pkg/mod/cache/download/github.com/mattn/go-sqlite3/@v/list.lock new file mode 100644 index 0000000..e69de29 diff --git a/pkg/mod/cache/download/github.com/mattn/go-sqlite3/@v/v1.9.0.info b/pkg/mod/cache/download/github.com/mattn/go-sqlite3/@v/v1.9.0.info new file mode 100644 index 0000000..a547bf0 --- /dev/null +++ b/pkg/mod/cache/download/github.com/mattn/go-sqlite3/@v/v1.9.0.info @@ -0,0 +1 @@ +{"Version":"v1.9.0","Time":"2018-06-13T08:33:23Z"} \ No newline at end of file diff --git a/pkg/mod/cache/download/github.com/mattn/go-sqlite3/@v/v1.9.0.mod b/pkg/mod/cache/download/github.com/mattn/go-sqlite3/@v/v1.9.0.mod new file mode 100644 index 0000000..0454202 --- /dev/null +++ b/pkg/mod/cache/download/github.com/mattn/go-sqlite3/@v/v1.9.0.mod @@ -0,0 +1 @@ +module github.com/mattn/go-sqlite3 diff --git a/pkg/mod/cache/download/github.com/matttproud/golang_protobuf_extensions/@v/list b/pkg/mod/cache/download/github.com/matttproud/golang_protobuf_extensions/@v/list new file mode 100644 index 0000000..b18d465 --- /dev/null +++ b/pkg/mod/cache/download/github.com/matttproud/golang_protobuf_extensions/@v/list @@ -0,0 +1 @@ +v1.0.1 diff --git a/pkg/mod/cache/download/github.com/matttproud/golang_protobuf_extensions/@v/list.lock b/pkg/mod/cache/download/github.com/matttproud/golang_protobuf_extensions/@v/list.lock new file mode 100644 index 0000000..e69de29 diff --git a/pkg/mod/cache/download/github.com/matttproud/golang_protobuf_extensions/@v/v1.0.1.info b/pkg/mod/cache/download/github.com/matttproud/golang_protobuf_extensions/@v/v1.0.1.info new file mode 100644 index 0000000..1dba35d --- /dev/null +++ b/pkg/mod/cache/download/github.com/matttproud/golang_protobuf_extensions/@v/v1.0.1.info @@ -0,0 +1 @@ +{"Version":"v1.0.1","Time":"2016-04-24T11:30:07Z"} \ No newline at end of file diff --git a/pkg/mod/cache/download/github.com/matttproud/golang_protobuf_extensions/@v/v1.0.1.mod b/pkg/mod/cache/download/github.com/matttproud/golang_protobuf_extensions/@v/v1.0.1.mod new file mode 100644 index 0000000..3477c39 --- /dev/null +++ b/pkg/mod/cache/download/github.com/matttproud/golang_protobuf_extensions/@v/v1.0.1.mod @@ -0,0 +1 @@ +module github.com/matttproud/golang_protobuf_extensions diff --git a/pkg/mod/cache/download/github.com/miekg/dns/@v/list b/pkg/mod/cache/download/github.com/miekg/dns/@v/list new file mode 100644 index 0000000..56130fb --- /dev/null +++ b/pkg/mod/cache/download/github.com/miekg/dns/@v/list @@ -0,0 +1 @@ +v1.1.1 diff --git a/pkg/mod/cache/download/github.com/miekg/dns/@v/list.lock b/pkg/mod/cache/download/github.com/miekg/dns/@v/list.lock new file mode 100644 index 0000000..e69de29 diff --git a/pkg/mod/cache/download/github.com/miekg/dns/@v/v1.1.1.info b/pkg/mod/cache/download/github.com/miekg/dns/@v/v1.1.1.info new file mode 100644 index 0000000..adacfd3 --- /dev/null +++ b/pkg/mod/cache/download/github.com/miekg/dns/@v/v1.1.1.info @@ -0,0 +1 @@ +{"Version":"v1.1.1","Time":"2018-12-02T09:00:23Z"} \ No newline at end of file diff --git a/pkg/mod/cache/download/github.com/miekg/dns/@v/v1.1.1.mod b/pkg/mod/cache/download/github.com/miekg/dns/@v/v1.1.1.mod new file mode 100644 index 0000000..996e7e0 --- /dev/null +++ b/pkg/mod/cache/download/github.com/miekg/dns/@v/v1.1.1.mod @@ -0,0 +1 @@ +module github.com/miekg/dns diff --git a/pkg/mod/cache/download/github.com/mitchellh/go-homedir/@v/list b/pkg/mod/cache/download/github.com/mitchellh/go-homedir/@v/list new file mode 100644 index 0000000..0ec25f7 --- /dev/null +++ b/pkg/mod/cache/download/github.com/mitchellh/go-homedir/@v/list @@ -0,0 +1 @@ +v1.0.0 diff --git a/pkg/mod/cache/download/github.com/mitchellh/go-homedir/@v/list.lock b/pkg/mod/cache/download/github.com/mitchellh/go-homedir/@v/list.lock new file mode 100644 index 0000000..e69de29 diff --git a/pkg/mod/cache/download/github.com/mitchellh/go-homedir/@v/v1.0.0.info b/pkg/mod/cache/download/github.com/mitchellh/go-homedir/@v/v1.0.0.info new file mode 100644 index 0000000..ecfad8d --- /dev/null +++ b/pkg/mod/cache/download/github.com/mitchellh/go-homedir/@v/v1.0.0.info @@ -0,0 +1 @@ +{"Version":"v1.0.0","Time":"2018-08-24T00:42:36Z"} \ No newline at end of file diff --git a/pkg/mod/cache/download/github.com/mitchellh/go-homedir/@v/v1.0.0.mod b/pkg/mod/cache/download/github.com/mitchellh/go-homedir/@v/v1.0.0.mod new file mode 100644 index 0000000..7efa09a --- /dev/null +++ b/pkg/mod/cache/download/github.com/mitchellh/go-homedir/@v/v1.0.0.mod @@ -0,0 +1 @@ +module github.com/mitchellh/go-homedir diff --git a/pkg/mod/cache/download/github.com/mitchellh/go-testing-interface/@v/list b/pkg/mod/cache/download/github.com/mitchellh/go-testing-interface/@v/list new file mode 100644 index 0000000..0ec25f7 --- /dev/null +++ b/pkg/mod/cache/download/github.com/mitchellh/go-testing-interface/@v/list @@ -0,0 +1 @@ +v1.0.0 diff --git a/pkg/mod/cache/download/github.com/mitchellh/go-testing-interface/@v/list.lock b/pkg/mod/cache/download/github.com/mitchellh/go-testing-interface/@v/list.lock new file mode 100644 index 0000000..e69de29 diff --git a/pkg/mod/cache/download/github.com/mitchellh/go-testing-interface/@v/v1.0.0.info b/pkg/mod/cache/download/github.com/mitchellh/go-testing-interface/@v/v1.0.0.info new file mode 100644 index 0000000..42811b3 --- /dev/null +++ b/pkg/mod/cache/download/github.com/mitchellh/go-testing-interface/@v/v1.0.0.info @@ -0,0 +1 @@ +{"Version":"v1.0.0","Time":"2018-08-26T20:35:19Z"} \ No newline at end of file diff --git a/pkg/mod/cache/download/github.com/mitchellh/go-testing-interface/@v/v1.0.0.mod b/pkg/mod/cache/download/github.com/mitchellh/go-testing-interface/@v/v1.0.0.mod new file mode 100644 index 0000000..062796d --- /dev/null +++ b/pkg/mod/cache/download/github.com/mitchellh/go-testing-interface/@v/v1.0.0.mod @@ -0,0 +1 @@ +module github.com/mitchellh/go-testing-interface diff --git a/pkg/mod/cache/download/github.com/mitchellh/mapstructure/@v/list b/pkg/mod/cache/download/github.com/mitchellh/mapstructure/@v/list new file mode 100644 index 0000000..0f1acbd --- /dev/null +++ b/pkg/mod/cache/download/github.com/mitchellh/mapstructure/@v/list @@ -0,0 +1 @@ +v1.1.2 diff --git a/pkg/mod/cache/download/github.com/mitchellh/mapstructure/@v/list.lock b/pkg/mod/cache/download/github.com/mitchellh/mapstructure/@v/list.lock new file mode 100644 index 0000000..e69de29 diff --git a/pkg/mod/cache/download/github.com/mitchellh/mapstructure/@v/v1.1.2.info b/pkg/mod/cache/download/github.com/mitchellh/mapstructure/@v/v1.1.2.info new file mode 100644 index 0000000..440bcaf --- /dev/null +++ b/pkg/mod/cache/download/github.com/mitchellh/mapstructure/@v/v1.1.2.info @@ -0,0 +1 @@ +{"Version":"v1.1.2","Time":"2018-10-05T04:51:35Z"} \ No newline at end of file diff --git a/pkg/mod/cache/download/github.com/mitchellh/mapstructure/@v/v1.1.2.mod b/pkg/mod/cache/download/github.com/mitchellh/mapstructure/@v/v1.1.2.mod new file mode 100644 index 0000000..d2a7125 --- /dev/null +++ b/pkg/mod/cache/download/github.com/mitchellh/mapstructure/@v/v1.1.2.mod @@ -0,0 +1 @@ +module github.com/mitchellh/mapstructure diff --git a/pkg/mod/cache/download/github.com/modern-go/concurrent/@v/list b/pkg/mod/cache/download/github.com/modern-go/concurrent/@v/list new file mode 100644 index 0000000..bfffeaf --- /dev/null +++ b/pkg/mod/cache/download/github.com/modern-go/concurrent/@v/list @@ -0,0 +1 @@ +v0.0.0-20180306012644-bacd9c7ef1dd diff --git a/pkg/mod/cache/download/github.com/modern-go/concurrent/@v/list.lock b/pkg/mod/cache/download/github.com/modern-go/concurrent/@v/list.lock new file mode 100644 index 0000000..e69de29 diff --git a/pkg/mod/cache/download/github.com/modern-go/concurrent/@v/v0.0.0-20180306012644-bacd9c7ef1dd.info b/pkg/mod/cache/download/github.com/modern-go/concurrent/@v/v0.0.0-20180306012644-bacd9c7ef1dd.info new file mode 100644 index 0000000..79cc8e4 --- /dev/null +++ b/pkg/mod/cache/download/github.com/modern-go/concurrent/@v/v0.0.0-20180306012644-bacd9c7ef1dd.info @@ -0,0 +1 @@ +{"Version":"v0.0.0-20180306012644-bacd9c7ef1dd","Time":"2018-03-06T01:26:44Z"} \ No newline at end of file diff --git a/pkg/mod/cache/download/github.com/modern-go/concurrent/@v/v0.0.0-20180306012644-bacd9c7ef1dd.mod b/pkg/mod/cache/download/github.com/modern-go/concurrent/@v/v0.0.0-20180306012644-bacd9c7ef1dd.mod new file mode 100644 index 0000000..6978fdf --- /dev/null +++ b/pkg/mod/cache/download/github.com/modern-go/concurrent/@v/v0.0.0-20180306012644-bacd9c7ef1dd.mod @@ -0,0 +1 @@ +module github.com/modern-go/concurrent diff --git a/pkg/mod/cache/download/github.com/modern-go/reflect2/@v/list b/pkg/mod/cache/download/github.com/modern-go/reflect2/@v/list new file mode 100644 index 0000000..b18d465 --- /dev/null +++ b/pkg/mod/cache/download/github.com/modern-go/reflect2/@v/list @@ -0,0 +1 @@ +v1.0.1 diff --git a/pkg/mod/cache/download/github.com/modern-go/reflect2/@v/list.lock b/pkg/mod/cache/download/github.com/modern-go/reflect2/@v/list.lock new file mode 100644 index 0000000..e69de29 diff --git a/pkg/mod/cache/download/github.com/modern-go/reflect2/@v/v1.0.1.info b/pkg/mod/cache/download/github.com/modern-go/reflect2/@v/v1.0.1.info new file mode 100644 index 0000000..f4a041b --- /dev/null +++ b/pkg/mod/cache/download/github.com/modern-go/reflect2/@v/v1.0.1.info @@ -0,0 +1 @@ +{"Version":"v1.0.1","Time":"2018-07-18T01:23:57Z"} \ No newline at end of file diff --git a/pkg/mod/cache/download/github.com/modern-go/reflect2/@v/v1.0.1.mod b/pkg/mod/cache/download/github.com/modern-go/reflect2/@v/v1.0.1.mod new file mode 100644 index 0000000..36ec4de --- /dev/null +++ b/pkg/mod/cache/download/github.com/modern-go/reflect2/@v/v1.0.1.mod @@ -0,0 +1 @@ +module github.com/modern-go/reflect2 diff --git a/pkg/mod/cache/download/github.com/mwitkow/go-conntrack/@v/list b/pkg/mod/cache/download/github.com/mwitkow/go-conntrack/@v/list new file mode 100644 index 0000000..75b3c90 --- /dev/null +++ b/pkg/mod/cache/download/github.com/mwitkow/go-conntrack/@v/list @@ -0,0 +1 @@ +v0.0.0-20161129095857-cc309e4a2223 diff --git a/pkg/mod/cache/download/github.com/mwitkow/go-conntrack/@v/list.lock b/pkg/mod/cache/download/github.com/mwitkow/go-conntrack/@v/list.lock new file mode 100644 index 0000000..e69de29 diff --git a/pkg/mod/cache/download/github.com/mwitkow/go-conntrack/@v/v0.0.0-20161129095857-cc309e4a2223.info b/pkg/mod/cache/download/github.com/mwitkow/go-conntrack/@v/v0.0.0-20161129095857-cc309e4a2223.info new file mode 100644 index 0000000..ab3c801 --- /dev/null +++ b/pkg/mod/cache/download/github.com/mwitkow/go-conntrack/@v/v0.0.0-20161129095857-cc309e4a2223.info @@ -0,0 +1 @@ +{"Version":"v0.0.0-20161129095857-cc309e4a2223","Time":"2016-11-29T09:58:57Z"} \ No newline at end of file diff --git a/pkg/mod/cache/download/github.com/mwitkow/go-conntrack/@v/v0.0.0-20161129095857-cc309e4a2223.mod b/pkg/mod/cache/download/github.com/mwitkow/go-conntrack/@v/v0.0.0-20161129095857-cc309e4a2223.mod new file mode 100644 index 0000000..8d1e7dc --- /dev/null +++ b/pkg/mod/cache/download/github.com/mwitkow/go-conntrack/@v/v0.0.0-20161129095857-cc309e4a2223.mod @@ -0,0 +1 @@ +module github.com/mwitkow/go-conntrack diff --git a/pkg/mod/cache/download/github.com/nsqio/go-nsq/@v/list b/pkg/mod/cache/download/github.com/nsqio/go-nsq/@v/list new file mode 100644 index 0000000..cbe8779 --- /dev/null +++ b/pkg/mod/cache/download/github.com/nsqio/go-nsq/@v/list @@ -0,0 +1 @@ +v1.0.7 diff --git a/pkg/mod/cache/download/github.com/nsqio/go-nsq/@v/list.lock b/pkg/mod/cache/download/github.com/nsqio/go-nsq/@v/list.lock new file mode 100644 index 0000000..e69de29 diff --git a/pkg/mod/cache/download/github.com/nsqio/go-nsq/@v/v1.0.7.info b/pkg/mod/cache/download/github.com/nsqio/go-nsq/@v/v1.0.7.info new file mode 100644 index 0000000..256498d --- /dev/null +++ b/pkg/mod/cache/download/github.com/nsqio/go-nsq/@v/v1.0.7.info @@ -0,0 +1 @@ +{"Version":"v1.0.7","Time":"2017-08-04T22:58:57Z"} \ No newline at end of file diff --git a/pkg/mod/cache/download/github.com/nsqio/go-nsq/@v/v1.0.7.mod b/pkg/mod/cache/download/github.com/nsqio/go-nsq/@v/v1.0.7.mod new file mode 100644 index 0000000..3acd215 --- /dev/null +++ b/pkg/mod/cache/download/github.com/nsqio/go-nsq/@v/v1.0.7.mod @@ -0,0 +1 @@ +module github.com/nsqio/go-nsq diff --git a/pkg/mod/cache/download/github.com/onsi/ginkgo/@v/list b/pkg/mod/cache/download/github.com/onsi/ginkgo/@v/list new file mode 100644 index 0000000..f78aa0f --- /dev/null +++ b/pkg/mod/cache/download/github.com/onsi/ginkgo/@v/list @@ -0,0 +1,2 @@ +v1.6.0 +v1.10.3 diff --git a/pkg/mod/cache/download/github.com/onsi/ginkgo/@v/list.lock b/pkg/mod/cache/download/github.com/onsi/ginkgo/@v/list.lock new file mode 100644 index 0000000..e69de29 diff --git a/pkg/mod/cache/download/github.com/onsi/ginkgo/@v/v1.10.3.info b/pkg/mod/cache/download/github.com/onsi/ginkgo/@v/v1.10.3.info new file mode 100644 index 0000000..2e23bf9 --- /dev/null +++ b/pkg/mod/cache/download/github.com/onsi/ginkgo/@v/v1.10.3.info @@ -0,0 +1 @@ +{"Version":"v1.10.3","Time":"2019-10-30T17:16:36Z"} \ No newline at end of file diff --git a/pkg/mod/cache/download/github.com/onsi/ginkgo/@v/v1.10.3.mod b/pkg/mod/cache/download/github.com/onsi/ginkgo/@v/v1.10.3.mod new file mode 100644 index 0000000..c756948 --- /dev/null +++ b/pkg/mod/cache/download/github.com/onsi/ginkgo/@v/v1.10.3.mod @@ -0,0 +1 @@ +module github.com/onsi/ginkgo diff --git a/pkg/mod/cache/download/github.com/onsi/ginkgo/@v/v1.6.0.mod b/pkg/mod/cache/download/github.com/onsi/ginkgo/@v/v1.6.0.mod new file mode 100644 index 0000000..c756948 --- /dev/null +++ b/pkg/mod/cache/download/github.com/onsi/ginkgo/@v/v1.6.0.mod @@ -0,0 +1 @@ +module github.com/onsi/ginkgo diff --git a/pkg/mod/cache/download/github.com/onsi/gomega/@v/list b/pkg/mod/cache/download/github.com/onsi/gomega/@v/list new file mode 100644 index 0000000..a97fc44 --- /dev/null +++ b/pkg/mod/cache/download/github.com/onsi/gomega/@v/list @@ -0,0 +1 @@ +v1.7.1 diff --git a/pkg/mod/cache/download/github.com/onsi/gomega/@v/list.lock b/pkg/mod/cache/download/github.com/onsi/gomega/@v/list.lock new file mode 100644 index 0000000..e69de29 diff --git a/pkg/mod/cache/download/github.com/onsi/gomega/@v/v1.7.1.info b/pkg/mod/cache/download/github.com/onsi/gomega/@v/v1.7.1.info new file mode 100644 index 0000000..263a9ac --- /dev/null +++ b/pkg/mod/cache/download/github.com/onsi/gomega/@v/v1.7.1.info @@ -0,0 +1 @@ +{"Version":"v1.7.1","Time":"2019-10-30T17:12:58Z"} \ No newline at end of file diff --git a/pkg/mod/cache/download/github.com/onsi/gomega/@v/v1.7.1.mod b/pkg/mod/cache/download/github.com/onsi/gomega/@v/v1.7.1.mod new file mode 100644 index 0000000..177a541 --- /dev/null +++ b/pkg/mod/cache/download/github.com/onsi/gomega/@v/v1.7.1.mod @@ -0,0 +1,16 @@ +module github.com/onsi/gomega + +require ( + github.com/fsnotify/fsnotify v1.4.7 // indirect + github.com/golang/protobuf v1.2.0 + github.com/hpcloud/tail v1.0.0 // indirect + github.com/onsi/ginkgo v1.6.0 + golang.org/x/net v0.0.0-20180906233101-161cd47e91fd + golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f // indirect + golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e // indirect + golang.org/x/text v0.3.0 // indirect + gopkg.in/fsnotify.v1 v1.4.7 // indirect + gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect + gopkg.in/yaml.v2 v2.2.4 +) + diff --git a/pkg/mod/cache/download/github.com/pascaldekloe/goe/@v/list b/pkg/mod/cache/download/github.com/pascaldekloe/goe/@v/list new file mode 100644 index 0000000..2a37a59 --- /dev/null +++ b/pkg/mod/cache/download/github.com/pascaldekloe/goe/@v/list @@ -0,0 +1 @@ +v0.0.0-20180627143212-57f6aae5913c diff --git a/pkg/mod/cache/download/github.com/pascaldekloe/goe/@v/list.lock b/pkg/mod/cache/download/github.com/pascaldekloe/goe/@v/list.lock new file mode 100644 index 0000000..e69de29 diff --git a/pkg/mod/cache/download/github.com/pascaldekloe/goe/@v/v0.0.0-20180627143212-57f6aae5913c.info b/pkg/mod/cache/download/github.com/pascaldekloe/goe/@v/v0.0.0-20180627143212-57f6aae5913c.info new file mode 100644 index 0000000..48f02eb --- /dev/null +++ b/pkg/mod/cache/download/github.com/pascaldekloe/goe/@v/v0.0.0-20180627143212-57f6aae5913c.info @@ -0,0 +1 @@ +{"Version":"v0.0.0-20180627143212-57f6aae5913c","Time":"2018-06-27T14:32:12Z"} \ No newline at end of file diff --git a/pkg/mod/cache/download/github.com/pascaldekloe/goe/@v/v0.0.0-20180627143212-57f6aae5913c.mod b/pkg/mod/cache/download/github.com/pascaldekloe/goe/@v/v0.0.0-20180627143212-57f6aae5913c.mod new file mode 100644 index 0000000..df2b0ee --- /dev/null +++ b/pkg/mod/cache/download/github.com/pascaldekloe/goe/@v/v0.0.0-20180627143212-57f6aae5913c.mod @@ -0,0 +1 @@ +module github.com/pascaldekloe/goe diff --git a/pkg/mod/cache/download/github.com/pkg/errors/@v/list b/pkg/mod/cache/download/github.com/pkg/errors/@v/list new file mode 100644 index 0000000..68b54d7 --- /dev/null +++ b/pkg/mod/cache/download/github.com/pkg/errors/@v/list @@ -0,0 +1,2 @@ +v0.8.0 +v0.8.1 diff --git a/pkg/mod/cache/download/github.com/pkg/errors/@v/list.lock b/pkg/mod/cache/download/github.com/pkg/errors/@v/list.lock new file mode 100644 index 0000000..e69de29 diff --git a/pkg/mod/cache/download/github.com/pkg/errors/@v/v0.8.0.mod b/pkg/mod/cache/download/github.com/pkg/errors/@v/v0.8.0.mod new file mode 100644 index 0000000..a52fd84 --- /dev/null +++ b/pkg/mod/cache/download/github.com/pkg/errors/@v/v0.8.0.mod @@ -0,0 +1 @@ +module github.com/pkg/errors diff --git a/pkg/mod/cache/download/github.com/pkg/errors/@v/v0.8.1.info b/pkg/mod/cache/download/github.com/pkg/errors/@v/v0.8.1.info new file mode 100644 index 0000000..4160a98 --- /dev/null +++ b/pkg/mod/cache/download/github.com/pkg/errors/@v/v0.8.1.info @@ -0,0 +1 @@ +{"Version":"v0.8.1","Time":"2019-01-03T06:52:24Z"} \ No newline at end of file diff --git a/pkg/mod/cache/download/github.com/pkg/errors/@v/v0.8.1.mod b/pkg/mod/cache/download/github.com/pkg/errors/@v/v0.8.1.mod new file mode 100644 index 0000000..a52fd84 --- /dev/null +++ b/pkg/mod/cache/download/github.com/pkg/errors/@v/v0.8.1.mod @@ -0,0 +1 @@ +module github.com/pkg/errors diff --git a/pkg/mod/cache/download/github.com/pmezard/go-difflib/@v/list b/pkg/mod/cache/download/github.com/pmezard/go-difflib/@v/list new file mode 100644 index 0000000..0ec25f7 --- /dev/null +++ b/pkg/mod/cache/download/github.com/pmezard/go-difflib/@v/list @@ -0,0 +1 @@ +v1.0.0 diff --git a/pkg/mod/cache/download/github.com/pmezard/go-difflib/@v/list.lock b/pkg/mod/cache/download/github.com/pmezard/go-difflib/@v/list.lock new file mode 100644 index 0000000..e69de29 diff --git a/pkg/mod/cache/download/github.com/pmezard/go-difflib/@v/v1.0.0.info b/pkg/mod/cache/download/github.com/pmezard/go-difflib/@v/v1.0.0.info new file mode 100644 index 0000000..79e89a9 --- /dev/null +++ b/pkg/mod/cache/download/github.com/pmezard/go-difflib/@v/v1.0.0.info @@ -0,0 +1 @@ +{"Version":"v1.0.0","Time":"2016-01-10T10:55:54Z"} \ No newline at end of file diff --git a/pkg/mod/cache/download/github.com/pmezard/go-difflib/@v/v1.0.0.mod b/pkg/mod/cache/download/github.com/pmezard/go-difflib/@v/v1.0.0.mod new file mode 100644 index 0000000..a03051f --- /dev/null +++ b/pkg/mod/cache/download/github.com/pmezard/go-difflib/@v/v1.0.0.mod @@ -0,0 +1 @@ +module github.com/pmezard/go-difflib diff --git a/pkg/mod/cache/download/github.com/prometheus/client_golang/@v/list b/pkg/mod/cache/download/github.com/prometheus/client_golang/@v/list new file mode 100644 index 0000000..a67d429 --- /dev/null +++ b/pkg/mod/cache/download/github.com/prometheus/client_golang/@v/list @@ -0,0 +1,2 @@ +v0.9.1 +v0.9.3-0.20190127221311-3c4408c8b829 diff --git a/pkg/mod/cache/download/github.com/prometheus/client_golang/@v/list.lock b/pkg/mod/cache/download/github.com/prometheus/client_golang/@v/list.lock new file mode 100644 index 0000000..e69de29 diff --git a/pkg/mod/cache/download/github.com/prometheus/client_golang/@v/v0.9.1.mod b/pkg/mod/cache/download/github.com/prometheus/client_golang/@v/v0.9.1.mod new file mode 100644 index 0000000..1180928 --- /dev/null +++ b/pkg/mod/cache/download/github.com/prometheus/client_golang/@v/v0.9.1.mod @@ -0,0 +1 @@ +module github.com/prometheus/client_golang diff --git a/pkg/mod/cache/download/github.com/prometheus/client_golang/@v/v0.9.3-0.20190127221311-3c4408c8b829.info b/pkg/mod/cache/download/github.com/prometheus/client_golang/@v/v0.9.3-0.20190127221311-3c4408c8b829.info new file mode 100644 index 0000000..c925a2e --- /dev/null +++ b/pkg/mod/cache/download/github.com/prometheus/client_golang/@v/v0.9.3-0.20190127221311-3c4408c8b829.info @@ -0,0 +1 @@ +{"Version":"v0.9.3-0.20190127221311-3c4408c8b829","Time":"2019-01-27T22:13:11Z"} \ No newline at end of file diff --git a/pkg/mod/cache/download/github.com/prometheus/client_golang/@v/v0.9.3-0.20190127221311-3c4408c8b829.mod b/pkg/mod/cache/download/github.com/prometheus/client_golang/@v/v0.9.3-0.20190127221311-3c4408c8b829.mod new file mode 100644 index 0000000..0c16bac --- /dev/null +++ b/pkg/mod/cache/download/github.com/prometheus/client_golang/@v/v0.9.3-0.20190127221311-3c4408c8b829.mod @@ -0,0 +1,11 @@ +module github.com/prometheus/client_golang + +require ( + github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973 + github.com/golang/protobuf v1.2.0 + github.com/prometheus/client_model v0.0.0-20190115171406-56726106282f + github.com/prometheus/common v0.2.0 + github.com/prometheus/procfs v0.0.0-20190117184657-bf6a532e95b1 + golang.org/x/net v0.0.0-20190125091013-d26f9f9a57f3 + golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 // indirect +) diff --git a/pkg/mod/cache/download/github.com/prometheus/client_model/@v/list b/pkg/mod/cache/download/github.com/prometheus/client_model/@v/list new file mode 100644 index 0000000..b96629e --- /dev/null +++ b/pkg/mod/cache/download/github.com/prometheus/client_model/@v/list @@ -0,0 +1,3 @@ +v0.0.0-20180712105110-5c3871d89910 +v0.0.0-20190115171406-56726106282f +v0.0.0-20190129233127-fd36f4220a90 diff --git a/pkg/mod/cache/download/github.com/prometheus/client_model/@v/list.lock b/pkg/mod/cache/download/github.com/prometheus/client_model/@v/list.lock new file mode 100644 index 0000000..e69de29 diff --git a/pkg/mod/cache/download/github.com/prometheus/client_model/@v/v0.0.0-20180712105110-5c3871d89910.mod b/pkg/mod/cache/download/github.com/prometheus/client_model/@v/v0.0.0-20180712105110-5c3871d89910.mod new file mode 100644 index 0000000..90204bc --- /dev/null +++ b/pkg/mod/cache/download/github.com/prometheus/client_model/@v/v0.0.0-20180712105110-5c3871d89910.mod @@ -0,0 +1 @@ +module github.com/prometheus/client_model diff --git a/pkg/mod/cache/download/github.com/prometheus/client_model/@v/v0.0.0-20190115171406-56726106282f.mod b/pkg/mod/cache/download/github.com/prometheus/client_model/@v/v0.0.0-20190115171406-56726106282f.mod new file mode 100644 index 0000000..90204bc --- /dev/null +++ b/pkg/mod/cache/download/github.com/prometheus/client_model/@v/v0.0.0-20190115171406-56726106282f.mod @@ -0,0 +1 @@ +module github.com/prometheus/client_model diff --git a/pkg/mod/cache/download/github.com/prometheus/client_model/@v/v0.0.0-20190129233127-fd36f4220a90.info b/pkg/mod/cache/download/github.com/prometheus/client_model/@v/v0.0.0-20190129233127-fd36f4220a90.info new file mode 100644 index 0000000..5915bc6 --- /dev/null +++ b/pkg/mod/cache/download/github.com/prometheus/client_model/@v/v0.0.0-20190129233127-fd36f4220a90.info @@ -0,0 +1 @@ +{"Version":"v0.0.0-20190129233127-fd36f4220a90","Time":"2019-01-29T23:31:27Z"} \ No newline at end of file diff --git a/pkg/mod/cache/download/github.com/prometheus/client_model/@v/v0.0.0-20190129233127-fd36f4220a90.mod b/pkg/mod/cache/download/github.com/prometheus/client_model/@v/v0.0.0-20190129233127-fd36f4220a90.mod new file mode 100644 index 0000000..e7e0a86 --- /dev/null +++ b/pkg/mod/cache/download/github.com/prometheus/client_model/@v/v0.0.0-20190129233127-fd36f4220a90.mod @@ -0,0 +1,8 @@ +module github.com/prometheus/client_model + +go 1.9 + +require ( + github.com/golang/protobuf v1.2.0 + golang.org/x/sync v0.0.0-20181108010431-42b317875d0f // indirect +) diff --git a/pkg/mod/cache/download/github.com/prometheus/common/@v/list b/pkg/mod/cache/download/github.com/prometheus/common/@v/list new file mode 100644 index 0000000..65b67c8 --- /dev/null +++ b/pkg/mod/cache/download/github.com/prometheus/common/@v/list @@ -0,0 +1,2 @@ +v0.2.0 +v0.3.0 diff --git a/pkg/mod/cache/download/github.com/prometheus/common/@v/list.lock b/pkg/mod/cache/download/github.com/prometheus/common/@v/list.lock new file mode 100644 index 0000000..e69de29 diff --git a/pkg/mod/cache/download/github.com/prometheus/common/@v/v0.2.0.mod b/pkg/mod/cache/download/github.com/prometheus/common/@v/v0.2.0.mod new file mode 100644 index 0000000..53aa344 --- /dev/null +++ b/pkg/mod/cache/download/github.com/prometheus/common/@v/v0.2.0.mod @@ -0,0 +1,26 @@ +module github.com/prometheus/common + +require ( + github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc // indirect + github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf // indirect + github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973 // indirect + github.com/go-kit/kit v0.8.0 + github.com/go-logfmt/logfmt v0.3.0 // indirect + github.com/go-stack/stack v1.8.0 // indirect + github.com/gogo/protobuf v1.1.1 // indirect + github.com/golang/protobuf v1.2.0 + github.com/julienschmidt/httprouter v1.2.0 + github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 // indirect + github.com/matttproud/golang_protobuf_extensions v1.0.1 + github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223 + github.com/pkg/errors v0.8.0 + github.com/prometheus/client_golang v0.9.1 + github.com/prometheus/client_model v0.0.0-20180712105110-5c3871d89910 + github.com/prometheus/procfs v0.0.0-20181005140218-185b4288413d // indirect + github.com/sirupsen/logrus v1.2.0 + golang.org/x/net v0.0.0-20181114220301-adae6a3d119a // indirect + golang.org/x/sync v0.0.0-20181108010431-42b317875d0f // indirect + golang.org/x/sys v0.0.0-20181116152217-5ac8a444bdc5 + gopkg.in/alecthomas/kingpin.v2 v2.2.6 + gopkg.in/yaml.v2 v2.2.1 +) diff --git a/pkg/mod/cache/download/github.com/prometheus/common/@v/v0.3.0.info b/pkg/mod/cache/download/github.com/prometheus/common/@v/v0.3.0.info new file mode 100644 index 0000000..ea9bd78 --- /dev/null +++ b/pkg/mod/cache/download/github.com/prometheus/common/@v/v0.3.0.info @@ -0,0 +1 @@ +{"Version":"v0.3.0","Time":"2019-04-05T10:13:17Z"} \ No newline at end of file diff --git a/pkg/mod/cache/download/github.com/prometheus/common/@v/v0.3.0.mod b/pkg/mod/cache/download/github.com/prometheus/common/@v/v0.3.0.mod new file mode 100644 index 0000000..53aa344 --- /dev/null +++ b/pkg/mod/cache/download/github.com/prometheus/common/@v/v0.3.0.mod @@ -0,0 +1,26 @@ +module github.com/prometheus/common + +require ( + github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc // indirect + github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf // indirect + github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973 // indirect + github.com/go-kit/kit v0.8.0 + github.com/go-logfmt/logfmt v0.3.0 // indirect + github.com/go-stack/stack v1.8.0 // indirect + github.com/gogo/protobuf v1.1.1 // indirect + github.com/golang/protobuf v1.2.0 + github.com/julienschmidt/httprouter v1.2.0 + github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 // indirect + github.com/matttproud/golang_protobuf_extensions v1.0.1 + github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223 + github.com/pkg/errors v0.8.0 + github.com/prometheus/client_golang v0.9.1 + github.com/prometheus/client_model v0.0.0-20180712105110-5c3871d89910 + github.com/prometheus/procfs v0.0.0-20181005140218-185b4288413d // indirect + github.com/sirupsen/logrus v1.2.0 + golang.org/x/net v0.0.0-20181114220301-adae6a3d119a // indirect + golang.org/x/sync v0.0.0-20181108010431-42b317875d0f // indirect + golang.org/x/sys v0.0.0-20181116152217-5ac8a444bdc5 + gopkg.in/alecthomas/kingpin.v2 v2.2.6 + gopkg.in/yaml.v2 v2.2.1 +) diff --git a/pkg/mod/cache/download/github.com/prometheus/procfs/@v/list b/pkg/mod/cache/download/github.com/prometheus/procfs/@v/list new file mode 100644 index 0000000..c469189 --- /dev/null +++ b/pkg/mod/cache/download/github.com/prometheus/procfs/@v/list @@ -0,0 +1,3 @@ +v0.0.0-20181005140218-185b4288413d +v0.0.0-20190117184657-bf6a532e95b1 +v0.0.0-20190416084830-8368d24ba045 diff --git a/pkg/mod/cache/download/github.com/prometheus/procfs/@v/list.lock b/pkg/mod/cache/download/github.com/prometheus/procfs/@v/list.lock new file mode 100644 index 0000000..e69de29 diff --git a/pkg/mod/cache/download/github.com/prometheus/procfs/@v/v0.0.0-20181005140218-185b4288413d.mod b/pkg/mod/cache/download/github.com/prometheus/procfs/@v/v0.0.0-20181005140218-185b4288413d.mod new file mode 100644 index 0000000..e89ee6c --- /dev/null +++ b/pkg/mod/cache/download/github.com/prometheus/procfs/@v/v0.0.0-20181005140218-185b4288413d.mod @@ -0,0 +1 @@ +module github.com/prometheus/procfs diff --git a/pkg/mod/cache/download/github.com/prometheus/procfs/@v/v0.0.0-20190117184657-bf6a532e95b1.mod b/pkg/mod/cache/download/github.com/prometheus/procfs/@v/v0.0.0-20190117184657-bf6a532e95b1.mod new file mode 100644 index 0000000..e89ee6c --- /dev/null +++ b/pkg/mod/cache/download/github.com/prometheus/procfs/@v/v0.0.0-20190117184657-bf6a532e95b1.mod @@ -0,0 +1 @@ +module github.com/prometheus/procfs diff --git a/pkg/mod/cache/download/github.com/prometheus/procfs/@v/v0.0.0-20190416084830-8368d24ba045.info b/pkg/mod/cache/download/github.com/prometheus/procfs/@v/v0.0.0-20190416084830-8368d24ba045.info new file mode 100644 index 0000000..a265908 --- /dev/null +++ b/pkg/mod/cache/download/github.com/prometheus/procfs/@v/v0.0.0-20190416084830-8368d24ba045.info @@ -0,0 +1 @@ +{"Version":"v0.0.0-20190416084830-8368d24ba045","Time":"2019-04-16T08:48:30Z"} \ No newline at end of file diff --git a/pkg/mod/cache/download/github.com/prometheus/procfs/@v/v0.0.0-20190416084830-8368d24ba045.mod b/pkg/mod/cache/download/github.com/prometheus/procfs/@v/v0.0.0-20190416084830-8368d24ba045.mod new file mode 100644 index 0000000..8a1b839 --- /dev/null +++ b/pkg/mod/cache/download/github.com/prometheus/procfs/@v/v0.0.0-20190416084830-8368d24ba045.mod @@ -0,0 +1,3 @@ +module github.com/prometheus/procfs + +require golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 diff --git a/pkg/mod/cache/download/github.com/robbert229/jwt/@v/list b/pkg/mod/cache/download/github.com/robbert229/jwt/@v/list new file mode 100644 index 0000000..5377730 --- /dev/null +++ b/pkg/mod/cache/download/github.com/robbert229/jwt/@v/list @@ -0,0 +1 @@ +v2.0.1-0.20181108173914-5d9a261c51a5+incompatible diff --git a/pkg/mod/cache/download/github.com/robbert229/jwt/@v/list.lock b/pkg/mod/cache/download/github.com/robbert229/jwt/@v/list.lock new file mode 100644 index 0000000..e69de29 diff --git a/pkg/mod/cache/download/github.com/robbert229/jwt/@v/v2.0.1-0.20181108173914-5d9a261c51a5+incompatible.info b/pkg/mod/cache/download/github.com/robbert229/jwt/@v/v2.0.1-0.20181108173914-5d9a261c51a5+incompatible.info new file mode 100644 index 0000000..e27ce67 --- /dev/null +++ b/pkg/mod/cache/download/github.com/robbert229/jwt/@v/v2.0.1-0.20181108173914-5d9a261c51a5+incompatible.info @@ -0,0 +1 @@ +{"Version":"v2.0.1-0.20181108173914-5d9a261c51a5+incompatible","Time":"2018-11-08T17:39:14Z"} \ No newline at end of file diff --git a/pkg/mod/cache/download/github.com/robbert229/jwt/@v/v2.0.1-0.20181108173914-5d9a261c51a5+incompatible.mod b/pkg/mod/cache/download/github.com/robbert229/jwt/@v/v2.0.1-0.20181108173914-5d9a261c51a5+incompatible.mod new file mode 100644 index 0000000..db45fae --- /dev/null +++ b/pkg/mod/cache/download/github.com/robbert229/jwt/@v/v2.0.1-0.20181108173914-5d9a261c51a5+incompatible.mod @@ -0,0 +1 @@ +module github.com/robbert229/jwt diff --git a/pkg/mod/cache/download/github.com/satori/go.uuid/@v/list b/pkg/mod/cache/download/github.com/satori/go.uuid/@v/list new file mode 100644 index 0000000..79127d8 --- /dev/null +++ b/pkg/mod/cache/download/github.com/satori/go.uuid/@v/list @@ -0,0 +1 @@ +v1.2.0 diff --git a/pkg/mod/cache/download/github.com/satori/go.uuid/@v/list.lock b/pkg/mod/cache/download/github.com/satori/go.uuid/@v/list.lock new file mode 100644 index 0000000..e69de29 diff --git a/pkg/mod/cache/download/github.com/satori/go.uuid/@v/v1.2.0.info b/pkg/mod/cache/download/github.com/satori/go.uuid/@v/v1.2.0.info new file mode 100644 index 0000000..419a7c6 --- /dev/null +++ b/pkg/mod/cache/download/github.com/satori/go.uuid/@v/v1.2.0.info @@ -0,0 +1 @@ +{"Version":"v1.2.0","Time":"2018-01-03T15:23:54Z"} \ No newline at end of file diff --git a/pkg/mod/cache/download/github.com/satori/go.uuid/@v/v1.2.0.mod b/pkg/mod/cache/download/github.com/satori/go.uuid/@v/v1.2.0.mod new file mode 100644 index 0000000..b17f50f --- /dev/null +++ b/pkg/mod/cache/download/github.com/satori/go.uuid/@v/v1.2.0.mod @@ -0,0 +1 @@ +module github.com/satori/go.uuid diff --git a/pkg/mod/cache/download/github.com/sean-/seed/@v/list b/pkg/mod/cache/download/github.com/sean-/seed/@v/list new file mode 100644 index 0000000..5b423f5 --- /dev/null +++ b/pkg/mod/cache/download/github.com/sean-/seed/@v/list @@ -0,0 +1 @@ +v0.0.0-20170313163322-e2103e2c3529 diff --git a/pkg/mod/cache/download/github.com/sean-/seed/@v/list.lock b/pkg/mod/cache/download/github.com/sean-/seed/@v/list.lock new file mode 100644 index 0000000..e69de29 diff --git a/pkg/mod/cache/download/github.com/sean-/seed/@v/v0.0.0-20170313163322-e2103e2c3529.info b/pkg/mod/cache/download/github.com/sean-/seed/@v/v0.0.0-20170313163322-e2103e2c3529.info new file mode 100644 index 0000000..113653d --- /dev/null +++ b/pkg/mod/cache/download/github.com/sean-/seed/@v/v0.0.0-20170313163322-e2103e2c3529.info @@ -0,0 +1 @@ +{"Version":"v0.0.0-20170313163322-e2103e2c3529","Time":"2017-03-13T16:33:22Z"} \ No newline at end of file diff --git a/pkg/mod/cache/download/github.com/sean-/seed/@v/v0.0.0-20170313163322-e2103e2c3529.mod b/pkg/mod/cache/download/github.com/sean-/seed/@v/v0.0.0-20170313163322-e2103e2c3529.mod new file mode 100644 index 0000000..b34e941 --- /dev/null +++ b/pkg/mod/cache/download/github.com/sean-/seed/@v/v0.0.0-20170313163322-e2103e2c3529.mod @@ -0,0 +1 @@ +module github.com/sean-/seed diff --git a/pkg/mod/cache/download/github.com/shopspring/decimal/@v/list b/pkg/mod/cache/download/github.com/shopspring/decimal/@v/list new file mode 100644 index 0000000..54ff12b --- /dev/null +++ b/pkg/mod/cache/download/github.com/shopspring/decimal/@v/list @@ -0,0 +1 @@ +v0.0.0-20180709203117-cd690d0c9e24 diff --git a/pkg/mod/cache/download/github.com/shopspring/decimal/@v/list.lock b/pkg/mod/cache/download/github.com/shopspring/decimal/@v/list.lock new file mode 100644 index 0000000..e69de29 diff --git a/pkg/mod/cache/download/github.com/shopspring/decimal/@v/v0.0.0-20180709203117-cd690d0c9e24.info b/pkg/mod/cache/download/github.com/shopspring/decimal/@v/v0.0.0-20180709203117-cd690d0c9e24.info new file mode 100644 index 0000000..6f90c97 --- /dev/null +++ b/pkg/mod/cache/download/github.com/shopspring/decimal/@v/v0.0.0-20180709203117-cd690d0c9e24.info @@ -0,0 +1 @@ +{"Version":"v0.0.0-20180709203117-cd690d0c9e24","Time":"2018-07-09T20:31:17Z"} \ No newline at end of file diff --git a/pkg/mod/cache/download/github.com/shopspring/decimal/@v/v0.0.0-20180709203117-cd690d0c9e24.mod b/pkg/mod/cache/download/github.com/shopspring/decimal/@v/v0.0.0-20180709203117-cd690d0c9e24.mod new file mode 100644 index 0000000..1de1733 --- /dev/null +++ b/pkg/mod/cache/download/github.com/shopspring/decimal/@v/v0.0.0-20180709203117-cd690d0c9e24.mod @@ -0,0 +1 @@ +module github.com/shopspring/decimal diff --git a/pkg/mod/cache/download/github.com/sirupsen/logrus/@v/list b/pkg/mod/cache/download/github.com/sirupsen/logrus/@v/list new file mode 100644 index 0000000..89a749b --- /dev/null +++ b/pkg/mod/cache/download/github.com/sirupsen/logrus/@v/list @@ -0,0 +1,2 @@ +v1.2.0 +v1.4.1 diff --git a/pkg/mod/cache/download/github.com/sirupsen/logrus/@v/list.lock b/pkg/mod/cache/download/github.com/sirupsen/logrus/@v/list.lock new file mode 100644 index 0000000..e69de29 diff --git a/pkg/mod/cache/download/github.com/sirupsen/logrus/@v/v1.2.0.mod b/pkg/mod/cache/download/github.com/sirupsen/logrus/@v/v1.2.0.mod new file mode 100644 index 0000000..94574cc --- /dev/null +++ b/pkg/mod/cache/download/github.com/sirupsen/logrus/@v/v1.2.0.mod @@ -0,0 +1,11 @@ +module github.com/sirupsen/logrus + +require ( + github.com/davecgh/go-spew v1.1.1 // indirect + github.com/konsorten/go-windows-terminal-sequences v1.0.1 + github.com/pmezard/go-difflib v1.0.0 // indirect + github.com/stretchr/objx v0.1.1 // indirect + github.com/stretchr/testify v1.2.2 + golang.org/x/crypto v0.0.0-20180904163835-0709b304e793 + golang.org/x/sys v0.0.0-20180905080454-ebe1bf3edb33 +) diff --git a/pkg/mod/cache/download/github.com/sirupsen/logrus/@v/v1.4.1.info b/pkg/mod/cache/download/github.com/sirupsen/logrus/@v/v1.4.1.info new file mode 100644 index 0000000..c8ebf33 --- /dev/null +++ b/pkg/mod/cache/download/github.com/sirupsen/logrus/@v/v1.4.1.info @@ -0,0 +1 @@ +{"Version":"v1.4.1","Time":"2019-04-02T16:14:07Z"} \ No newline at end of file diff --git a/pkg/mod/cache/download/github.com/sirupsen/logrus/@v/v1.4.1.mod b/pkg/mod/cache/download/github.com/sirupsen/logrus/@v/v1.4.1.mod new file mode 100644 index 0000000..8261a2b --- /dev/null +++ b/pkg/mod/cache/download/github.com/sirupsen/logrus/@v/v1.4.1.mod @@ -0,0 +1,10 @@ +module github.com/sirupsen/logrus + +require ( + github.com/davecgh/go-spew v1.1.1 // indirect + github.com/konsorten/go-windows-terminal-sequences v1.0.1 + github.com/pmezard/go-difflib v1.0.0 // indirect + github.com/stretchr/objx v0.1.1 // indirect + github.com/stretchr/testify v1.2.2 + golang.org/x/sys v0.0.0-20180905080454-ebe1bf3edb33 +) diff --git a/pkg/mod/cache/download/github.com/sony/sonyflake/@v/list b/pkg/mod/cache/download/github.com/sony/sonyflake/@v/list new file mode 100644 index 0000000..dd304d8 --- /dev/null +++ b/pkg/mod/cache/download/github.com/sony/sonyflake/@v/list @@ -0,0 +1 @@ +v0.0.0-20181109022403-6d5bd6181009 diff --git a/pkg/mod/cache/download/github.com/sony/sonyflake/@v/list.lock b/pkg/mod/cache/download/github.com/sony/sonyflake/@v/list.lock new file mode 100644 index 0000000..e69de29 diff --git a/pkg/mod/cache/download/github.com/sony/sonyflake/@v/v0.0.0-20181109022403-6d5bd6181009.info b/pkg/mod/cache/download/github.com/sony/sonyflake/@v/v0.0.0-20181109022403-6d5bd6181009.info new file mode 100644 index 0000000..7bd627d --- /dev/null +++ b/pkg/mod/cache/download/github.com/sony/sonyflake/@v/v0.0.0-20181109022403-6d5bd6181009.info @@ -0,0 +1 @@ +{"Version":"v0.0.0-20181109022403-6d5bd6181009","Time":"2018-11-09T02:24:03Z"} \ No newline at end of file diff --git a/pkg/mod/cache/download/github.com/sony/sonyflake/@v/v0.0.0-20181109022403-6d5bd6181009.mod b/pkg/mod/cache/download/github.com/sony/sonyflake/@v/v0.0.0-20181109022403-6d5bd6181009.mod new file mode 100644 index 0000000..9b1659c --- /dev/null +++ b/pkg/mod/cache/download/github.com/sony/sonyflake/@v/v0.0.0-20181109022403-6d5bd6181009.mod @@ -0,0 +1 @@ +module github.com/sony/sonyflake diff --git a/pkg/mod/cache/download/github.com/stretchr/objx/@v/list b/pkg/mod/cache/download/github.com/stretchr/objx/@v/list new file mode 100644 index 0000000..674822e --- /dev/null +++ b/pkg/mod/cache/download/github.com/stretchr/objx/@v/list @@ -0,0 +1,2 @@ +v0.1.0 +v0.1.1 diff --git a/pkg/mod/cache/download/github.com/stretchr/objx/@v/list.lock b/pkg/mod/cache/download/github.com/stretchr/objx/@v/list.lock new file mode 100644 index 0000000..e69de29 diff --git a/pkg/mod/cache/download/github.com/stretchr/objx/@v/v0.1.0.mod b/pkg/mod/cache/download/github.com/stretchr/objx/@v/v0.1.0.mod new file mode 100644 index 0000000..cbaa421 --- /dev/null +++ b/pkg/mod/cache/download/github.com/stretchr/objx/@v/v0.1.0.mod @@ -0,0 +1 @@ +module github.com/stretchr/objx diff --git a/pkg/mod/cache/download/github.com/stretchr/objx/@v/v0.1.1.info b/pkg/mod/cache/download/github.com/stretchr/objx/@v/v0.1.1.info new file mode 100644 index 0000000..91c85b9 --- /dev/null +++ b/pkg/mod/cache/download/github.com/stretchr/objx/@v/v0.1.1.info @@ -0,0 +1 @@ +{"Version":"v0.1.1","Time":"2018-01-25T22:19:50Z"} \ No newline at end of file diff --git a/pkg/mod/cache/download/github.com/stretchr/objx/@v/v0.1.1.mod b/pkg/mod/cache/download/github.com/stretchr/objx/@v/v0.1.1.mod new file mode 100644 index 0000000..cbaa421 --- /dev/null +++ b/pkg/mod/cache/download/github.com/stretchr/objx/@v/v0.1.1.mod @@ -0,0 +1 @@ +module github.com/stretchr/objx diff --git a/pkg/mod/cache/download/github.com/stretchr/testify/@v/list b/pkg/mod/cache/download/github.com/stretchr/testify/@v/list new file mode 100644 index 0000000..c0bd519 --- /dev/null +++ b/pkg/mod/cache/download/github.com/stretchr/testify/@v/list @@ -0,0 +1,3 @@ +v1.2.2 +v1.3.0 +v1.4.0 diff --git a/pkg/mod/cache/download/github.com/stretchr/testify/@v/list.lock b/pkg/mod/cache/download/github.com/stretchr/testify/@v/list.lock new file mode 100644 index 0000000..e69de29 diff --git a/pkg/mod/cache/download/github.com/stretchr/testify/@v/v1.2.2.mod b/pkg/mod/cache/download/github.com/stretchr/testify/@v/v1.2.2.mod new file mode 100644 index 0000000..0e9dc2f --- /dev/null +++ b/pkg/mod/cache/download/github.com/stretchr/testify/@v/v1.2.2.mod @@ -0,0 +1 @@ +module github.com/stretchr/testify diff --git a/pkg/mod/cache/download/github.com/stretchr/testify/@v/v1.3.0.mod b/pkg/mod/cache/download/github.com/stretchr/testify/@v/v1.3.0.mod new file mode 100644 index 0000000..90e5dbe --- /dev/null +++ b/pkg/mod/cache/download/github.com/stretchr/testify/@v/v1.3.0.mod @@ -0,0 +1,7 @@ +module github.com/stretchr/testify + +require ( + github.com/davecgh/go-spew v1.1.0 + github.com/pmezard/go-difflib v1.0.0 + github.com/stretchr/objx v0.1.0 +) diff --git a/pkg/mod/cache/download/github.com/stretchr/testify/@v/v1.4.0.info b/pkg/mod/cache/download/github.com/stretchr/testify/@v/v1.4.0.info new file mode 100644 index 0000000..28108a1 --- /dev/null +++ b/pkg/mod/cache/download/github.com/stretchr/testify/@v/v1.4.0.info @@ -0,0 +1 @@ +{"Version":"v1.4.0","Time":"2019-07-12T00:01:36Z"} \ No newline at end of file diff --git a/pkg/mod/cache/download/github.com/stretchr/testify/@v/v1.4.0.mod b/pkg/mod/cache/download/github.com/stretchr/testify/@v/v1.4.0.mod new file mode 100644 index 0000000..5053648 --- /dev/null +++ b/pkg/mod/cache/download/github.com/stretchr/testify/@v/v1.4.0.mod @@ -0,0 +1,8 @@ +module github.com/stretchr/testify + +require ( + github.com/davecgh/go-spew v1.1.0 + github.com/pmezard/go-difflib v1.0.0 + github.com/stretchr/objx v0.1.0 + gopkg.in/yaml.v2 v2.2.2 +) diff --git a/pkg/mod/cache/download/github.com/tidwall/gjson/@v/list b/pkg/mod/cache/download/github.com/tidwall/gjson/@v/list new file mode 100644 index 0000000..a903380 --- /dev/null +++ b/pkg/mod/cache/download/github.com/tidwall/gjson/@v/list @@ -0,0 +1,2 @@ +v1.1.3 +v1.3.2 diff --git a/pkg/mod/cache/download/github.com/tidwall/gjson/@v/list.lock b/pkg/mod/cache/download/github.com/tidwall/gjson/@v/list.lock new file mode 100644 index 0000000..e69de29 diff --git a/pkg/mod/cache/download/github.com/tidwall/gjson/@v/v1.1.3.mod b/pkg/mod/cache/download/github.com/tidwall/gjson/@v/v1.1.3.mod new file mode 100644 index 0000000..ee26d23 --- /dev/null +++ b/pkg/mod/cache/download/github.com/tidwall/gjson/@v/v1.1.3.mod @@ -0,0 +1 @@ +module github.com/tidwall/gjson diff --git a/pkg/mod/cache/download/github.com/tidwall/gjson/@v/v1.3.2.info b/pkg/mod/cache/download/github.com/tidwall/gjson/@v/v1.3.2.info new file mode 100644 index 0000000..c2aa9cc --- /dev/null +++ b/pkg/mod/cache/download/github.com/tidwall/gjson/@v/v1.3.2.info @@ -0,0 +1 @@ +{"Version":"v1.3.2","Time":"2019-07-15T14:54:43Z"} \ No newline at end of file diff --git a/pkg/mod/cache/download/github.com/tidwall/gjson/@v/v1.3.2.mod b/pkg/mod/cache/download/github.com/tidwall/gjson/@v/v1.3.2.mod new file mode 100644 index 0000000..d851688 --- /dev/null +++ b/pkg/mod/cache/download/github.com/tidwall/gjson/@v/v1.3.2.mod @@ -0,0 +1,8 @@ +module github.com/tidwall/gjson + +go 1.12 + +require ( + github.com/tidwall/match v1.0.1 + github.com/tidwall/pretty v1.0.0 +) diff --git a/pkg/mod/cache/download/github.com/tidwall/match/@v/list b/pkg/mod/cache/download/github.com/tidwall/match/@v/list new file mode 100644 index 0000000..061d91c --- /dev/null +++ b/pkg/mod/cache/download/github.com/tidwall/match/@v/list @@ -0,0 +1,2 @@ +v0.0.0-20171002075945-1731857f09b1 +v1.0.1 diff --git a/pkg/mod/cache/download/github.com/tidwall/match/@v/list.lock b/pkg/mod/cache/download/github.com/tidwall/match/@v/list.lock new file mode 100644 index 0000000..e69de29 diff --git a/pkg/mod/cache/download/github.com/tidwall/match/@v/v0.0.0-20171002075945-1731857f09b1.mod b/pkg/mod/cache/download/github.com/tidwall/match/@v/v0.0.0-20171002075945-1731857f09b1.mod new file mode 100644 index 0000000..b7cbcdc --- /dev/null +++ b/pkg/mod/cache/download/github.com/tidwall/match/@v/v0.0.0-20171002075945-1731857f09b1.mod @@ -0,0 +1 @@ +module github.com/tidwall/match diff --git a/pkg/mod/cache/download/github.com/tidwall/match/@v/v1.0.1.info b/pkg/mod/cache/download/github.com/tidwall/match/@v/v1.0.1.info new file mode 100644 index 0000000..51a0720 --- /dev/null +++ b/pkg/mod/cache/download/github.com/tidwall/match/@v/v1.0.1.info @@ -0,0 +1 @@ +{"Version":"v1.0.1","Time":"2018-12-10T10:08:38Z"} \ No newline at end of file diff --git a/pkg/mod/cache/download/github.com/tidwall/match/@v/v1.0.1.mod b/pkg/mod/cache/download/github.com/tidwall/match/@v/v1.0.1.mod new file mode 100644 index 0000000..b7cbcdc --- /dev/null +++ b/pkg/mod/cache/download/github.com/tidwall/match/@v/v1.0.1.mod @@ -0,0 +1 @@ +module github.com/tidwall/match diff --git a/pkg/mod/cache/download/github.com/tidwall/pretty/@v/list b/pkg/mod/cache/download/github.com/tidwall/pretty/@v/list new file mode 100644 index 0000000..0ec25f7 --- /dev/null +++ b/pkg/mod/cache/download/github.com/tidwall/pretty/@v/list @@ -0,0 +1 @@ +v1.0.0 diff --git a/pkg/mod/cache/download/github.com/tidwall/pretty/@v/list.lock b/pkg/mod/cache/download/github.com/tidwall/pretty/@v/list.lock new file mode 100644 index 0000000..e69de29 diff --git a/pkg/mod/cache/download/github.com/tidwall/pretty/@v/v1.0.0.info b/pkg/mod/cache/download/github.com/tidwall/pretty/@v/v1.0.0.info new file mode 100644 index 0000000..10bdc1e --- /dev/null +++ b/pkg/mod/cache/download/github.com/tidwall/pretty/@v/v1.0.0.info @@ -0,0 +1 @@ +{"Version":"v1.0.0","Time":"2019-03-25T15:38:08Z"} \ No newline at end of file diff --git a/pkg/mod/cache/download/github.com/tidwall/pretty/@v/v1.0.0.mod b/pkg/mod/cache/download/github.com/tidwall/pretty/@v/v1.0.0.mod new file mode 100644 index 0000000..30ea0d9 --- /dev/null +++ b/pkg/mod/cache/download/github.com/tidwall/pretty/@v/v1.0.0.mod @@ -0,0 +1 @@ +module github.com/tidwall/pretty diff --git a/pkg/mod/cache/download/github.com/tv42/httpunix/@v/list b/pkg/mod/cache/download/github.com/tv42/httpunix/@v/list new file mode 100644 index 0000000..b2b4e1b --- /dev/null +++ b/pkg/mod/cache/download/github.com/tv42/httpunix/@v/list @@ -0,0 +1 @@ +v0.0.0-20150427012821-b75d8614f926 diff --git a/pkg/mod/cache/download/github.com/tv42/httpunix/@v/list.lock b/pkg/mod/cache/download/github.com/tv42/httpunix/@v/list.lock new file mode 100644 index 0000000..e69de29 diff --git a/pkg/mod/cache/download/github.com/tv42/httpunix/@v/v0.0.0-20150427012821-b75d8614f926.info b/pkg/mod/cache/download/github.com/tv42/httpunix/@v/v0.0.0-20150427012821-b75d8614f926.info new file mode 100644 index 0000000..3b0c0d2 --- /dev/null +++ b/pkg/mod/cache/download/github.com/tv42/httpunix/@v/v0.0.0-20150427012821-b75d8614f926.info @@ -0,0 +1 @@ +{"Version":"v0.0.0-20150427012821-b75d8614f926","Time":"2015-04-27T01:28:21Z"} \ No newline at end of file diff --git a/pkg/mod/cache/download/github.com/tv42/httpunix/@v/v0.0.0-20150427012821-b75d8614f926.mod b/pkg/mod/cache/download/github.com/tv42/httpunix/@v/v0.0.0-20150427012821-b75d8614f926.mod new file mode 100644 index 0000000..0895d6b --- /dev/null +++ b/pkg/mod/cache/download/github.com/tv42/httpunix/@v/v0.0.0-20150427012821-b75d8614f926.mod @@ -0,0 +1 @@ +module github.com/tv42/httpunix diff --git a/pkg/mod/cache/download/github.com/ugorji/go/codec/@v/list b/pkg/mod/cache/download/github.com/ugorji/go/codec/@v/list new file mode 100644 index 0000000..7213b30 --- /dev/null +++ b/pkg/mod/cache/download/github.com/ugorji/go/codec/@v/list @@ -0,0 +1 @@ +v0.0.0-20181022190402-e5e69e061d4f diff --git a/pkg/mod/cache/download/github.com/ugorji/go/codec/@v/list.lock b/pkg/mod/cache/download/github.com/ugorji/go/codec/@v/list.lock new file mode 100644 index 0000000..e69de29 diff --git a/pkg/mod/cache/download/github.com/ugorji/go/codec/@v/v0.0.0-20181022190402-e5e69e061d4f.info b/pkg/mod/cache/download/github.com/ugorji/go/codec/@v/v0.0.0-20181022190402-e5e69e061d4f.info new file mode 100644 index 0000000..fd6e76f --- /dev/null +++ b/pkg/mod/cache/download/github.com/ugorji/go/codec/@v/v0.0.0-20181022190402-e5e69e061d4f.info @@ -0,0 +1 @@ +{"Version":"v0.0.0-20181022190402-e5e69e061d4f","Time":"2018-10-22T19:04:02Z"} \ No newline at end of file diff --git a/pkg/mod/cache/download/github.com/ugorji/go/codec/@v/v0.0.0-20181022190402-e5e69e061d4f.mod b/pkg/mod/cache/download/github.com/ugorji/go/codec/@v/v0.0.0-20181022190402-e5e69e061d4f.mod new file mode 100644 index 0000000..ea7ad97 --- /dev/null +++ b/pkg/mod/cache/download/github.com/ugorji/go/codec/@v/v0.0.0-20181022190402-e5e69e061d4f.mod @@ -0,0 +1,2 @@ +module github.com/ugorji/go/codec + diff --git a/pkg/mod/cache/download/github.com/ziutek/mymysql/@v/list b/pkg/mod/cache/download/github.com/ziutek/mymysql/@v/list new file mode 100644 index 0000000..f074f24 --- /dev/null +++ b/pkg/mod/cache/download/github.com/ziutek/mymysql/@v/list @@ -0,0 +1 @@ +v1.5.4 diff --git a/pkg/mod/cache/download/github.com/ziutek/mymysql/@v/list.lock b/pkg/mod/cache/download/github.com/ziutek/mymysql/@v/list.lock new file mode 100644 index 0000000..e69de29 diff --git a/pkg/mod/cache/download/github.com/ziutek/mymysql/@v/v1.5.4.info b/pkg/mod/cache/download/github.com/ziutek/mymysql/@v/v1.5.4.info new file mode 100644 index 0000000..1c53b83 --- /dev/null +++ b/pkg/mod/cache/download/github.com/ziutek/mymysql/@v/v1.5.4.info @@ -0,0 +1 @@ +{"Version":"v1.5.4","Time":"2015-01-09T18:01:43Z"} \ No newline at end of file diff --git a/pkg/mod/cache/download/github.com/ziutek/mymysql/@v/v1.5.4.mod b/pkg/mod/cache/download/github.com/ziutek/mymysql/@v/v1.5.4.mod new file mode 100644 index 0000000..6435b0f --- /dev/null +++ b/pkg/mod/cache/download/github.com/ziutek/mymysql/@v/v1.5.4.mod @@ -0,0 +1 @@ +module github.com/ziutek/mymysql diff --git a/pkg/mod/cache/download/go.opencensus.io/@v/list b/pkg/mod/cache/download/go.opencensus.io/@v/list new file mode 100644 index 0000000..759e855 --- /dev/null +++ b/pkg/mod/cache/download/go.opencensus.io/@v/list @@ -0,0 +1 @@ +v0.21.0 diff --git a/pkg/mod/cache/download/go.opencensus.io/@v/list.lock b/pkg/mod/cache/download/go.opencensus.io/@v/list.lock new file mode 100644 index 0000000..e69de29 diff --git a/pkg/mod/cache/download/go.opencensus.io/@v/v0.21.0.info b/pkg/mod/cache/download/go.opencensus.io/@v/v0.21.0.info new file mode 100644 index 0000000..096fb4e --- /dev/null +++ b/pkg/mod/cache/download/go.opencensus.io/@v/v0.21.0.info @@ -0,0 +1 @@ +{"Version":"v0.21.0","Time":"2019-04-25T04:30:59Z"} \ No newline at end of file diff --git a/pkg/mod/cache/download/go.opencensus.io/@v/v0.21.0.mod b/pkg/mod/cache/download/go.opencensus.io/@v/v0.21.0.mod new file mode 100644 index 0000000..8b7d38e --- /dev/null +++ b/pkg/mod/cache/download/go.opencensus.io/@v/v0.21.0.mod @@ -0,0 +1,10 @@ +module go.opencensus.io + +require ( + github.com/golang/protobuf v1.2.0 + github.com/google/go-cmp v0.2.0 + github.com/hashicorp/golang-lru v0.5.0 + golang.org/x/net v0.0.0-20190311183353-d8887717615a + google.golang.org/genproto v0.0.0-20190307195333-5fe7a883aa19 // indirect + google.golang.org/grpc v1.19.0 +) diff --git a/pkg/mod/cache/download/golang.org/x/crypto/@v/list b/pkg/mod/cache/download/golang.org/x/crypto/@v/list new file mode 100644 index 0000000..de09924 --- /dev/null +++ b/pkg/mod/cache/download/golang.org/x/crypto/@v/list @@ -0,0 +1,3 @@ +v0.0.0-20180904163835-0709b304e793 +v0.0.0-20190308221718-c2843e01d9a2 +v0.0.0-20190426145343-a29dc8fdc734 diff --git a/pkg/mod/cache/download/golang.org/x/crypto/@v/list.lock b/pkg/mod/cache/download/golang.org/x/crypto/@v/list.lock new file mode 100644 index 0000000..e69de29 diff --git a/pkg/mod/cache/download/golang.org/x/crypto/@v/v0.0.0-20180904163835-0709b304e793.mod b/pkg/mod/cache/download/golang.org/x/crypto/@v/v0.0.0-20180904163835-0709b304e793.mod new file mode 100644 index 0000000..c29e67b --- /dev/null +++ b/pkg/mod/cache/download/golang.org/x/crypto/@v/v0.0.0-20180904163835-0709b304e793.mod @@ -0,0 +1 @@ +module golang.org/x/crypto diff --git a/pkg/mod/cache/download/golang.org/x/crypto/@v/v0.0.0-20190308221718-c2843e01d9a2.mod b/pkg/mod/cache/download/golang.org/x/crypto/@v/v0.0.0-20190308221718-c2843e01d9a2.mod new file mode 100644 index 0000000..3a8a43e --- /dev/null +++ b/pkg/mod/cache/download/golang.org/x/crypto/@v/v0.0.0-20190308221718-c2843e01d9a2.mod @@ -0,0 +1,3 @@ +module golang.org/x/crypto + +require golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a diff --git a/pkg/mod/cache/download/golang.org/x/crypto/@v/v0.0.0-20190426145343-a29dc8fdc734.info b/pkg/mod/cache/download/golang.org/x/crypto/@v/v0.0.0-20190426145343-a29dc8fdc734.info new file mode 100644 index 0000000..4b35a00 --- /dev/null +++ b/pkg/mod/cache/download/golang.org/x/crypto/@v/v0.0.0-20190426145343-a29dc8fdc734.info @@ -0,0 +1 @@ +{"Version":"v0.0.0-20190426145343-a29dc8fdc734","Time":"2019-04-26T14:53:43Z"} \ No newline at end of file diff --git a/pkg/mod/cache/download/golang.org/x/crypto/@v/v0.0.0-20190426145343-a29dc8fdc734.mod b/pkg/mod/cache/download/golang.org/x/crypto/@v/v0.0.0-20190426145343-a29dc8fdc734.mod new file mode 100644 index 0000000..c4af3ec --- /dev/null +++ b/pkg/mod/cache/download/golang.org/x/crypto/@v/v0.0.0-20190426145343-a29dc8fdc734.mod @@ -0,0 +1,6 @@ +module golang.org/x/crypto + +require ( + golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3 + golang.org/x/sys v0.0.0-20190412213103-97732733099d +) diff --git a/pkg/mod/cache/download/golang.org/x/exp/@v/list b/pkg/mod/cache/download/golang.org/x/exp/@v/list new file mode 100644 index 0000000..13554df --- /dev/null +++ b/pkg/mod/cache/download/golang.org/x/exp/@v/list @@ -0,0 +1 @@ +v0.0.0-20190121172915-509febef88a4 diff --git a/pkg/mod/cache/download/golang.org/x/exp/@v/list.lock b/pkg/mod/cache/download/golang.org/x/exp/@v/list.lock new file mode 100644 index 0000000..e69de29 diff --git a/pkg/mod/cache/download/golang.org/x/exp/@v/v0.0.0-20190121172915-509febef88a4.info b/pkg/mod/cache/download/golang.org/x/exp/@v/v0.0.0-20190121172915-509febef88a4.info new file mode 100644 index 0000000..8df3fcf --- /dev/null +++ b/pkg/mod/cache/download/golang.org/x/exp/@v/v0.0.0-20190121172915-509febef88a4.info @@ -0,0 +1 @@ +{"Version":"v0.0.0-20190121172915-509febef88a4","Time":"2019-01-21T17:29:15Z"} \ No newline at end of file diff --git a/pkg/mod/cache/download/golang.org/x/exp/@v/v0.0.0-20190121172915-509febef88a4.mod b/pkg/mod/cache/download/golang.org/x/exp/@v/v0.0.0-20190121172915-509febef88a4.mod new file mode 100644 index 0000000..3112821 --- /dev/null +++ b/pkg/mod/cache/download/golang.org/x/exp/@v/v0.0.0-20190121172915-509febef88a4.mod @@ -0,0 +1 @@ +module golang.org/x/exp diff --git a/pkg/mod/cache/download/golang.org/x/lint/@v/list b/pkg/mod/cache/download/golang.org/x/lint/@v/list new file mode 100644 index 0000000..880fbec --- /dev/null +++ b/pkg/mod/cache/download/golang.org/x/lint/@v/list @@ -0,0 +1,4 @@ +v0.0.0-20181026193005-c67002cb31c3 +v0.0.0-20190227174305-5b3e6a55c961 +v0.0.0-20190301231843-5614ed5bae6f +v0.0.0-20190313153728-d0100b6bd8b3 diff --git a/pkg/mod/cache/download/golang.org/x/lint/@v/list.lock b/pkg/mod/cache/download/golang.org/x/lint/@v/list.lock new file mode 100644 index 0000000..e69de29 diff --git a/pkg/mod/cache/download/golang.org/x/lint/@v/v0.0.0-20181026193005-c67002cb31c3.mod b/pkg/mod/cache/download/golang.org/x/lint/@v/v0.0.0-20181026193005-c67002cb31c3.mod new file mode 100644 index 0000000..9c773da --- /dev/null +++ b/pkg/mod/cache/download/golang.org/x/lint/@v/v0.0.0-20181026193005-c67002cb31c3.mod @@ -0,0 +1 @@ +module golang.org/x/lint diff --git a/pkg/mod/cache/download/golang.org/x/lint/@v/v0.0.0-20190227174305-5b3e6a55c961.mod b/pkg/mod/cache/download/golang.org/x/lint/@v/v0.0.0-20190227174305-5b3e6a55c961.mod new file mode 100644 index 0000000..259ea58 --- /dev/null +++ b/pkg/mod/cache/download/golang.org/x/lint/@v/v0.0.0-20190227174305-5b3e6a55c961.mod @@ -0,0 +1,3 @@ +module golang.org/x/lint + +require golang.org/x/tools v0.0.0-20190226205152-f727befe758c diff --git a/pkg/mod/cache/download/golang.org/x/lint/@v/v0.0.0-20190301231843-5614ed5bae6f.mod b/pkg/mod/cache/download/golang.org/x/lint/@v/v0.0.0-20190301231843-5614ed5bae6f.mod new file mode 100644 index 0000000..9c773da --- /dev/null +++ b/pkg/mod/cache/download/golang.org/x/lint/@v/v0.0.0-20190301231843-5614ed5bae6f.mod @@ -0,0 +1 @@ +module golang.org/x/lint diff --git a/pkg/mod/cache/download/golang.org/x/lint/@v/v0.0.0-20190313153728-d0100b6bd8b3.info b/pkg/mod/cache/download/golang.org/x/lint/@v/v0.0.0-20190313153728-d0100b6bd8b3.info new file mode 100644 index 0000000..5185216 --- /dev/null +++ b/pkg/mod/cache/download/golang.org/x/lint/@v/v0.0.0-20190313153728-d0100b6bd8b3.info @@ -0,0 +1 @@ +{"Version":"v0.0.0-20190313153728-d0100b6bd8b3","Time":"2019-03-13T15:37:28Z"} \ No newline at end of file diff --git a/pkg/mod/cache/download/golang.org/x/lint/@v/v0.0.0-20190313153728-d0100b6bd8b3.mod b/pkg/mod/cache/download/golang.org/x/lint/@v/v0.0.0-20190313153728-d0100b6bd8b3.mod new file mode 100644 index 0000000..d5ba4db --- /dev/null +++ b/pkg/mod/cache/download/golang.org/x/lint/@v/v0.0.0-20190313153728-d0100b6bd8b3.mod @@ -0,0 +1,3 @@ +module golang.org/x/lint + +require golang.org/x/tools v0.0.0-20190311212946-11955173bddd diff --git a/pkg/mod/cache/download/golang.org/x/net/@v/list b/pkg/mod/cache/download/golang.org/x/net/@v/list new file mode 100644 index 0000000..ca25313 --- /dev/null +++ b/pkg/mod/cache/download/golang.org/x/net/@v/list @@ -0,0 +1,10 @@ +v0.0.0-20180724234803-3673e40ba225 +v0.0.0-20180826012351-8a410e7b638d +v0.0.0-20180906233101-161cd47e91fd +v0.0.0-20181114220301-adae6a3d119a +v0.0.0-20190108225652-1e06a53dbb7e +v0.0.0-20190125091013-d26f9f9a57f3 +v0.0.0-20190213061140-3a22650c66bd +v0.0.0-20190311183353-d8887717615a +v0.0.0-20190404232315-eb5bcb51f2a3 +v0.0.0-20190501004415-9ce7a6920f09 diff --git a/pkg/mod/cache/download/golang.org/x/net/@v/list.lock b/pkg/mod/cache/download/golang.org/x/net/@v/list.lock new file mode 100644 index 0000000..e69de29 diff --git a/pkg/mod/cache/download/golang.org/x/net/@v/v0.0.0-20180724234803-3673e40ba225.mod b/pkg/mod/cache/download/golang.org/x/net/@v/v0.0.0-20180724234803-3673e40ba225.mod new file mode 100644 index 0000000..cb3c02e --- /dev/null +++ b/pkg/mod/cache/download/golang.org/x/net/@v/v0.0.0-20180724234803-3673e40ba225.mod @@ -0,0 +1 @@ +module golang.org/x/net diff --git a/pkg/mod/cache/download/golang.org/x/net/@v/v0.0.0-20180826012351-8a410e7b638d.mod b/pkg/mod/cache/download/golang.org/x/net/@v/v0.0.0-20180826012351-8a410e7b638d.mod new file mode 100644 index 0000000..cb3c02e --- /dev/null +++ b/pkg/mod/cache/download/golang.org/x/net/@v/v0.0.0-20180826012351-8a410e7b638d.mod @@ -0,0 +1 @@ +module golang.org/x/net diff --git a/pkg/mod/cache/download/golang.org/x/net/@v/v0.0.0-20180906233101-161cd47e91fd.mod b/pkg/mod/cache/download/golang.org/x/net/@v/v0.0.0-20180906233101-161cd47e91fd.mod new file mode 100644 index 0000000..cb3c02e --- /dev/null +++ b/pkg/mod/cache/download/golang.org/x/net/@v/v0.0.0-20180906233101-161cd47e91fd.mod @@ -0,0 +1 @@ +module golang.org/x/net diff --git a/pkg/mod/cache/download/golang.org/x/net/@v/v0.0.0-20181114220301-adae6a3d119a.mod b/pkg/mod/cache/download/golang.org/x/net/@v/v0.0.0-20181114220301-adae6a3d119a.mod new file mode 100644 index 0000000..cb3c02e --- /dev/null +++ b/pkg/mod/cache/download/golang.org/x/net/@v/v0.0.0-20181114220301-adae6a3d119a.mod @@ -0,0 +1 @@ +module golang.org/x/net diff --git a/pkg/mod/cache/download/golang.org/x/net/@v/v0.0.0-20190108225652-1e06a53dbb7e.mod b/pkg/mod/cache/download/golang.org/x/net/@v/v0.0.0-20190108225652-1e06a53dbb7e.mod new file mode 100644 index 0000000..cb3c02e --- /dev/null +++ b/pkg/mod/cache/download/golang.org/x/net/@v/v0.0.0-20190108225652-1e06a53dbb7e.mod @@ -0,0 +1 @@ +module golang.org/x/net diff --git a/pkg/mod/cache/download/golang.org/x/net/@v/v0.0.0-20190125091013-d26f9f9a57f3.mod b/pkg/mod/cache/download/golang.org/x/net/@v/v0.0.0-20190125091013-d26f9f9a57f3.mod new file mode 100644 index 0000000..cb3c02e --- /dev/null +++ b/pkg/mod/cache/download/golang.org/x/net/@v/v0.0.0-20190125091013-d26f9f9a57f3.mod @@ -0,0 +1 @@ +module golang.org/x/net diff --git a/pkg/mod/cache/download/golang.org/x/net/@v/v0.0.0-20190213061140-3a22650c66bd.mod b/pkg/mod/cache/download/golang.org/x/net/@v/v0.0.0-20190213061140-3a22650c66bd.mod new file mode 100644 index 0000000..cb3c02e --- /dev/null +++ b/pkg/mod/cache/download/golang.org/x/net/@v/v0.0.0-20190213061140-3a22650c66bd.mod @@ -0,0 +1 @@ +module golang.org/x/net diff --git a/pkg/mod/cache/download/golang.org/x/net/@v/v0.0.0-20190311183353-d8887717615a.mod b/pkg/mod/cache/download/golang.org/x/net/@v/v0.0.0-20190311183353-d8887717615a.mod new file mode 100644 index 0000000..78a1450 --- /dev/null +++ b/pkg/mod/cache/download/golang.org/x/net/@v/v0.0.0-20190311183353-d8887717615a.mod @@ -0,0 +1,6 @@ +module golang.org/x/net + +require ( + golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 + golang.org/x/text v0.3.0 +) diff --git a/pkg/mod/cache/download/golang.org/x/net/@v/v0.0.0-20190404232315-eb5bcb51f2a3.mod b/pkg/mod/cache/download/golang.org/x/net/@v/v0.0.0-20190404232315-eb5bcb51f2a3.mod new file mode 100644 index 0000000..78a1450 --- /dev/null +++ b/pkg/mod/cache/download/golang.org/x/net/@v/v0.0.0-20190404232315-eb5bcb51f2a3.mod @@ -0,0 +1,6 @@ +module golang.org/x/net + +require ( + golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 + golang.org/x/text v0.3.0 +) diff --git a/pkg/mod/cache/download/golang.org/x/net/@v/v0.0.0-20190501004415-9ce7a6920f09.info b/pkg/mod/cache/download/golang.org/x/net/@v/v0.0.0-20190501004415-9ce7a6920f09.info new file mode 100644 index 0000000..f93c1d9 --- /dev/null +++ b/pkg/mod/cache/download/golang.org/x/net/@v/v0.0.0-20190501004415-9ce7a6920f09.info @@ -0,0 +1 @@ +{"Version":"v0.0.0-20190501004415-9ce7a6920f09","Time":"2019-05-01T00:44:15Z"} \ No newline at end of file diff --git a/pkg/mod/cache/download/golang.org/x/net/@v/v0.0.0-20190501004415-9ce7a6920f09.mod b/pkg/mod/cache/download/golang.org/x/net/@v/v0.0.0-20190501004415-9ce7a6920f09.mod new file mode 100644 index 0000000..78a1450 --- /dev/null +++ b/pkg/mod/cache/download/golang.org/x/net/@v/v0.0.0-20190501004415-9ce7a6920f09.mod @@ -0,0 +1,6 @@ +module golang.org/x/net + +require ( + golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 + golang.org/x/text v0.3.0 +) diff --git a/pkg/mod/cache/download/golang.org/x/oauth2/@v/list b/pkg/mod/cache/download/golang.org/x/oauth2/@v/list new file mode 100644 index 0000000..5871999 --- /dev/null +++ b/pkg/mod/cache/download/golang.org/x/oauth2/@v/list @@ -0,0 +1,2 @@ +v0.0.0-20180821212333-d2e6202438be +v0.0.0-20190226205417-e64efc72b421 diff --git a/pkg/mod/cache/download/golang.org/x/oauth2/@v/list.lock b/pkg/mod/cache/download/golang.org/x/oauth2/@v/list.lock new file mode 100644 index 0000000..e69de29 diff --git a/pkg/mod/cache/download/golang.org/x/oauth2/@v/v0.0.0-20180821212333-d2e6202438be.mod b/pkg/mod/cache/download/golang.org/x/oauth2/@v/v0.0.0-20180821212333-d2e6202438be.mod new file mode 100644 index 0000000..ce74922 --- /dev/null +++ b/pkg/mod/cache/download/golang.org/x/oauth2/@v/v0.0.0-20180821212333-d2e6202438be.mod @@ -0,0 +1 @@ +module golang.org/x/oauth2 diff --git a/pkg/mod/cache/download/golang.org/x/oauth2/@v/v0.0.0-20190226205417-e64efc72b421.info b/pkg/mod/cache/download/golang.org/x/oauth2/@v/v0.0.0-20190226205417-e64efc72b421.info new file mode 100644 index 0000000..1151def --- /dev/null +++ b/pkg/mod/cache/download/golang.org/x/oauth2/@v/v0.0.0-20190226205417-e64efc72b421.info @@ -0,0 +1 @@ +{"Version":"v0.0.0-20190226205417-e64efc72b421","Time":"2019-02-26T20:54:17Z"} \ No newline at end of file diff --git a/pkg/mod/cache/download/golang.org/x/oauth2/@v/v0.0.0-20190226205417-e64efc72b421.mod b/pkg/mod/cache/download/golang.org/x/oauth2/@v/v0.0.0-20190226205417-e64efc72b421.mod new file mode 100644 index 0000000..b345781 --- /dev/null +++ b/pkg/mod/cache/download/golang.org/x/oauth2/@v/v0.0.0-20190226205417-e64efc72b421.mod @@ -0,0 +1,10 @@ +module golang.org/x/oauth2 + +go 1.11 + +require ( + cloud.google.com/go v0.34.0 + golang.org/x/net v0.0.0-20190108225652-1e06a53dbb7e + golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 // indirect + google.golang.org/appengine v1.4.0 +) diff --git a/pkg/mod/cache/download/golang.org/x/sync/@v/list b/pkg/mod/cache/download/golang.org/x/sync/@v/list new file mode 100644 index 0000000..91a8461 --- /dev/null +++ b/pkg/mod/cache/download/golang.org/x/sync/@v/list @@ -0,0 +1,5 @@ +v0.0.0-20180314180146-1d60e4601c6f +v0.0.0-20181108010431-42b317875d0f +v0.0.0-20181221193216-37e7f081c4d4 +v0.0.0-20190227155943-e225da77a7e6 +v0.0.0-20190423024810-112230192c58 diff --git a/pkg/mod/cache/download/golang.org/x/sync/@v/list.lock b/pkg/mod/cache/download/golang.org/x/sync/@v/list.lock new file mode 100644 index 0000000..e69de29 diff --git a/pkg/mod/cache/download/golang.org/x/sync/@v/v0.0.0-20180314180146-1d60e4601c6f.mod b/pkg/mod/cache/download/golang.org/x/sync/@v/v0.0.0-20180314180146-1d60e4601c6f.mod new file mode 100644 index 0000000..091b76e --- /dev/null +++ b/pkg/mod/cache/download/golang.org/x/sync/@v/v0.0.0-20180314180146-1d60e4601c6f.mod @@ -0,0 +1 @@ +module golang.org/x/sync diff --git a/pkg/mod/cache/download/golang.org/x/sync/@v/v0.0.0-20181108010431-42b317875d0f.mod b/pkg/mod/cache/download/golang.org/x/sync/@v/v0.0.0-20181108010431-42b317875d0f.mod new file mode 100644 index 0000000..091b76e --- /dev/null +++ b/pkg/mod/cache/download/golang.org/x/sync/@v/v0.0.0-20181108010431-42b317875d0f.mod @@ -0,0 +1 @@ +module golang.org/x/sync diff --git a/pkg/mod/cache/download/golang.org/x/sync/@v/v0.0.0-20181221193216-37e7f081c4d4.mod b/pkg/mod/cache/download/golang.org/x/sync/@v/v0.0.0-20181221193216-37e7f081c4d4.mod new file mode 100644 index 0000000..091b76e --- /dev/null +++ b/pkg/mod/cache/download/golang.org/x/sync/@v/v0.0.0-20181221193216-37e7f081c4d4.mod @@ -0,0 +1 @@ +module golang.org/x/sync diff --git a/pkg/mod/cache/download/golang.org/x/sync/@v/v0.0.0-20190227155943-e225da77a7e6.mod b/pkg/mod/cache/download/golang.org/x/sync/@v/v0.0.0-20190227155943-e225da77a7e6.mod new file mode 100644 index 0000000..091b76e --- /dev/null +++ b/pkg/mod/cache/download/golang.org/x/sync/@v/v0.0.0-20190227155943-e225da77a7e6.mod @@ -0,0 +1 @@ +module golang.org/x/sync diff --git a/pkg/mod/cache/download/golang.org/x/sync/@v/v0.0.0-20190423024810-112230192c58.info b/pkg/mod/cache/download/golang.org/x/sync/@v/v0.0.0-20190423024810-112230192c58.info new file mode 100644 index 0000000..bd766d1 --- /dev/null +++ b/pkg/mod/cache/download/golang.org/x/sync/@v/v0.0.0-20190423024810-112230192c58.info @@ -0,0 +1 @@ +{"Version":"v0.0.0-20190423024810-112230192c58","Time":"2019-04-23T02:48:10Z"} \ No newline at end of file diff --git a/pkg/mod/cache/download/golang.org/x/sync/@v/v0.0.0-20190423024810-112230192c58.mod b/pkg/mod/cache/download/golang.org/x/sync/@v/v0.0.0-20190423024810-112230192c58.mod new file mode 100644 index 0000000..091b76e --- /dev/null +++ b/pkg/mod/cache/download/golang.org/x/sync/@v/v0.0.0-20190423024810-112230192c58.mod @@ -0,0 +1 @@ +module golang.org/x/sync diff --git a/pkg/mod/cache/download/golang.org/x/sys/@v/list b/pkg/mod/cache/download/golang.org/x/sys/@v/list new file mode 100644 index 0000000..687d30e --- /dev/null +++ b/pkg/mod/cache/download/golang.org/x/sys/@v/list @@ -0,0 +1,7 @@ +v0.0.0-20180830151530-49385e6e1522 +v0.0.0-20180905080454-ebe1bf3edb33 +v0.0.0-20180909124046-d0be0721c37e +v0.0.0-20181116152217-5ac8a444bdc5 +v0.0.0-20190215142949-d0b11bdaac8a +v0.0.0-20190412213103-97732733099d +v0.0.0-20190429190828-d89cdac9e872 diff --git a/pkg/mod/cache/download/golang.org/x/sys/@v/list.lock b/pkg/mod/cache/download/golang.org/x/sys/@v/list.lock new file mode 100644 index 0000000..e69de29 diff --git a/pkg/mod/cache/download/golang.org/x/sys/@v/v0.0.0-20180830151530-49385e6e1522.mod b/pkg/mod/cache/download/golang.org/x/sys/@v/v0.0.0-20180830151530-49385e6e1522.mod new file mode 100644 index 0000000..6dfcf51 --- /dev/null +++ b/pkg/mod/cache/download/golang.org/x/sys/@v/v0.0.0-20180830151530-49385e6e1522.mod @@ -0,0 +1 @@ +module golang.org/x/sys diff --git a/pkg/mod/cache/download/golang.org/x/sys/@v/v0.0.0-20180905080454-ebe1bf3edb33.mod b/pkg/mod/cache/download/golang.org/x/sys/@v/v0.0.0-20180905080454-ebe1bf3edb33.mod new file mode 100644 index 0000000..6dfcf51 --- /dev/null +++ b/pkg/mod/cache/download/golang.org/x/sys/@v/v0.0.0-20180905080454-ebe1bf3edb33.mod @@ -0,0 +1 @@ +module golang.org/x/sys diff --git a/pkg/mod/cache/download/golang.org/x/sys/@v/v0.0.0-20180909124046-d0be0721c37e.mod b/pkg/mod/cache/download/golang.org/x/sys/@v/v0.0.0-20180909124046-d0be0721c37e.mod new file mode 100644 index 0000000..6dfcf51 --- /dev/null +++ b/pkg/mod/cache/download/golang.org/x/sys/@v/v0.0.0-20180909124046-d0be0721c37e.mod @@ -0,0 +1 @@ +module golang.org/x/sys diff --git a/pkg/mod/cache/download/golang.org/x/sys/@v/v0.0.0-20181116152217-5ac8a444bdc5.mod b/pkg/mod/cache/download/golang.org/x/sys/@v/v0.0.0-20181116152217-5ac8a444bdc5.mod new file mode 100644 index 0000000..6dfcf51 --- /dev/null +++ b/pkg/mod/cache/download/golang.org/x/sys/@v/v0.0.0-20181116152217-5ac8a444bdc5.mod @@ -0,0 +1 @@ +module golang.org/x/sys diff --git a/pkg/mod/cache/download/golang.org/x/sys/@v/v0.0.0-20190215142949-d0b11bdaac8a.mod b/pkg/mod/cache/download/golang.org/x/sys/@v/v0.0.0-20190215142949-d0b11bdaac8a.mod new file mode 100644 index 0000000..6dfcf51 --- /dev/null +++ b/pkg/mod/cache/download/golang.org/x/sys/@v/v0.0.0-20190215142949-d0b11bdaac8a.mod @@ -0,0 +1 @@ +module golang.org/x/sys diff --git a/pkg/mod/cache/download/golang.org/x/sys/@v/v0.0.0-20190412213103-97732733099d.mod b/pkg/mod/cache/download/golang.org/x/sys/@v/v0.0.0-20190412213103-97732733099d.mod new file mode 100644 index 0000000..b12171f --- /dev/null +++ b/pkg/mod/cache/download/golang.org/x/sys/@v/v0.0.0-20190412213103-97732733099d.mod @@ -0,0 +1,3 @@ +module golang.org/x/sys + +go 1.12 diff --git a/pkg/mod/cache/download/golang.org/x/sys/@v/v0.0.0-20190429190828-d89cdac9e872.info b/pkg/mod/cache/download/golang.org/x/sys/@v/v0.0.0-20190429190828-d89cdac9e872.info new file mode 100644 index 0000000..d990036 --- /dev/null +++ b/pkg/mod/cache/download/golang.org/x/sys/@v/v0.0.0-20190429190828-d89cdac9e872.info @@ -0,0 +1 @@ +{"Version":"v0.0.0-20190429190828-d89cdac9e872","Time":"2019-04-29T19:08:28Z"} \ No newline at end of file diff --git a/pkg/mod/cache/download/golang.org/x/sys/@v/v0.0.0-20190429190828-d89cdac9e872.mod b/pkg/mod/cache/download/golang.org/x/sys/@v/v0.0.0-20190429190828-d89cdac9e872.mod new file mode 100644 index 0000000..b12171f --- /dev/null +++ b/pkg/mod/cache/download/golang.org/x/sys/@v/v0.0.0-20190429190828-d89cdac9e872.mod @@ -0,0 +1,3 @@ +module golang.org/x/sys + +go 1.12 diff --git a/pkg/mod/cache/download/golang.org/x/text/@v/list b/pkg/mod/cache/download/golang.org/x/text/@v/list new file mode 100644 index 0000000..33cc9c6 --- /dev/null +++ b/pkg/mod/cache/download/golang.org/x/text/@v/list @@ -0,0 +1,3 @@ +v0.3.0 +v0.3.1-0.20180807135948-17ff2d5776d2 +v0.3.2 diff --git a/pkg/mod/cache/download/golang.org/x/text/@v/list.lock b/pkg/mod/cache/download/golang.org/x/text/@v/list.lock new file mode 100644 index 0000000..e69de29 diff --git a/pkg/mod/cache/download/golang.org/x/text/@v/v0.3.0.mod b/pkg/mod/cache/download/golang.org/x/text/@v/v0.3.0.mod new file mode 100644 index 0000000..f8a27b6 --- /dev/null +++ b/pkg/mod/cache/download/golang.org/x/text/@v/v0.3.0.mod @@ -0,0 +1 @@ +module golang.org/x/text diff --git a/pkg/mod/cache/download/golang.org/x/text/@v/v0.3.1-0.20180807135948-17ff2d5776d2.mod b/pkg/mod/cache/download/golang.org/x/text/@v/v0.3.1-0.20180807135948-17ff2d5776d2.mod new file mode 100644 index 0000000..f8a27b6 --- /dev/null +++ b/pkg/mod/cache/download/golang.org/x/text/@v/v0.3.1-0.20180807135948-17ff2d5776d2.mod @@ -0,0 +1 @@ +module golang.org/x/text diff --git a/pkg/mod/cache/download/golang.org/x/text/@v/v0.3.2.info b/pkg/mod/cache/download/golang.org/x/text/@v/v0.3.2.info new file mode 100644 index 0000000..b7aa4d4 --- /dev/null +++ b/pkg/mod/cache/download/golang.org/x/text/@v/v0.3.2.info @@ -0,0 +1 @@ +{"Version":"v0.3.2","Time":"2019-04-25T21:42:06Z"} \ No newline at end of file diff --git a/pkg/mod/cache/download/golang.org/x/text/@v/v0.3.2.mod b/pkg/mod/cache/download/golang.org/x/text/@v/v0.3.2.mod new file mode 100644 index 0000000..5eb1e8b --- /dev/null +++ b/pkg/mod/cache/download/golang.org/x/text/@v/v0.3.2.mod @@ -0,0 +1,3 @@ +module golang.org/x/text + +require golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e diff --git a/pkg/mod/cache/download/golang.org/x/time/@v/list b/pkg/mod/cache/download/golang.org/x/time/@v/list new file mode 100644 index 0000000..16078bb --- /dev/null +++ b/pkg/mod/cache/download/golang.org/x/time/@v/list @@ -0,0 +1 @@ +v0.0.0-20181108054448-85acf8d2951c diff --git a/pkg/mod/cache/download/golang.org/x/time/@v/list.lock b/pkg/mod/cache/download/golang.org/x/time/@v/list.lock new file mode 100644 index 0000000..e69de29 diff --git a/pkg/mod/cache/download/golang.org/x/time/@v/v0.0.0-20181108054448-85acf8d2951c.info b/pkg/mod/cache/download/golang.org/x/time/@v/v0.0.0-20181108054448-85acf8d2951c.info new file mode 100644 index 0000000..096dc9a --- /dev/null +++ b/pkg/mod/cache/download/golang.org/x/time/@v/v0.0.0-20181108054448-85acf8d2951c.info @@ -0,0 +1 @@ +{"Version":"v0.0.0-20181108054448-85acf8d2951c","Time":"2018-11-08T05:44:48Z"} \ No newline at end of file diff --git a/pkg/mod/cache/download/golang.org/x/time/@v/v0.0.0-20181108054448-85acf8d2951c.mod b/pkg/mod/cache/download/golang.org/x/time/@v/v0.0.0-20181108054448-85acf8d2951c.mod new file mode 100644 index 0000000..46ac917 --- /dev/null +++ b/pkg/mod/cache/download/golang.org/x/time/@v/v0.0.0-20181108054448-85acf8d2951c.mod @@ -0,0 +1 @@ +module golang.org/x/time diff --git a/pkg/mod/cache/download/golang.org/x/tools/@v/list b/pkg/mod/cache/download/golang.org/x/tools/@v/list new file mode 100644 index 0000000..b6fd930 --- /dev/null +++ b/pkg/mod/cache/download/golang.org/x/tools/@v/list @@ -0,0 +1,5 @@ +v0.0.0-20180917221912-90fa682c2a6e +v0.0.0-20190114222345-bf090417da8b +v0.0.0-20190226205152-f727befe758c +v0.0.0-20190311212946-11955173bddd +v0.0.0-20190312170243-e65039ee4138 diff --git a/pkg/mod/cache/download/golang.org/x/tools/@v/list.lock b/pkg/mod/cache/download/golang.org/x/tools/@v/list.lock new file mode 100644 index 0000000..e69de29 diff --git a/pkg/mod/cache/download/golang.org/x/tools/@v/v0.0.0-20180917221912-90fa682c2a6e.mod b/pkg/mod/cache/download/golang.org/x/tools/@v/v0.0.0-20180917221912-90fa682c2a6e.mod new file mode 100644 index 0000000..552f878 --- /dev/null +++ b/pkg/mod/cache/download/golang.org/x/tools/@v/v0.0.0-20180917221912-90fa682c2a6e.mod @@ -0,0 +1 @@ +module golang.org/x/tools diff --git a/pkg/mod/cache/download/golang.org/x/tools/@v/v0.0.0-20190114222345-bf090417da8b.mod b/pkg/mod/cache/download/golang.org/x/tools/@v/v0.0.0-20190114222345-bf090417da8b.mod new file mode 100644 index 0000000..552f878 --- /dev/null +++ b/pkg/mod/cache/download/golang.org/x/tools/@v/v0.0.0-20190114222345-bf090417da8b.mod @@ -0,0 +1 @@ +module golang.org/x/tools diff --git a/pkg/mod/cache/download/golang.org/x/tools/@v/v0.0.0-20190226205152-f727befe758c.mod b/pkg/mod/cache/download/golang.org/x/tools/@v/v0.0.0-20190226205152-f727befe758c.mod new file mode 100644 index 0000000..2d6246e --- /dev/null +++ b/pkg/mod/cache/download/golang.org/x/tools/@v/v0.0.0-20190226205152-f727befe758c.mod @@ -0,0 +1,7 @@ +module golang.org/x/tools + +require ( + golang.org/x/net v0.0.0-20190213061140-3a22650c66bd + golang.org/x/sync v0.0.0-20181108010431-42b317875d0f // indirect + google.golang.org/appengine v1.4.0 +) diff --git a/pkg/mod/cache/download/golang.org/x/tools/@v/v0.0.0-20190311212946-11955173bddd.mod b/pkg/mod/cache/download/golang.org/x/tools/@v/v0.0.0-20190311212946-11955173bddd.mod new file mode 100644 index 0000000..4f4b20e --- /dev/null +++ b/pkg/mod/cache/download/golang.org/x/tools/@v/v0.0.0-20190311212946-11955173bddd.mod @@ -0,0 +1,3 @@ +module golang.org/x/tools + +require golang.org/x/net v0.0.0-20190311183353-d8887717615a diff --git a/pkg/mod/cache/download/golang.org/x/tools/@v/v0.0.0-20190312170243-e65039ee4138.info b/pkg/mod/cache/download/golang.org/x/tools/@v/v0.0.0-20190312170243-e65039ee4138.info new file mode 100644 index 0000000..80f6e6f --- /dev/null +++ b/pkg/mod/cache/download/golang.org/x/tools/@v/v0.0.0-20190312170243-e65039ee4138.info @@ -0,0 +1 @@ +{"Version":"v0.0.0-20190312170243-e65039ee4138","Time":"2019-03-12T17:02:43Z"} \ No newline at end of file diff --git a/pkg/mod/cache/download/golang.org/x/tools/@v/v0.0.0-20190312170243-e65039ee4138.mod b/pkg/mod/cache/download/golang.org/x/tools/@v/v0.0.0-20190312170243-e65039ee4138.mod new file mode 100644 index 0000000..4f4b20e --- /dev/null +++ b/pkg/mod/cache/download/golang.org/x/tools/@v/v0.0.0-20190312170243-e65039ee4138.mod @@ -0,0 +1,3 @@ +module golang.org/x/tools + +require golang.org/x/net v0.0.0-20190311183353-d8887717615a diff --git a/pkg/mod/cache/download/google.golang.org/api/@v/list b/pkg/mod/cache/download/google.golang.org/api/@v/list new file mode 100644 index 0000000..fb7a04c --- /dev/null +++ b/pkg/mod/cache/download/google.golang.org/api/@v/list @@ -0,0 +1 @@ +v0.4.0 diff --git a/pkg/mod/cache/download/google.golang.org/api/@v/list.lock b/pkg/mod/cache/download/google.golang.org/api/@v/list.lock new file mode 100644 index 0000000..e69de29 diff --git a/pkg/mod/cache/download/google.golang.org/api/@v/v0.4.0.info b/pkg/mod/cache/download/google.golang.org/api/@v/v0.4.0.info new file mode 100644 index 0000000..0fed434 --- /dev/null +++ b/pkg/mod/cache/download/google.golang.org/api/@v/v0.4.0.info @@ -0,0 +1 @@ +{"Version":"v0.4.0","Time":"2019-04-25T17:02:30Z"} \ No newline at end of file diff --git a/pkg/mod/cache/download/google.golang.org/api/@v/v0.4.0.mod b/pkg/mod/cache/download/google.golang.org/api/@v/v0.4.0.mod new file mode 100644 index 0000000..f8559f7 --- /dev/null +++ b/pkg/mod/cache/download/google.golang.org/api/@v/v0.4.0.mod @@ -0,0 +1,14 @@ +module google.golang.org/api + +require ( + github.com/google/go-cmp v0.2.0 + go.opencensus.io v0.21.0 + 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/tools v0.0.0-20190312170243-e65039ee4138 + google.golang.org/appengine v1.4.0 + google.golang.org/genproto v0.0.0-20190307195333-5fe7a883aa19 + google.golang.org/grpc v1.19.0 + honnef.co/go/tools v0.0.0-20190102054323-c2f93a96b099 +) diff --git a/pkg/mod/cache/download/google.golang.org/appengine/@v/list b/pkg/mod/cache/download/google.golang.org/appengine/@v/list new file mode 100644 index 0000000..bb450d3 --- /dev/null +++ b/pkg/mod/cache/download/google.golang.org/appengine/@v/list @@ -0,0 +1,3 @@ +v1.1.0 +v1.4.0 +v1.5.0 diff --git a/pkg/mod/cache/download/google.golang.org/appengine/@v/list.lock b/pkg/mod/cache/download/google.golang.org/appengine/@v/list.lock new file mode 100644 index 0000000..e69de29 diff --git a/pkg/mod/cache/download/google.golang.org/appengine/@v/v1.1.0.mod b/pkg/mod/cache/download/google.golang.org/appengine/@v/v1.1.0.mod new file mode 100644 index 0000000..0946cd5 --- /dev/null +++ b/pkg/mod/cache/download/google.golang.org/appengine/@v/v1.1.0.mod @@ -0,0 +1 @@ +module google.golang.org/appengine diff --git a/pkg/mod/cache/download/google.golang.org/appengine/@v/v1.4.0.mod b/pkg/mod/cache/download/google.golang.org/appengine/@v/v1.4.0.mod new file mode 100644 index 0000000..f449359 --- /dev/null +++ b/pkg/mod/cache/download/google.golang.org/appengine/@v/v1.4.0.mod @@ -0,0 +1,7 @@ +module google.golang.org/appengine + +require ( + github.com/golang/protobuf v1.2.0 + golang.org/x/net v0.0.0-20180724234803-3673e40ba225 + golang.org/x/text v0.3.0 +) diff --git a/pkg/mod/cache/download/google.golang.org/appengine/@v/v1.5.0.info b/pkg/mod/cache/download/google.golang.org/appengine/@v/v1.5.0.info new file mode 100644 index 0000000..4836888 --- /dev/null +++ b/pkg/mod/cache/download/google.golang.org/appengine/@v/v1.5.0.info @@ -0,0 +1 @@ +{"Version":"v1.5.0","Time":"2019-02-15T20:43:44Z"} \ No newline at end of file diff --git a/pkg/mod/cache/download/google.golang.org/appengine/@v/v1.5.0.mod b/pkg/mod/cache/download/google.golang.org/appengine/@v/v1.5.0.mod new file mode 100644 index 0000000..f449359 --- /dev/null +++ b/pkg/mod/cache/download/google.golang.org/appengine/@v/v1.5.0.mod @@ -0,0 +1,7 @@ +module google.golang.org/appengine + +require ( + github.com/golang/protobuf v1.2.0 + golang.org/x/net v0.0.0-20180724234803-3673e40ba225 + golang.org/x/text v0.3.0 +) diff --git a/pkg/mod/cache/download/google.golang.org/genproto/@v/list b/pkg/mod/cache/download/google.golang.org/genproto/@v/list new file mode 100644 index 0000000..f9794e6 --- /dev/null +++ b/pkg/mod/cache/download/google.golang.org/genproto/@v/list @@ -0,0 +1,4 @@ +v0.0.0-20180817151627-c66870c02cf8 +v0.0.0-20190307195333-5fe7a883aa19 +v0.0.0-20190418145605-e7d98fc518a7 +v0.0.0-20190425155659-357c62f0e4bb diff --git a/pkg/mod/cache/download/google.golang.org/genproto/@v/list.lock b/pkg/mod/cache/download/google.golang.org/genproto/@v/list.lock new file mode 100644 index 0000000..e69de29 diff --git a/pkg/mod/cache/download/google.golang.org/genproto/@v/v0.0.0-20180817151627-c66870c02cf8.mod b/pkg/mod/cache/download/google.golang.org/genproto/@v/v0.0.0-20180817151627-c66870c02cf8.mod new file mode 100644 index 0000000..2ebca62 --- /dev/null +++ b/pkg/mod/cache/download/google.golang.org/genproto/@v/v0.0.0-20180817151627-c66870c02cf8.mod @@ -0,0 +1 @@ +module google.golang.org/genproto diff --git a/pkg/mod/cache/download/google.golang.org/genproto/@v/v0.0.0-20190307195333-5fe7a883aa19.mod b/pkg/mod/cache/download/google.golang.org/genproto/@v/v0.0.0-20190307195333-5fe7a883aa19.mod new file mode 100644 index 0000000..2a2177e --- /dev/null +++ b/pkg/mod/cache/download/google.golang.org/genproto/@v/v0.0.0-20190307195333-5fe7a883aa19.mod @@ -0,0 +1,12 @@ +module google.golang.org/genproto + +require ( + github.com/golang/protobuf v1.2.0 + golang.org/x/exp v0.0.0-20190121172915-509febef88a4 + golang.org/x/lint v0.0.0-20190227174305-5b3e6a55c961 + golang.org/x/net v0.0.0-20190213061140-3a22650c66bd + golang.org/x/sync v0.0.0-20190227155943-e225da77a7e6 // indirect + golang.org/x/tools v0.0.0-20190226205152-f727befe758c + google.golang.org/grpc v1.19.0 + honnef.co/go/tools v0.0.0-20190102054323-c2f93a96b099 +) diff --git a/pkg/mod/cache/download/google.golang.org/genproto/@v/v0.0.0-20190418145605-e7d98fc518a7.mod b/pkg/mod/cache/download/google.golang.org/genproto/@v/v0.0.0-20190418145605-e7d98fc518a7.mod new file mode 100644 index 0000000..2a2177e --- /dev/null +++ b/pkg/mod/cache/download/google.golang.org/genproto/@v/v0.0.0-20190418145605-e7d98fc518a7.mod @@ -0,0 +1,12 @@ +module google.golang.org/genproto + +require ( + github.com/golang/protobuf v1.2.0 + golang.org/x/exp v0.0.0-20190121172915-509febef88a4 + golang.org/x/lint v0.0.0-20190227174305-5b3e6a55c961 + golang.org/x/net v0.0.0-20190213061140-3a22650c66bd + golang.org/x/sync v0.0.0-20190227155943-e225da77a7e6 // indirect + golang.org/x/tools v0.0.0-20190226205152-f727befe758c + google.golang.org/grpc v1.19.0 + honnef.co/go/tools v0.0.0-20190102054323-c2f93a96b099 +) diff --git a/pkg/mod/cache/download/google.golang.org/genproto/@v/v0.0.0-20190425155659-357c62f0e4bb.info b/pkg/mod/cache/download/google.golang.org/genproto/@v/v0.0.0-20190425155659-357c62f0e4bb.info new file mode 100644 index 0000000..5696544 --- /dev/null +++ b/pkg/mod/cache/download/google.golang.org/genproto/@v/v0.0.0-20190425155659-357c62f0e4bb.info @@ -0,0 +1 @@ +{"Version":"v0.0.0-20190425155659-357c62f0e4bb","Time":"2019-04-25T15:56:59Z"} \ No newline at end of file diff --git a/pkg/mod/cache/download/google.golang.org/genproto/@v/v0.0.0-20190425155659-357c62f0e4bb.mod b/pkg/mod/cache/download/google.golang.org/genproto/@v/v0.0.0-20190425155659-357c62f0e4bb.mod new file mode 100644 index 0000000..2a2177e --- /dev/null +++ b/pkg/mod/cache/download/google.golang.org/genproto/@v/v0.0.0-20190425155659-357c62f0e4bb.mod @@ -0,0 +1,12 @@ +module google.golang.org/genproto + +require ( + github.com/golang/protobuf v1.2.0 + golang.org/x/exp v0.0.0-20190121172915-509febef88a4 + golang.org/x/lint v0.0.0-20190227174305-5b3e6a55c961 + golang.org/x/net v0.0.0-20190213061140-3a22650c66bd + golang.org/x/sync v0.0.0-20190227155943-e225da77a7e6 // indirect + golang.org/x/tools v0.0.0-20190226205152-f727befe758c + google.golang.org/grpc v1.19.0 + honnef.co/go/tools v0.0.0-20190102054323-c2f93a96b099 +) diff --git a/pkg/mod/cache/download/google.golang.org/grpc/@v/list b/pkg/mod/cache/download/google.golang.org/grpc/@v/list new file mode 100644 index 0000000..ffed655 --- /dev/null +++ b/pkg/mod/cache/download/google.golang.org/grpc/@v/list @@ -0,0 +1,2 @@ +v1.19.0 +v1.20.1 diff --git a/pkg/mod/cache/download/google.golang.org/grpc/@v/list.lock b/pkg/mod/cache/download/google.golang.org/grpc/@v/list.lock new file mode 100644 index 0000000..e69de29 diff --git a/pkg/mod/cache/download/google.golang.org/grpc/@v/v1.19.0.mod b/pkg/mod/cache/download/google.golang.org/grpc/@v/v1.19.0.mod new file mode 100644 index 0000000..0418807 --- /dev/null +++ b/pkg/mod/cache/download/google.golang.org/grpc/@v/v1.19.0.mod @@ -0,0 +1,20 @@ +module google.golang.org/grpc + +require ( + cloud.google.com/go v0.26.0 // indirect + github.com/BurntSushi/toml v0.3.1 // indirect + github.com/client9/misspell v0.3.4 + github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b + github.com/golang/mock v1.1.1 + github.com/golang/protobuf v1.2.0 + golang.org/x/lint v0.0.0-20181026193005-c67002cb31c3 + golang.org/x/net v0.0.0-20180826012351-8a410e7b638d + golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be + golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f // indirect + golang.org/x/sys v0.0.0-20180830151530-49385e6e1522 + golang.org/x/text v0.3.0 // indirect + golang.org/x/tools v0.0.0-20190114222345-bf090417da8b + google.golang.org/appengine v1.1.0 // indirect + google.golang.org/genproto v0.0.0-20180817151627-c66870c02cf8 + honnef.co/go/tools v0.0.0-20190102054323-c2f93a96b099 +) diff --git a/pkg/mod/cache/download/google.golang.org/grpc/@v/v1.20.1.info b/pkg/mod/cache/download/google.golang.org/grpc/@v/v1.20.1.info new file mode 100644 index 0000000..90eee12 --- /dev/null +++ b/pkg/mod/cache/download/google.golang.org/grpc/@v/v1.20.1.info @@ -0,0 +1 @@ +{"Version":"v1.20.1","Time":"2019-04-18T21:20:59Z"} \ No newline at end of file diff --git a/pkg/mod/cache/download/google.golang.org/grpc/@v/v1.20.1.mod b/pkg/mod/cache/download/google.golang.org/grpc/@v/v1.20.1.mod new file mode 100644 index 0000000..9f3ef3a --- /dev/null +++ b/pkg/mod/cache/download/google.golang.org/grpc/@v/v1.20.1.mod @@ -0,0 +1,19 @@ +module google.golang.org/grpc + +require ( + cloud.google.com/go v0.26.0 // indirect + github.com/BurntSushi/toml v0.3.1 // indirect + github.com/client9/misspell v0.3.4 + github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b + github.com/golang/mock v1.1.1 + github.com/golang/protobuf v1.2.0 + golang.org/x/lint v0.0.0-20190313153728-d0100b6bd8b3 + golang.org/x/net v0.0.0-20190311183353-d8887717615a + golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be + golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f // indirect + golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a + golang.org/x/tools v0.0.0-20190311212946-11955173bddd + google.golang.org/appengine v1.1.0 // indirect + google.golang.org/genproto v0.0.0-20180817151627-c66870c02cf8 + honnef.co/go/tools v0.0.0-20190102054323-c2f93a96b099 +) diff --git a/pkg/mod/cache/download/gopkg.in/alecthomas/kingpin.v2/@v/list b/pkg/mod/cache/download/gopkg.in/alecthomas/kingpin.v2/@v/list new file mode 100644 index 0000000..437a354 --- /dev/null +++ b/pkg/mod/cache/download/gopkg.in/alecthomas/kingpin.v2/@v/list @@ -0,0 +1 @@ +v2.2.6 diff --git a/pkg/mod/cache/download/gopkg.in/alecthomas/kingpin.v2/@v/list.lock b/pkg/mod/cache/download/gopkg.in/alecthomas/kingpin.v2/@v/list.lock new file mode 100644 index 0000000..e69de29 diff --git a/pkg/mod/cache/download/gopkg.in/alecthomas/kingpin.v2/@v/v2.2.6.info b/pkg/mod/cache/download/gopkg.in/alecthomas/kingpin.v2/@v/v2.2.6.info new file mode 100644 index 0000000..9ed92cb --- /dev/null +++ b/pkg/mod/cache/download/gopkg.in/alecthomas/kingpin.v2/@v/v2.2.6.info @@ -0,0 +1 @@ +{"Version":"v2.2.6","Time":"2017-12-17T18:08:38Z"} \ No newline at end of file diff --git a/pkg/mod/cache/download/gopkg.in/alecthomas/kingpin.v2/@v/v2.2.6.mod b/pkg/mod/cache/download/gopkg.in/alecthomas/kingpin.v2/@v/v2.2.6.mod new file mode 100644 index 0000000..7c3e8c0 --- /dev/null +++ b/pkg/mod/cache/download/gopkg.in/alecthomas/kingpin.v2/@v/v2.2.6.mod @@ -0,0 +1 @@ +module gopkg.in/alecthomas/kingpin.v2 diff --git a/pkg/mod/cache/download/gopkg.in/check.v1/@v/list b/pkg/mod/cache/download/gopkg.in/check.v1/@v/list new file mode 100644 index 0000000..3be5558 --- /dev/null +++ b/pkg/mod/cache/download/gopkg.in/check.v1/@v/list @@ -0,0 +1,2 @@ +v0.0.0-20161208181325-20d25e280405 +v1.0.0-20180628173108-788fd7840127 diff --git a/pkg/mod/cache/download/gopkg.in/check.v1/@v/list.lock b/pkg/mod/cache/download/gopkg.in/check.v1/@v/list.lock new file mode 100644 index 0000000..e69de29 diff --git a/pkg/mod/cache/download/gopkg.in/check.v1/@v/v0.0.0-20161208181325-20d25e280405.mod b/pkg/mod/cache/download/gopkg.in/check.v1/@v/v0.0.0-20161208181325-20d25e280405.mod new file mode 100644 index 0000000..7cec6a0 --- /dev/null +++ b/pkg/mod/cache/download/gopkg.in/check.v1/@v/v0.0.0-20161208181325-20d25e280405.mod @@ -0,0 +1 @@ +module gopkg.in/check.v1 diff --git a/pkg/mod/cache/download/gopkg.in/check.v1/@v/v1.0.0-20180628173108-788fd7840127.info b/pkg/mod/cache/download/gopkg.in/check.v1/@v/v1.0.0-20180628173108-788fd7840127.info new file mode 100644 index 0000000..0b2a1a1 --- /dev/null +++ b/pkg/mod/cache/download/gopkg.in/check.v1/@v/v1.0.0-20180628173108-788fd7840127.info @@ -0,0 +1 @@ +{"Version":"v1.0.0-20180628173108-788fd7840127","Time":"2018-06-28T17:31:08Z"} \ No newline at end of file diff --git a/pkg/mod/cache/download/gopkg.in/check.v1/@v/v1.0.0-20180628173108-788fd7840127.mod b/pkg/mod/cache/download/gopkg.in/check.v1/@v/v1.0.0-20180628173108-788fd7840127.mod new file mode 100644 index 0000000..7cec6a0 --- /dev/null +++ b/pkg/mod/cache/download/gopkg.in/check.v1/@v/v1.0.0-20180628173108-788fd7840127.mod @@ -0,0 +1 @@ +module gopkg.in/check.v1 diff --git a/pkg/mod/cache/download/gopkg.in/fsnotify.v1/@v/list b/pkg/mod/cache/download/gopkg.in/fsnotify.v1/@v/list new file mode 100644 index 0000000..ff1560e --- /dev/null +++ b/pkg/mod/cache/download/gopkg.in/fsnotify.v1/@v/list @@ -0,0 +1 @@ +v1.4.7 diff --git a/pkg/mod/cache/download/gopkg.in/fsnotify.v1/@v/list.lock b/pkg/mod/cache/download/gopkg.in/fsnotify.v1/@v/list.lock new file mode 100644 index 0000000..e69de29 diff --git a/pkg/mod/cache/download/gopkg.in/fsnotify.v1/@v/v1.4.7.info b/pkg/mod/cache/download/gopkg.in/fsnotify.v1/@v/v1.4.7.info new file mode 100644 index 0000000..8b952b1 --- /dev/null +++ b/pkg/mod/cache/download/gopkg.in/fsnotify.v1/@v/v1.4.7.info @@ -0,0 +1 @@ +{"Version":"v1.4.7","Time":"2018-01-10T05:33:47Z"} \ No newline at end of file diff --git a/pkg/mod/cache/download/gopkg.in/fsnotify.v1/@v/v1.4.7.mod b/pkg/mod/cache/download/gopkg.in/fsnotify.v1/@v/v1.4.7.mod new file mode 100644 index 0000000..312da84 --- /dev/null +++ b/pkg/mod/cache/download/gopkg.in/fsnotify.v1/@v/v1.4.7.mod @@ -0,0 +1 @@ +module gopkg.in/fsnotify.v1 diff --git a/pkg/mod/cache/download/gopkg.in/go-playground/assert.v1/@v/list b/pkg/mod/cache/download/gopkg.in/go-playground/assert.v1/@v/list new file mode 100644 index 0000000..6a5e98a --- /dev/null +++ b/pkg/mod/cache/download/gopkg.in/go-playground/assert.v1/@v/list @@ -0,0 +1 @@ +v1.2.1 diff --git a/pkg/mod/cache/download/gopkg.in/go-playground/assert.v1/@v/list.lock b/pkg/mod/cache/download/gopkg.in/go-playground/assert.v1/@v/list.lock new file mode 100644 index 0000000..e69de29 diff --git a/pkg/mod/cache/download/gopkg.in/go-playground/assert.v1/@v/v1.2.1.info b/pkg/mod/cache/download/gopkg.in/go-playground/assert.v1/@v/v1.2.1.info new file mode 100644 index 0000000..871a4cf --- /dev/null +++ b/pkg/mod/cache/download/gopkg.in/go-playground/assert.v1/@v/v1.2.1.info @@ -0,0 +1 @@ +{"Version":"v1.2.1","Time":"2016-02-05T15:04:13Z"} \ No newline at end of file diff --git a/pkg/mod/cache/download/gopkg.in/go-playground/assert.v1/@v/v1.2.1.mod b/pkg/mod/cache/download/gopkg.in/go-playground/assert.v1/@v/v1.2.1.mod new file mode 100644 index 0000000..3b1b5e3 --- /dev/null +++ b/pkg/mod/cache/download/gopkg.in/go-playground/assert.v1/@v/v1.2.1.mod @@ -0,0 +1 @@ +module gopkg.in/go-playground/assert.v1 diff --git a/pkg/mod/cache/download/gopkg.in/go-playground/validator.v8/@v/list b/pkg/mod/cache/download/gopkg.in/go-playground/validator.v8/@v/list new file mode 100644 index 0000000..1c672b8 --- /dev/null +++ b/pkg/mod/cache/download/gopkg.in/go-playground/validator.v8/@v/list @@ -0,0 +1 @@ +v8.18.2 diff --git a/pkg/mod/cache/download/gopkg.in/go-playground/validator.v8/@v/list.lock b/pkg/mod/cache/download/gopkg.in/go-playground/validator.v8/@v/list.lock new file mode 100644 index 0000000..e69de29 diff --git a/pkg/mod/cache/download/gopkg.in/go-playground/validator.v8/@v/v8.18.2.info b/pkg/mod/cache/download/gopkg.in/go-playground/validator.v8/@v/v8.18.2.info new file mode 100644 index 0000000..36ab85a --- /dev/null +++ b/pkg/mod/cache/download/gopkg.in/go-playground/validator.v8/@v/v8.18.2.info @@ -0,0 +1 @@ +{"Version":"v8.18.2","Time":"2017-07-30T05:02:35Z"} \ No newline at end of file diff --git a/pkg/mod/cache/download/gopkg.in/go-playground/validator.v8/@v/v8.18.2.mod b/pkg/mod/cache/download/gopkg.in/go-playground/validator.v8/@v/v8.18.2.mod new file mode 100644 index 0000000..c32d1ec --- /dev/null +++ b/pkg/mod/cache/download/gopkg.in/go-playground/validator.v8/@v/v8.18.2.mod @@ -0,0 +1 @@ +module gopkg.in/go-playground/validator.v8 diff --git a/pkg/mod/cache/download/gopkg.in/stretchr/testify.v1/@v/list b/pkg/mod/cache/download/gopkg.in/stretchr/testify.v1/@v/list new file mode 100644 index 0000000..cc90463 --- /dev/null +++ b/pkg/mod/cache/download/gopkg.in/stretchr/testify.v1/@v/list @@ -0,0 +1 @@ +v1.2.2 diff --git a/pkg/mod/cache/download/gopkg.in/stretchr/testify.v1/@v/list.lock b/pkg/mod/cache/download/gopkg.in/stretchr/testify.v1/@v/list.lock new file mode 100644 index 0000000..e69de29 diff --git a/pkg/mod/cache/download/gopkg.in/stretchr/testify.v1/@v/v1.2.2.info b/pkg/mod/cache/download/gopkg.in/stretchr/testify.v1/@v/v1.2.2.info new file mode 100644 index 0000000..2e3f88e --- /dev/null +++ b/pkg/mod/cache/download/gopkg.in/stretchr/testify.v1/@v/v1.2.2.info @@ -0,0 +1 @@ +{"Version":"v1.2.2","Time":"2018-06-09T11:55:18Z"} \ No newline at end of file diff --git a/pkg/mod/cache/download/gopkg.in/stretchr/testify.v1/@v/v1.2.2.mod b/pkg/mod/cache/download/gopkg.in/stretchr/testify.v1/@v/v1.2.2.mod new file mode 100644 index 0000000..6fec0e6 --- /dev/null +++ b/pkg/mod/cache/download/gopkg.in/stretchr/testify.v1/@v/v1.2.2.mod @@ -0,0 +1 @@ +module gopkg.in/stretchr/testify.v1 diff --git a/pkg/mod/cache/download/gopkg.in/tomb.v1/@v/list b/pkg/mod/cache/download/gopkg.in/tomb.v1/@v/list new file mode 100644 index 0000000..bc74e3a --- /dev/null +++ b/pkg/mod/cache/download/gopkg.in/tomb.v1/@v/list @@ -0,0 +1 @@ +v1.0.0-20141024135613-dd632973f1e7 diff --git a/pkg/mod/cache/download/gopkg.in/tomb.v1/@v/list.lock b/pkg/mod/cache/download/gopkg.in/tomb.v1/@v/list.lock new file mode 100644 index 0000000..e69de29 diff --git a/pkg/mod/cache/download/gopkg.in/tomb.v1/@v/v1.0.0-20141024135613-dd632973f1e7.info b/pkg/mod/cache/download/gopkg.in/tomb.v1/@v/v1.0.0-20141024135613-dd632973f1e7.info new file mode 100644 index 0000000..e418b13 --- /dev/null +++ b/pkg/mod/cache/download/gopkg.in/tomb.v1/@v/v1.0.0-20141024135613-dd632973f1e7.info @@ -0,0 +1 @@ +{"Version":"v1.0.0-20141024135613-dd632973f1e7","Time":"2014-10-24T13:56:13Z"} \ No newline at end of file diff --git a/pkg/mod/cache/download/gopkg.in/tomb.v1/@v/v1.0.0-20141024135613-dd632973f1e7.mod b/pkg/mod/cache/download/gopkg.in/tomb.v1/@v/v1.0.0-20141024135613-dd632973f1e7.mod new file mode 100644 index 0000000..0a919ba --- /dev/null +++ b/pkg/mod/cache/download/gopkg.in/tomb.v1/@v/v1.0.0-20141024135613-dd632973f1e7.mod @@ -0,0 +1 @@ +module gopkg.in/tomb.v1 diff --git a/pkg/mod/cache/download/gopkg.in/vmihailenco/msgpack.v2/@v/list b/pkg/mod/cache/download/gopkg.in/vmihailenco/msgpack.v2/@v/list new file mode 100644 index 0000000..7227c77 --- /dev/null +++ b/pkg/mod/cache/download/gopkg.in/vmihailenco/msgpack.v2/@v/list @@ -0,0 +1 @@ +v2.9.1 diff --git a/pkg/mod/cache/download/gopkg.in/vmihailenco/msgpack.v2/@v/list.lock b/pkg/mod/cache/download/gopkg.in/vmihailenco/msgpack.v2/@v/list.lock new file mode 100644 index 0000000..e69de29 diff --git a/pkg/mod/cache/download/gopkg.in/vmihailenco/msgpack.v2/@v/v2.9.1.info b/pkg/mod/cache/download/gopkg.in/vmihailenco/msgpack.v2/@v/v2.9.1.info new file mode 100644 index 0000000..51ed926 --- /dev/null +++ b/pkg/mod/cache/download/gopkg.in/vmihailenco/msgpack.v2/@v/v2.9.1.info @@ -0,0 +1 @@ +{"Version":"v2.9.1","Time":"2017-05-02T10:41:14Z"} \ No newline at end of file diff --git a/pkg/mod/cache/download/gopkg.in/vmihailenco/msgpack.v2/@v/v2.9.1.mod b/pkg/mod/cache/download/gopkg.in/vmihailenco/msgpack.v2/@v/v2.9.1.mod new file mode 100644 index 0000000..c5d62cd --- /dev/null +++ b/pkg/mod/cache/download/gopkg.in/vmihailenco/msgpack.v2/@v/v2.9.1.mod @@ -0,0 +1 @@ +module gopkg.in/vmihailenco/msgpack.v2 diff --git a/pkg/mod/cache/download/gopkg.in/yaml.v2/@v/list b/pkg/mod/cache/download/gopkg.in/yaml.v2/@v/list new file mode 100644 index 0000000..820864c --- /dev/null +++ b/pkg/mod/cache/download/gopkg.in/yaml.v2/@v/list @@ -0,0 +1,3 @@ +v2.2.1 +v2.2.2 +v2.2.4 diff --git a/pkg/mod/cache/download/gopkg.in/yaml.v2/@v/list.lock b/pkg/mod/cache/download/gopkg.in/yaml.v2/@v/list.lock new file mode 100644 index 0000000..e69de29 diff --git a/pkg/mod/cache/download/gopkg.in/yaml.v2/@v/v2.2.1.mod b/pkg/mod/cache/download/gopkg.in/yaml.v2/@v/v2.2.1.mod new file mode 100644 index 0000000..1934e87 --- /dev/null +++ b/pkg/mod/cache/download/gopkg.in/yaml.v2/@v/v2.2.1.mod @@ -0,0 +1,5 @@ +module "gopkg.in/yaml.v2" + +require ( + "gopkg.in/check.v1" v0.0.0-20161208181325-20d25e280405 +) diff --git a/pkg/mod/cache/download/gopkg.in/yaml.v2/@v/v2.2.2.mod b/pkg/mod/cache/download/gopkg.in/yaml.v2/@v/v2.2.2.mod new file mode 100644 index 0000000..1934e87 --- /dev/null +++ b/pkg/mod/cache/download/gopkg.in/yaml.v2/@v/v2.2.2.mod @@ -0,0 +1,5 @@ +module "gopkg.in/yaml.v2" + +require ( + "gopkg.in/check.v1" v0.0.0-20161208181325-20d25e280405 +) diff --git a/pkg/mod/cache/download/gopkg.in/yaml.v2/@v/v2.2.4.info b/pkg/mod/cache/download/gopkg.in/yaml.v2/@v/v2.2.4.info new file mode 100644 index 0000000..2147267 --- /dev/null +++ b/pkg/mod/cache/download/gopkg.in/yaml.v2/@v/v2.2.4.info @@ -0,0 +1 @@ +{"Version":"v2.2.4","Time":"2019-10-02T18:33:36Z"} \ No newline at end of file diff --git a/pkg/mod/cache/download/gopkg.in/yaml.v2/@v/v2.2.4.mod b/pkg/mod/cache/download/gopkg.in/yaml.v2/@v/v2.2.4.mod new file mode 100644 index 0000000..1934e87 --- /dev/null +++ b/pkg/mod/cache/download/gopkg.in/yaml.v2/@v/v2.2.4.mod @@ -0,0 +1,5 @@ +module "gopkg.in/yaml.v2" + +require ( + "gopkg.in/check.v1" v0.0.0-20161208181325-20d25e280405 +) diff --git a/pkg/mod/cache/download/honnef.co/go/tools/@v/list b/pkg/mod/cache/download/honnef.co/go/tools/@v/list new file mode 100644 index 0000000..e413866 --- /dev/null +++ b/pkg/mod/cache/download/honnef.co/go/tools/@v/list @@ -0,0 +1,2 @@ +v0.0.0-20190102054323-c2f93a96b099 +v0.0.0-20190106161140-3f1c8253044a diff --git a/pkg/mod/cache/download/honnef.co/go/tools/@v/list.lock b/pkg/mod/cache/download/honnef.co/go/tools/@v/list.lock new file mode 100644 index 0000000..e69de29 diff --git a/pkg/mod/cache/download/honnef.co/go/tools/@v/v0.0.0-20190102054323-c2f93a96b099.mod b/pkg/mod/cache/download/honnef.co/go/tools/@v/v0.0.0-20190102054323-c2f93a96b099.mod new file mode 100644 index 0000000..22d58f0 --- /dev/null +++ b/pkg/mod/cache/download/honnef.co/go/tools/@v/v0.0.0-20190102054323-c2f93a96b099.mod @@ -0,0 +1 @@ +module honnef.co/go/tools diff --git a/pkg/mod/cache/download/honnef.co/go/tools/@v/v0.0.0-20190106161140-3f1c8253044a.info b/pkg/mod/cache/download/honnef.co/go/tools/@v/v0.0.0-20190106161140-3f1c8253044a.info new file mode 100644 index 0000000..9f21ce6 --- /dev/null +++ b/pkg/mod/cache/download/honnef.co/go/tools/@v/v0.0.0-20190106161140-3f1c8253044a.info @@ -0,0 +1 @@ +{"Version":"v0.0.0-20190106161140-3f1c8253044a","Time":"2019-01-06T16:11:40Z"} \ No newline at end of file diff --git a/pkg/mod/cache/download/honnef.co/go/tools/@v/v0.0.0-20190106161140-3f1c8253044a.mod b/pkg/mod/cache/download/honnef.co/go/tools/@v/v0.0.0-20190106161140-3f1c8253044a.mod new file mode 100644 index 0000000..22d58f0 --- /dev/null +++ b/pkg/mod/cache/download/honnef.co/go/tools/@v/v0.0.0-20190106161140-3f1c8253044a.mod @@ -0,0 +1 @@ +module honnef.co/go/tools diff --git a/pkg/mod/cache/download/labix.org/v2/mgo/@v/list b/pkg/mod/cache/download/labix.org/v2/mgo/@v/list new file mode 100644 index 0000000..48fe2f4 --- /dev/null +++ b/pkg/mod/cache/download/labix.org/v2/mgo/@v/list @@ -0,0 +1 @@ +v0.0.0-20140701140051-000000000287 diff --git a/pkg/mod/cache/download/labix.org/v2/mgo/@v/list.lock b/pkg/mod/cache/download/labix.org/v2/mgo/@v/list.lock new file mode 100644 index 0000000..e69de29 diff --git a/pkg/mod/cache/download/labix.org/v2/mgo/@v/v0.0.0-20140701140051-000000000287.info b/pkg/mod/cache/download/labix.org/v2/mgo/@v/v0.0.0-20140701140051-000000000287.info new file mode 100644 index 0000000..41e38a0 --- /dev/null +++ b/pkg/mod/cache/download/labix.org/v2/mgo/@v/v0.0.0-20140701140051-000000000287.info @@ -0,0 +1 @@ +{"Version":"v0.0.0-20140701140051-000000000287","Time":"2014-07-01T14:00:51Z"} \ No newline at end of file diff --git a/pkg/mod/cache/download/labix.org/v2/mgo/@v/v0.0.0-20140701140051-000000000287.mod b/pkg/mod/cache/download/labix.org/v2/mgo/@v/v0.0.0-20140701140051-000000000287.mod new file mode 100644 index 0000000..5161052 --- /dev/null +++ b/pkg/mod/cache/download/labix.org/v2/mgo/@v/v0.0.0-20140701140051-000000000287.mod @@ -0,0 +1 @@ +module labix.org/v2/mgo diff --git a/pkg/mod/cache/download/launchpad.net/gocheck/@v/list b/pkg/mod/cache/download/launchpad.net/gocheck/@v/list new file mode 100644 index 0000000..dc53d80 --- /dev/null +++ b/pkg/mod/cache/download/launchpad.net/gocheck/@v/list @@ -0,0 +1 @@ +v0.0.0-20140225173054-000000000087 diff --git a/pkg/mod/cache/download/launchpad.net/gocheck/@v/list.lock b/pkg/mod/cache/download/launchpad.net/gocheck/@v/list.lock new file mode 100644 index 0000000..e69de29 diff --git a/pkg/mod/cache/download/launchpad.net/gocheck/@v/v0.0.0-20140225173054-000000000087.info b/pkg/mod/cache/download/launchpad.net/gocheck/@v/v0.0.0-20140225173054-000000000087.info new file mode 100644 index 0000000..d72c772 --- /dev/null +++ b/pkg/mod/cache/download/launchpad.net/gocheck/@v/v0.0.0-20140225173054-000000000087.info @@ -0,0 +1 @@ +{"Version":"v0.0.0-20140225173054-000000000087","Time":"2014-02-25T17:30:54Z"} \ No newline at end of file diff --git a/pkg/mod/cache/download/launchpad.net/gocheck/@v/v0.0.0-20140225173054-000000000087.mod b/pkg/mod/cache/download/launchpad.net/gocheck/@v/v0.0.0-20140225173054-000000000087.mod new file mode 100644 index 0000000..68aaa94 --- /dev/null +++ b/pkg/mod/cache/download/launchpad.net/gocheck/@v/v0.0.0-20140225173054-000000000087.mod @@ -0,0 +1 @@ +module launchpad.net/gocheck diff --git a/pkg/mod/cache/vcs/08f2a2c0121a1d6007f46db2188f053f4d77bd54ec740a89154e04e33c230370.info b/pkg/mod/cache/vcs/08f2a2c0121a1d6007f46db2188f053f4d77bd54ec740a89154e04e33c230370.info new file mode 100644 index 0000000..792a5f1 --- /dev/null +++ b/pkg/mod/cache/vcs/08f2a2c0121a1d6007f46db2188f053f4d77bd54ec740a89154e04e33c230370.info @@ -0,0 +1 @@ +git3:https://amiba.fun/amiba/goms.git \ No newline at end of file diff --git a/pkg/mod/cache/vcs/08f2a2c0121a1d6007f46db2188f053f4d77bd54ec740a89154e04e33c230370.lock b/pkg/mod/cache/vcs/08f2a2c0121a1d6007f46db2188f053f4d77bd54ec740a89154e04e33c230370.lock new file mode 100644 index 0000000..e69de29 diff --git a/pkg/mod/cache/vcs/08f2a2c0121a1d6007f46db2188f053f4d77bd54ec740a89154e04e33c230370/FETCH_HEAD b/pkg/mod/cache/vcs/08f2a2c0121a1d6007f46db2188f053f4d77bd54ec740a89154e04e33c230370/FETCH_HEAD new file mode 100644 index 0000000..8352af9 --- /dev/null +++ b/pkg/mod/cache/vcs/08f2a2c0121a1d6007f46db2188f053f4d77bd54ec740a89154e04e33c230370/FETCH_HEAD @@ -0,0 +1 @@ +92f3db26bd808eb240597601e8fb72a7da2dade8 tag 'v0.14.29' of https://amiba.fun/amiba/goms diff --git a/pkg/mod/cache/vcs/08f2a2c0121a1d6007f46db2188f053f4d77bd54ec740a89154e04e33c230370/HEAD b/pkg/mod/cache/vcs/08f2a2c0121a1d6007f46db2188f053f4d77bd54ec740a89154e04e33c230370/HEAD new file mode 100644 index 0000000..cb089cd --- /dev/null +++ b/pkg/mod/cache/vcs/08f2a2c0121a1d6007f46db2188f053f4d77bd54ec740a89154e04e33c230370/HEAD @@ -0,0 +1 @@ +ref: refs/heads/master diff --git a/pkg/mod/cache/vcs/08f2a2c0121a1d6007f46db2188f053f4d77bd54ec740a89154e04e33c230370/config b/pkg/mod/cache/vcs/08f2a2c0121a1d6007f46db2188f053f4d77bd54ec740a89154e04e33c230370/config new file mode 100644 index 0000000..e6b32b3 --- /dev/null +++ b/pkg/mod/cache/vcs/08f2a2c0121a1d6007f46db2188f053f4d77bd54ec740a89154e04e33c230370/config @@ -0,0 +1,9 @@ +[core] + repositoryformatversion = 0 + filemode = false + bare = true + symlinks = false + ignorecase = true +[remote "origin"] + url = https://amiba.fun/amiba/goms.git + fetch = +refs/heads/*:refs/remotes/origin/* diff --git a/pkg/mod/cache/vcs/08f2a2c0121a1d6007f46db2188f053f4d77bd54ec740a89154e04e33c230370/description b/pkg/mod/cache/vcs/08f2a2c0121a1d6007f46db2188f053f4d77bd54ec740a89154e04e33c230370/description new file mode 100644 index 0000000..498b267 --- /dev/null +++ b/pkg/mod/cache/vcs/08f2a2c0121a1d6007f46db2188f053f4d77bd54ec740a89154e04e33c230370/description @@ -0,0 +1 @@ +Unnamed repository; edit this file 'description' to name the repository. diff --git a/pkg/mod/cache/vcs/08f2a2c0121a1d6007f46db2188f053f4d77bd54ec740a89154e04e33c230370/hooks/applypatch-msg.sample b/pkg/mod/cache/vcs/08f2a2c0121a1d6007f46db2188f053f4d77bd54ec740a89154e04e33c230370/hooks/applypatch-msg.sample new file mode 100644 index 0000000..a5d7b84 --- /dev/null +++ b/pkg/mod/cache/vcs/08f2a2c0121a1d6007f46db2188f053f4d77bd54ec740a89154e04e33c230370/hooks/applypatch-msg.sample @@ -0,0 +1,15 @@ +#!/bin/sh +# +# An example hook script to check the commit log message taken by +# applypatch from an e-mail message. +# +# The hook should exit with non-zero status after issuing an +# appropriate message if it wants to stop the commit. The hook is +# allowed to edit the commit message file. +# +# To enable this hook, rename this file to "applypatch-msg". + +. git-sh-setup +commitmsg="$(git rev-parse --git-path hooks/commit-msg)" +test -x "$commitmsg" && exec "$commitmsg" ${1+"$@"} +: diff --git a/pkg/mod/cache/vcs/08f2a2c0121a1d6007f46db2188f053f4d77bd54ec740a89154e04e33c230370/hooks/commit-msg.sample b/pkg/mod/cache/vcs/08f2a2c0121a1d6007f46db2188f053f4d77bd54ec740a89154e04e33c230370/hooks/commit-msg.sample new file mode 100644 index 0000000..b58d118 --- /dev/null +++ b/pkg/mod/cache/vcs/08f2a2c0121a1d6007f46db2188f053f4d77bd54ec740a89154e04e33c230370/hooks/commit-msg.sample @@ -0,0 +1,24 @@ +#!/bin/sh +# +# An example hook script to check the commit log message. +# Called by "git commit" with one argument, the name of the file +# that has the commit message. The hook should exit with non-zero +# status after issuing an appropriate message if it wants to stop the +# commit. The hook is allowed to edit the commit message file. +# +# To enable this hook, rename this file to "commit-msg". + +# Uncomment the below to add a Signed-off-by line to the message. +# Doing this in a hook is a bad idea in general, but the prepare-commit-msg +# hook is more suited to it. +# +# SOB=$(git var GIT_AUTHOR_IDENT | sed -n 's/^\(.*>\).*$/Signed-off-by: \1/p') +# grep -qs "^$SOB" "$1" || echo "$SOB" >> "$1" + +# This example catches duplicate Signed-off-by lines. + +test "" = "$(grep '^Signed-off-by: ' "$1" | + sort | uniq -c | sed -e '/^[ ]*1[ ]/d')" || { + echo >&2 Duplicate Signed-off-by lines. + exit 1 +} diff --git a/pkg/mod/cache/vcs/08f2a2c0121a1d6007f46db2188f053f4d77bd54ec740a89154e04e33c230370/hooks/fsmonitor-watchman.sample b/pkg/mod/cache/vcs/08f2a2c0121a1d6007f46db2188f053f4d77bd54ec740a89154e04e33c230370/hooks/fsmonitor-watchman.sample new file mode 100644 index 0000000..e673bb3 --- /dev/null +++ b/pkg/mod/cache/vcs/08f2a2c0121a1d6007f46db2188f053f4d77bd54ec740a89154e04e33c230370/hooks/fsmonitor-watchman.sample @@ -0,0 +1,114 @@ +#!/usr/bin/perl + +use strict; +use warnings; +use IPC::Open2; + +# An example hook script to integrate Watchman +# (https://facebook.github.io/watchman/) with git to speed up detecting +# new and modified files. +# +# The hook is passed a version (currently 1) and a time in nanoseconds +# formatted as a string and outputs to stdout all files that have been +# modified since the given time. Paths must be relative to the root of +# the working tree and separated by a single NUL. +# +# To enable this hook, rename this file to "query-watchman" and set +# 'git config core.fsmonitor .git/hooks/query-watchman' +# +my ($version, $time) = @ARGV; + +# Check the hook interface version + +if ($version == 1) { + # convert nanoseconds to seconds + $time = int $time / 1000000000; +} else { + die "Unsupported query-fsmonitor hook version '$version'.\n" . + "Falling back to scanning...\n"; +} + +my $git_work_tree; +if ($^O =~ 'msys' || $^O =~ 'cygwin') { + $git_work_tree = Win32::GetCwd(); + $git_work_tree =~ tr/\\/\//; +} else { + require Cwd; + $git_work_tree = Cwd::cwd(); +} + +my $retry = 1; + +launch_watchman(); + +sub launch_watchman { + + my $pid = open2(\*CHLD_OUT, \*CHLD_IN, 'watchman -j --no-pretty') + or die "open2() failed: $!\n" . + "Falling back to scanning...\n"; + + # In the query expression below we're asking for names of files that + # changed since $time but were not transient (ie created after + # $time but no longer exist). + # + # To accomplish this, we're using the "since" generator to use the + # recency index to select candidate nodes and "fields" to limit the + # output to file names only. Then we're using the "expression" term to + # further constrain the results. + # + # The category of transient files that we want to ignore will have a + # creation clock (cclock) newer than $time_t value and will also not + # currently exist. + + my $query = <<" END"; + ["query", "$git_work_tree", { + "since": $time, + "fields": ["name"], + "expression": ["not", ["allof", ["since", $time, "cclock"], ["not", "exists"]]] + }] + END + + print CHLD_IN $query; + close CHLD_IN; + my $response = do {local $/; }; + + die "Watchman: command returned no output.\n" . + "Falling back to scanning...\n" if $response eq ""; + die "Watchman: command returned invalid output: $response\n" . + "Falling back to scanning...\n" unless $response =~ /^\{/; + + my $json_pkg; + eval { + require JSON::XS; + $json_pkg = "JSON::XS"; + 1; + } or do { + require JSON::PP; + $json_pkg = "JSON::PP"; + }; + + my $o = $json_pkg->new->utf8->decode($response); + + if ($retry > 0 and $o->{error} and $o->{error} =~ m/unable to resolve root .* directory (.*) is not watched/) { + print STDERR "Adding '$git_work_tree' to watchman's watch list.\n"; + $retry--; + qx/watchman watch "$git_work_tree"/; + die "Failed to make watchman watch '$git_work_tree'.\n" . + "Falling back to scanning...\n" if $? != 0; + + # Watchman will always return all files on the first query so + # return the fast "everything is dirty" flag to git and do the + # Watchman query just to get it over with now so we won't pay + # the cost in git to look up each individual file. + print "/\0"; + eval { launch_watchman() }; + exit 0; + } + + die "Watchman: $o->{error}.\n" . + "Falling back to scanning...\n" if $o->{error}; + + binmode STDOUT, ":utf8"; + local $, = "\0"; + print @{$o->{files}}; +} diff --git a/pkg/mod/cache/vcs/08f2a2c0121a1d6007f46db2188f053f4d77bd54ec740a89154e04e33c230370/hooks/post-update.sample b/pkg/mod/cache/vcs/08f2a2c0121a1d6007f46db2188f053f4d77bd54ec740a89154e04e33c230370/hooks/post-update.sample new file mode 100644 index 0000000..ec17ec1 --- /dev/null +++ b/pkg/mod/cache/vcs/08f2a2c0121a1d6007f46db2188f053f4d77bd54ec740a89154e04e33c230370/hooks/post-update.sample @@ -0,0 +1,8 @@ +#!/bin/sh +# +# An example hook script to prepare a packed repository for use over +# dumb transports. +# +# To enable this hook, rename this file to "post-update". + +exec git update-server-info diff --git a/pkg/mod/cache/vcs/08f2a2c0121a1d6007f46db2188f053f4d77bd54ec740a89154e04e33c230370/hooks/pre-applypatch.sample b/pkg/mod/cache/vcs/08f2a2c0121a1d6007f46db2188f053f4d77bd54ec740a89154e04e33c230370/hooks/pre-applypatch.sample new file mode 100644 index 0000000..4142082 --- /dev/null +++ b/pkg/mod/cache/vcs/08f2a2c0121a1d6007f46db2188f053f4d77bd54ec740a89154e04e33c230370/hooks/pre-applypatch.sample @@ -0,0 +1,14 @@ +#!/bin/sh +# +# An example hook script to verify what is about to be committed +# by applypatch from an e-mail message. +# +# The hook should exit with non-zero status after issuing an +# appropriate message if it wants to stop the commit. +# +# To enable this hook, rename this file to "pre-applypatch". + +. git-sh-setup +precommit="$(git rev-parse --git-path hooks/pre-commit)" +test -x "$precommit" && exec "$precommit" ${1+"$@"} +: diff --git a/pkg/mod/cache/vcs/08f2a2c0121a1d6007f46db2188f053f4d77bd54ec740a89154e04e33c230370/hooks/pre-commit.sample b/pkg/mod/cache/vcs/08f2a2c0121a1d6007f46db2188f053f4d77bd54ec740a89154e04e33c230370/hooks/pre-commit.sample new file mode 100644 index 0000000..6a75641 --- /dev/null +++ b/pkg/mod/cache/vcs/08f2a2c0121a1d6007f46db2188f053f4d77bd54ec740a89154e04e33c230370/hooks/pre-commit.sample @@ -0,0 +1,49 @@ +#!/bin/sh +# +# An example hook script to verify what is about to be committed. +# Called by "git commit" with no arguments. The hook should +# exit with non-zero status after issuing an appropriate message if +# it wants to stop the commit. +# +# To enable this hook, rename this file to "pre-commit". + +if git rev-parse --verify HEAD >/dev/null 2>&1 +then + against=HEAD +else + # Initial commit: diff against an empty tree object + against=$(git hash-object -t tree /dev/null) +fi + +# If you want to allow non-ASCII filenames set this variable to true. +allownonascii=$(git config --bool hooks.allownonascii) + +# Redirect output to stderr. +exec 1>&2 + +# Cross platform projects tend to avoid non-ASCII filenames; prevent +# them from being added to the repository. We exploit the fact that the +# printable range starts at the space character and ends with tilde. +if [ "$allownonascii" != "true" ] && + # Note that the use of brackets around a tr range is ok here, (it's + # even required, for portability to Solaris 10's /usr/bin/tr), since + # the square bracket bytes happen to fall in the designated range. + test $(git diff --cached --name-only --diff-filter=A -z $against | + LC_ALL=C tr -d '[ -~]\0' | wc -c) != 0 +then + cat <<\EOF +Error: Attempt to add a non-ASCII file name. + +This can cause problems if you want to work with people on other platforms. + +To be portable it is advisable to rename the file. + +If you know what you are doing you can disable this check using: + + git config hooks.allownonascii true +EOF + exit 1 +fi + +# If there are whitespace errors, print the offending file names and fail. +exec git diff-index --check --cached $against -- diff --git a/pkg/mod/cache/vcs/08f2a2c0121a1d6007f46db2188f053f4d77bd54ec740a89154e04e33c230370/hooks/pre-push.sample b/pkg/mod/cache/vcs/08f2a2c0121a1d6007f46db2188f053f4d77bd54ec740a89154e04e33c230370/hooks/pre-push.sample new file mode 100644 index 0000000..6187dbf --- /dev/null +++ b/pkg/mod/cache/vcs/08f2a2c0121a1d6007f46db2188f053f4d77bd54ec740a89154e04e33c230370/hooks/pre-push.sample @@ -0,0 +1,53 @@ +#!/bin/sh + +# An example hook script to verify what is about to be pushed. Called by "git +# push" after it has checked the remote status, but before anything has been +# pushed. If this script exits with a non-zero status nothing will be pushed. +# +# This hook is called with the following parameters: +# +# $1 -- Name of the remote to which the push is being done +# $2 -- URL to which the push is being done +# +# If pushing without using a named remote those arguments will be equal. +# +# Information about the commits which are being pushed is supplied as lines to +# the standard input in the form: +# +# +# +# This sample shows how to prevent push of commits where the log message starts +# with "WIP" (work in progress). + +remote="$1" +url="$2" + +z40=0000000000000000000000000000000000000000 + +while read local_ref local_sha remote_ref remote_sha +do + if [ "$local_sha" = $z40 ] + then + # Handle delete + : + else + if [ "$remote_sha" = $z40 ] + then + # New branch, examine all commits + range="$local_sha" + else + # Update to existing branch, examine new commits + range="$remote_sha..$local_sha" + fi + + # Check for WIP commit + commit=`git rev-list -n 1 --grep '^WIP' "$range"` + if [ -n "$commit" ] + then + echo >&2 "Found WIP commit in $local_ref, not pushing" + exit 1 + fi + fi +done + +exit 0 diff --git a/pkg/mod/cache/vcs/08f2a2c0121a1d6007f46db2188f053f4d77bd54ec740a89154e04e33c230370/hooks/pre-rebase.sample b/pkg/mod/cache/vcs/08f2a2c0121a1d6007f46db2188f053f4d77bd54ec740a89154e04e33c230370/hooks/pre-rebase.sample new file mode 100644 index 0000000..6cbef5c --- /dev/null +++ b/pkg/mod/cache/vcs/08f2a2c0121a1d6007f46db2188f053f4d77bd54ec740a89154e04e33c230370/hooks/pre-rebase.sample @@ -0,0 +1,169 @@ +#!/bin/sh +# +# Copyright (c) 2006, 2008 Junio C Hamano +# +# The "pre-rebase" hook is run just before "git rebase" starts doing +# its job, and can prevent the command from running by exiting with +# non-zero status. +# +# The hook is called with the following parameters: +# +# $1 -- the upstream the series was forked from. +# $2 -- the branch being rebased (or empty when rebasing the current branch). +# +# This sample shows how to prevent topic branches that are already +# merged to 'next' branch from getting rebased, because allowing it +# would result in rebasing already published history. + +publish=next +basebranch="$1" +if test "$#" = 2 +then + topic="refs/heads/$2" +else + topic=`git symbolic-ref HEAD` || + exit 0 ;# we do not interrupt rebasing detached HEAD +fi + +case "$topic" in +refs/heads/??/*) + ;; +*) + exit 0 ;# we do not interrupt others. + ;; +esac + +# Now we are dealing with a topic branch being rebased +# on top of master. Is it OK to rebase it? + +# Does the topic really exist? +git show-ref -q "$topic" || { + echo >&2 "No such branch $topic" + exit 1 +} + +# Is topic fully merged to master? +not_in_master=`git rev-list --pretty=oneline ^master "$topic"` +if test -z "$not_in_master" +then + echo >&2 "$topic is fully merged to master; better remove it." + exit 1 ;# we could allow it, but there is no point. +fi + +# Is topic ever merged to next? If so you should not be rebasing it. +only_next_1=`git rev-list ^master "^$topic" ${publish} | sort` +only_next_2=`git rev-list ^master ${publish} | sort` +if test "$only_next_1" = "$only_next_2" +then + not_in_topic=`git rev-list "^$topic" master` + if test -z "$not_in_topic" + then + echo >&2 "$topic is already up to date with master" + exit 1 ;# we could allow it, but there is no point. + else + exit 0 + fi +else + not_in_next=`git rev-list --pretty=oneline ^${publish} "$topic"` + /usr/bin/perl -e ' + my $topic = $ARGV[0]; + my $msg = "* $topic has commits already merged to public branch:\n"; + my (%not_in_next) = map { + /^([0-9a-f]+) /; + ($1 => 1); + } split(/\n/, $ARGV[1]); + for my $elem (map { + /^([0-9a-f]+) (.*)$/; + [$1 => $2]; + } split(/\n/, $ARGV[2])) { + if (!exists $not_in_next{$elem->[0]}) { + if ($msg) { + print STDERR $msg; + undef $msg; + } + print STDERR " $elem->[1]\n"; + } + } + ' "$topic" "$not_in_next" "$not_in_master" + exit 1 +fi + +<<\DOC_END + +This sample hook safeguards topic branches that have been +published from being rewound. + +The workflow assumed here is: + + * Once a topic branch forks from "master", "master" is never + merged into it again (either directly or indirectly). + + * Once a topic branch is fully cooked and merged into "master", + it is deleted. If you need to build on top of it to correct + earlier mistakes, a new topic branch is created by forking at + the tip of the "master". This is not strictly necessary, but + it makes it easier to keep your history simple. + + * Whenever you need to test or publish your changes to topic + branches, merge them into "next" branch. + +The script, being an example, hardcodes the publish branch name +to be "next", but it is trivial to make it configurable via +$GIT_DIR/config mechanism. + +With this workflow, you would want to know: + +(1) ... if a topic branch has ever been merged to "next". Young + topic branches can have stupid mistakes you would rather + clean up before publishing, and things that have not been + merged into other branches can be easily rebased without + affecting other people. But once it is published, you would + not want to rewind it. + +(2) ... if a topic branch has been fully merged to "master". + Then you can delete it. More importantly, you should not + build on top of it -- other people may already want to + change things related to the topic as patches against your + "master", so if you need further changes, it is better to + fork the topic (perhaps with the same name) afresh from the + tip of "master". + +Let's look at this example: + + o---o---o---o---o---o---o---o---o---o "next" + / / / / + / a---a---b A / / + / / / / + / / c---c---c---c B / + / / / \ / + / / / b---b C \ / + / / / / \ / + ---o---o---o---o---o---o---o---o---o---o---o "master" + + +A, B and C are topic branches. + + * A has one fix since it was merged up to "next". + + * B has finished. It has been fully merged up to "master" and "next", + and is ready to be deleted. + + * C has not merged to "next" at all. + +We would want to allow C to be rebased, refuse A, and encourage +B to be deleted. + +To compute (1): + + git rev-list ^master ^topic next + git rev-list ^master next + + if these match, topic has not merged in next at all. + +To compute (2): + + git rev-list master..topic + + if this is empty, it is fully merged to "master". + +DOC_END diff --git a/pkg/mod/cache/vcs/08f2a2c0121a1d6007f46db2188f053f4d77bd54ec740a89154e04e33c230370/hooks/pre-receive.sample b/pkg/mod/cache/vcs/08f2a2c0121a1d6007f46db2188f053f4d77bd54ec740a89154e04e33c230370/hooks/pre-receive.sample new file mode 100644 index 0000000..a1fd29e --- /dev/null +++ b/pkg/mod/cache/vcs/08f2a2c0121a1d6007f46db2188f053f4d77bd54ec740a89154e04e33c230370/hooks/pre-receive.sample @@ -0,0 +1,24 @@ +#!/bin/sh +# +# An example hook script to make use of push options. +# The example simply echoes all push options that start with 'echoback=' +# and rejects all pushes when the "reject" push option is used. +# +# To enable this hook, rename this file to "pre-receive". + +if test -n "$GIT_PUSH_OPTION_COUNT" +then + i=0 + while test "$i" -lt "$GIT_PUSH_OPTION_COUNT" + do + eval "value=\$GIT_PUSH_OPTION_$i" + case "$value" in + echoback=*) + echo "echo from the pre-receive-hook: ${value#*=}" >&2 + ;; + reject) + exit 1 + esac + i=$((i + 1)) + done +fi diff --git a/pkg/mod/cache/vcs/08f2a2c0121a1d6007f46db2188f053f4d77bd54ec740a89154e04e33c230370/hooks/prepare-commit-msg.sample b/pkg/mod/cache/vcs/08f2a2c0121a1d6007f46db2188f053f4d77bd54ec740a89154e04e33c230370/hooks/prepare-commit-msg.sample new file mode 100644 index 0000000..10fa14c --- /dev/null +++ b/pkg/mod/cache/vcs/08f2a2c0121a1d6007f46db2188f053f4d77bd54ec740a89154e04e33c230370/hooks/prepare-commit-msg.sample @@ -0,0 +1,42 @@ +#!/bin/sh +# +# An example hook script to prepare the commit log message. +# Called by "git commit" with the name of the file that has the +# commit message, followed by the description of the commit +# message's source. The hook's purpose is to edit the commit +# message file. If the hook fails with a non-zero status, +# the commit is aborted. +# +# To enable this hook, rename this file to "prepare-commit-msg". + +# This hook includes three examples. The first one removes the +# "# Please enter the commit message..." help message. +# +# The second includes the output of "git diff --name-status -r" +# into the message, just before the "git status" output. It is +# commented because it doesn't cope with --amend or with squashed +# commits. +# +# The third example adds a Signed-off-by line to the message, that can +# still be edited. This is rarely a good idea. + +COMMIT_MSG_FILE=$1 +COMMIT_SOURCE=$2 +SHA1=$3 + +/usr/bin/perl -i.bak -ne 'print unless(m/^. Please enter the commit message/..m/^#$/)' "$COMMIT_MSG_FILE" + +# case "$COMMIT_SOURCE,$SHA1" in +# ,|template,) +# /usr/bin/perl -i.bak -pe ' +# print "\n" . `git diff --cached --name-status -r` +# if /^#/ && $first++ == 0' "$COMMIT_MSG_FILE" ;; +# *) ;; +# esac + +# SOB=$(git var GIT_COMMITTER_IDENT | sed -n 's/^\(.*>\).*$/Signed-off-by: \1/p') +# git interpret-trailers --in-place --trailer "$SOB" "$COMMIT_MSG_FILE" +# if test -z "$COMMIT_SOURCE" +# then +# /usr/bin/perl -i.bak -pe 'print "\n" if !$first_line++' "$COMMIT_MSG_FILE" +# fi diff --git a/pkg/mod/cache/vcs/08f2a2c0121a1d6007f46db2188f053f4d77bd54ec740a89154e04e33c230370/hooks/update.sample b/pkg/mod/cache/vcs/08f2a2c0121a1d6007f46db2188f053f4d77bd54ec740a89154e04e33c230370/hooks/update.sample new file mode 100644 index 0000000..80ba941 --- /dev/null +++ b/pkg/mod/cache/vcs/08f2a2c0121a1d6007f46db2188f053f4d77bd54ec740a89154e04e33c230370/hooks/update.sample @@ -0,0 +1,128 @@ +#!/bin/sh +# +# An example hook script to block unannotated tags from entering. +# Called by "git receive-pack" with arguments: refname sha1-old sha1-new +# +# To enable this hook, rename this file to "update". +# +# Config +# ------ +# hooks.allowunannotated +# This boolean sets whether unannotated tags will be allowed into the +# repository. By default they won't be. +# hooks.allowdeletetag +# This boolean sets whether deleting tags will be allowed in the +# repository. By default they won't be. +# hooks.allowmodifytag +# This boolean sets whether a tag may be modified after creation. By default +# it won't be. +# hooks.allowdeletebranch +# This boolean sets whether deleting branches will be allowed in the +# repository. By default they won't be. +# hooks.denycreatebranch +# This boolean sets whether remotely creating branches will be denied +# in the repository. By default this is allowed. +# + +# --- Command line +refname="$1" +oldrev="$2" +newrev="$3" + +# --- Safety check +if [ -z "$GIT_DIR" ]; then + echo "Don't run this script from the command line." >&2 + echo " (if you want, you could supply GIT_DIR then run" >&2 + echo " $0 )" >&2 + exit 1 +fi + +if [ -z "$refname" -o -z "$oldrev" -o -z "$newrev" ]; then + echo "usage: $0 " >&2 + exit 1 +fi + +# --- Config +allowunannotated=$(git config --bool hooks.allowunannotated) +allowdeletebranch=$(git config --bool hooks.allowdeletebranch) +denycreatebranch=$(git config --bool hooks.denycreatebranch) +allowdeletetag=$(git config --bool hooks.allowdeletetag) +allowmodifytag=$(git config --bool hooks.allowmodifytag) + +# check for no description +projectdesc=$(sed -e '1q' "$GIT_DIR/description") +case "$projectdesc" in +"Unnamed repository"* | "") + echo "*** Project description file hasn't been set" >&2 + exit 1 + ;; +esac + +# --- Check types +# if $newrev is 0000...0000, it's a commit to delete a ref. +zero="0000000000000000000000000000000000000000" +if [ "$newrev" = "$zero" ]; then + newrev_type=delete +else + newrev_type=$(git cat-file -t $newrev) +fi + +case "$refname","$newrev_type" in + refs/tags/*,commit) + # un-annotated tag + short_refname=${refname##refs/tags/} + if [ "$allowunannotated" != "true" ]; then + echo "*** The un-annotated tag, $short_refname, is not allowed in this repository" >&2 + echo "*** Use 'git tag [ -a | -s ]' for tags you want to propagate." >&2 + exit 1 + fi + ;; + refs/tags/*,delete) + # delete tag + if [ "$allowdeletetag" != "true" ]; then + echo "*** Deleting a tag is not allowed in this repository" >&2 + exit 1 + fi + ;; + refs/tags/*,tag) + # annotated tag + if [ "$allowmodifytag" != "true" ] && git rev-parse $refname > /dev/null 2>&1 + then + echo "*** Tag '$refname' already exists." >&2 + echo "*** Modifying a tag is not allowed in this repository." >&2 + exit 1 + fi + ;; + refs/heads/*,commit) + # branch + if [ "$oldrev" = "$zero" -a "$denycreatebranch" = "true" ]; then + echo "*** Creating a branch is not allowed in this repository" >&2 + exit 1 + fi + ;; + refs/heads/*,delete) + # delete branch + if [ "$allowdeletebranch" != "true" ]; then + echo "*** Deleting a branch is not allowed in this repository" >&2 + exit 1 + fi + ;; + refs/remotes/*,commit) + # tracking branch + ;; + refs/remotes/*,delete) + # delete tracking branch + if [ "$allowdeletebranch" != "true" ]; then + echo "*** Deleting a tracking branch is not allowed in this repository" >&2 + exit 1 + fi + ;; + *) + # Anything else (is there anything else?) + echo "*** Update hook: unknown type of update to ref $refname of type $newrev_type" >&2 + exit 1 + ;; +esac + +# --- Finished +exit 0 diff --git a/pkg/mod/cache/vcs/08f2a2c0121a1d6007f46db2188f053f4d77bd54ec740a89154e04e33c230370/info/exclude b/pkg/mod/cache/vcs/08f2a2c0121a1d6007f46db2188f053f4d77bd54ec740a89154e04e33c230370/info/exclude new file mode 100644 index 0000000..a5196d1 --- /dev/null +++ b/pkg/mod/cache/vcs/08f2a2c0121a1d6007f46db2188f053f4d77bd54ec740a89154e04e33c230370/info/exclude @@ -0,0 +1,6 @@ +# git ls-files --others --exclude-from=.git/info/exclude +# Lines that start with '#' are comments. +# For a project mostly in C, the following would be a good set of +# exclude patterns (uncomment them if you want to use them): +# *.[oa] +# *~ diff --git a/pkg/mod/cache/vcs/08f2a2c0121a1d6007f46db2188f053f4d77bd54ec740a89154e04e33c230370/objects/pack/pack-95e44c260e221965baf72ceaa674db5dba8b4c10.idx b/pkg/mod/cache/vcs/08f2a2c0121a1d6007f46db2188f053f4d77bd54ec740a89154e04e33c230370/objects/pack/pack-95e44c260e221965baf72ceaa674db5dba8b4c10.idx new file mode 100644 index 0000000..0b722cb Binary files /dev/null and b/pkg/mod/cache/vcs/08f2a2c0121a1d6007f46db2188f053f4d77bd54ec740a89154e04e33c230370/objects/pack/pack-95e44c260e221965baf72ceaa674db5dba8b4c10.idx differ diff --git a/pkg/mod/cache/vcs/08f2a2c0121a1d6007f46db2188f053f4d77bd54ec740a89154e04e33c230370/objects/pack/pack-95e44c260e221965baf72ceaa674db5dba8b4c10.pack b/pkg/mod/cache/vcs/08f2a2c0121a1d6007f46db2188f053f4d77bd54ec740a89154e04e33c230370/objects/pack/pack-95e44c260e221965baf72ceaa674db5dba8b4c10.pack new file mode 100644 index 0000000..4a5b7a6 Binary files /dev/null and b/pkg/mod/cache/vcs/08f2a2c0121a1d6007f46db2188f053f4d77bd54ec740a89154e04e33c230370/objects/pack/pack-95e44c260e221965baf72ceaa674db5dba8b4c10.pack differ diff --git a/pkg/mod/cache/vcs/08f2a2c0121a1d6007f46db2188f053f4d77bd54ec740a89154e04e33c230370/refs/tags/v0.14.29 b/pkg/mod/cache/vcs/08f2a2c0121a1d6007f46db2188f053f4d77bd54ec740a89154e04e33c230370/refs/tags/v0.14.29 new file mode 100644 index 0000000..8a97412 --- /dev/null +++ b/pkg/mod/cache/vcs/08f2a2c0121a1d6007f46db2188f053f4d77bd54ec740a89154e04e33c230370/refs/tags/v0.14.29 @@ -0,0 +1 @@ +92f3db26bd808eb240597601e8fb72a7da2dade8 diff --git a/pkg/mod/cache/vcs/08f2a2c0121a1d6007f46db2188f053f4d77bd54ec740a89154e04e33c230370/shallow b/pkg/mod/cache/vcs/08f2a2c0121a1d6007f46db2188f053f4d77bd54ec740a89154e04e33c230370/shallow new file mode 100644 index 0000000..8a97412 --- /dev/null +++ b/pkg/mod/cache/vcs/08f2a2c0121a1d6007f46db2188f053f4d77bd54ec740a89154e04e33c230370/shallow @@ -0,0 +1 @@ +92f3db26bd808eb240597601e8fb72a7da2dade8 diff --git a/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe.info b/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe.info new file mode 100644 index 0000000..efa2109 --- /dev/null +++ b/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe.info @@ -0,0 +1 @@ +git3:https://amiba.fun/amiba/go-cache.git \ No newline at end of file diff --git a/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe.lock b/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe.lock new file mode 100644 index 0000000..e69de29 diff --git a/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/FETCH_HEAD b/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/FETCH_HEAD new file mode 100644 index 0000000..0724df0 --- /dev/null +++ b/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/FETCH_HEAD @@ -0,0 +1 @@ +27b2a518260da96d0ec18950ced189078dabae87 tag 'v0.2.1' of https://amiba.fun/amiba/go-cache diff --git a/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/HEAD b/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/HEAD new file mode 100644 index 0000000..cb089cd --- /dev/null +++ b/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/HEAD @@ -0,0 +1 @@ +ref: refs/heads/master diff --git a/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/config b/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/config new file mode 100644 index 0000000..0a5276d --- /dev/null +++ b/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/config @@ -0,0 +1,9 @@ +[core] + repositoryformatversion = 0 + filemode = false + bare = true + symlinks = false + ignorecase = true +[remote "origin"] + url = https://amiba.fun/amiba/go-cache.git + fetch = +refs/heads/*:refs/remotes/origin/* diff --git a/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/description b/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/description new file mode 100644 index 0000000..498b267 --- /dev/null +++ b/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/description @@ -0,0 +1 @@ +Unnamed repository; edit this file 'description' to name the repository. diff --git a/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/hooks/applypatch-msg.sample b/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/hooks/applypatch-msg.sample new file mode 100644 index 0000000..a5d7b84 --- /dev/null +++ b/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/hooks/applypatch-msg.sample @@ -0,0 +1,15 @@ +#!/bin/sh +# +# An example hook script to check the commit log message taken by +# applypatch from an e-mail message. +# +# The hook should exit with non-zero status after issuing an +# appropriate message if it wants to stop the commit. The hook is +# allowed to edit the commit message file. +# +# To enable this hook, rename this file to "applypatch-msg". + +. git-sh-setup +commitmsg="$(git rev-parse --git-path hooks/commit-msg)" +test -x "$commitmsg" && exec "$commitmsg" ${1+"$@"} +: diff --git a/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/hooks/commit-msg.sample b/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/hooks/commit-msg.sample new file mode 100644 index 0000000..b58d118 --- /dev/null +++ b/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/hooks/commit-msg.sample @@ -0,0 +1,24 @@ +#!/bin/sh +# +# An example hook script to check the commit log message. +# Called by "git commit" with one argument, the name of the file +# that has the commit message. The hook should exit with non-zero +# status after issuing an appropriate message if it wants to stop the +# commit. The hook is allowed to edit the commit message file. +# +# To enable this hook, rename this file to "commit-msg". + +# Uncomment the below to add a Signed-off-by line to the message. +# Doing this in a hook is a bad idea in general, but the prepare-commit-msg +# hook is more suited to it. +# +# SOB=$(git var GIT_AUTHOR_IDENT | sed -n 's/^\(.*>\).*$/Signed-off-by: \1/p') +# grep -qs "^$SOB" "$1" || echo "$SOB" >> "$1" + +# This example catches duplicate Signed-off-by lines. + +test "" = "$(grep '^Signed-off-by: ' "$1" | + sort | uniq -c | sed -e '/^[ ]*1[ ]/d')" || { + echo >&2 Duplicate Signed-off-by lines. + exit 1 +} diff --git a/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/hooks/fsmonitor-watchman.sample b/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/hooks/fsmonitor-watchman.sample new file mode 100644 index 0000000..e673bb3 --- /dev/null +++ b/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/hooks/fsmonitor-watchman.sample @@ -0,0 +1,114 @@ +#!/usr/bin/perl + +use strict; +use warnings; +use IPC::Open2; + +# An example hook script to integrate Watchman +# (https://facebook.github.io/watchman/) with git to speed up detecting +# new and modified files. +# +# The hook is passed a version (currently 1) and a time in nanoseconds +# formatted as a string and outputs to stdout all files that have been +# modified since the given time. Paths must be relative to the root of +# the working tree and separated by a single NUL. +# +# To enable this hook, rename this file to "query-watchman" and set +# 'git config core.fsmonitor .git/hooks/query-watchman' +# +my ($version, $time) = @ARGV; + +# Check the hook interface version + +if ($version == 1) { + # convert nanoseconds to seconds + $time = int $time / 1000000000; +} else { + die "Unsupported query-fsmonitor hook version '$version'.\n" . + "Falling back to scanning...\n"; +} + +my $git_work_tree; +if ($^O =~ 'msys' || $^O =~ 'cygwin') { + $git_work_tree = Win32::GetCwd(); + $git_work_tree =~ tr/\\/\//; +} else { + require Cwd; + $git_work_tree = Cwd::cwd(); +} + +my $retry = 1; + +launch_watchman(); + +sub launch_watchman { + + my $pid = open2(\*CHLD_OUT, \*CHLD_IN, 'watchman -j --no-pretty') + or die "open2() failed: $!\n" . + "Falling back to scanning...\n"; + + # In the query expression below we're asking for names of files that + # changed since $time but were not transient (ie created after + # $time but no longer exist). + # + # To accomplish this, we're using the "since" generator to use the + # recency index to select candidate nodes and "fields" to limit the + # output to file names only. Then we're using the "expression" term to + # further constrain the results. + # + # The category of transient files that we want to ignore will have a + # creation clock (cclock) newer than $time_t value and will also not + # currently exist. + + my $query = <<" END"; + ["query", "$git_work_tree", { + "since": $time, + "fields": ["name"], + "expression": ["not", ["allof", ["since", $time, "cclock"], ["not", "exists"]]] + }] + END + + print CHLD_IN $query; + close CHLD_IN; + my $response = do {local $/; }; + + die "Watchman: command returned no output.\n" . + "Falling back to scanning...\n" if $response eq ""; + die "Watchman: command returned invalid output: $response\n" . + "Falling back to scanning...\n" unless $response =~ /^\{/; + + my $json_pkg; + eval { + require JSON::XS; + $json_pkg = "JSON::XS"; + 1; + } or do { + require JSON::PP; + $json_pkg = "JSON::PP"; + }; + + my $o = $json_pkg->new->utf8->decode($response); + + if ($retry > 0 and $o->{error} and $o->{error} =~ m/unable to resolve root .* directory (.*) is not watched/) { + print STDERR "Adding '$git_work_tree' to watchman's watch list.\n"; + $retry--; + qx/watchman watch "$git_work_tree"/; + die "Failed to make watchman watch '$git_work_tree'.\n" . + "Falling back to scanning...\n" if $? != 0; + + # Watchman will always return all files on the first query so + # return the fast "everything is dirty" flag to git and do the + # Watchman query just to get it over with now so we won't pay + # the cost in git to look up each individual file. + print "/\0"; + eval { launch_watchman() }; + exit 0; + } + + die "Watchman: $o->{error}.\n" . + "Falling back to scanning...\n" if $o->{error}; + + binmode STDOUT, ":utf8"; + local $, = "\0"; + print @{$o->{files}}; +} diff --git a/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/hooks/post-update.sample b/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/hooks/post-update.sample new file mode 100644 index 0000000..ec17ec1 --- /dev/null +++ b/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/hooks/post-update.sample @@ -0,0 +1,8 @@ +#!/bin/sh +# +# An example hook script to prepare a packed repository for use over +# dumb transports. +# +# To enable this hook, rename this file to "post-update". + +exec git update-server-info diff --git a/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/hooks/pre-applypatch.sample b/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/hooks/pre-applypatch.sample new file mode 100644 index 0000000..4142082 --- /dev/null +++ b/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/hooks/pre-applypatch.sample @@ -0,0 +1,14 @@ +#!/bin/sh +# +# An example hook script to verify what is about to be committed +# by applypatch from an e-mail message. +# +# The hook should exit with non-zero status after issuing an +# appropriate message if it wants to stop the commit. +# +# To enable this hook, rename this file to "pre-applypatch". + +. git-sh-setup +precommit="$(git rev-parse --git-path hooks/pre-commit)" +test -x "$precommit" && exec "$precommit" ${1+"$@"} +: diff --git a/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/hooks/pre-commit.sample b/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/hooks/pre-commit.sample new file mode 100644 index 0000000..6a75641 --- /dev/null +++ b/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/hooks/pre-commit.sample @@ -0,0 +1,49 @@ +#!/bin/sh +# +# An example hook script to verify what is about to be committed. +# Called by "git commit" with no arguments. The hook should +# exit with non-zero status after issuing an appropriate message if +# it wants to stop the commit. +# +# To enable this hook, rename this file to "pre-commit". + +if git rev-parse --verify HEAD >/dev/null 2>&1 +then + against=HEAD +else + # Initial commit: diff against an empty tree object + against=$(git hash-object -t tree /dev/null) +fi + +# If you want to allow non-ASCII filenames set this variable to true. +allownonascii=$(git config --bool hooks.allownonascii) + +# Redirect output to stderr. +exec 1>&2 + +# Cross platform projects tend to avoid non-ASCII filenames; prevent +# them from being added to the repository. We exploit the fact that the +# printable range starts at the space character and ends with tilde. +if [ "$allownonascii" != "true" ] && + # Note that the use of brackets around a tr range is ok here, (it's + # even required, for portability to Solaris 10's /usr/bin/tr), since + # the square bracket bytes happen to fall in the designated range. + test $(git diff --cached --name-only --diff-filter=A -z $against | + LC_ALL=C tr -d '[ -~]\0' | wc -c) != 0 +then + cat <<\EOF +Error: Attempt to add a non-ASCII file name. + +This can cause problems if you want to work with people on other platforms. + +To be portable it is advisable to rename the file. + +If you know what you are doing you can disable this check using: + + git config hooks.allownonascii true +EOF + exit 1 +fi + +# If there are whitespace errors, print the offending file names and fail. +exec git diff-index --check --cached $against -- diff --git a/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/hooks/pre-push.sample b/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/hooks/pre-push.sample new file mode 100644 index 0000000..6187dbf --- /dev/null +++ b/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/hooks/pre-push.sample @@ -0,0 +1,53 @@ +#!/bin/sh + +# An example hook script to verify what is about to be pushed. Called by "git +# push" after it has checked the remote status, but before anything has been +# pushed. If this script exits with a non-zero status nothing will be pushed. +# +# This hook is called with the following parameters: +# +# $1 -- Name of the remote to which the push is being done +# $2 -- URL to which the push is being done +# +# If pushing without using a named remote those arguments will be equal. +# +# Information about the commits which are being pushed is supplied as lines to +# the standard input in the form: +# +# +# +# This sample shows how to prevent push of commits where the log message starts +# with "WIP" (work in progress). + +remote="$1" +url="$2" + +z40=0000000000000000000000000000000000000000 + +while read local_ref local_sha remote_ref remote_sha +do + if [ "$local_sha" = $z40 ] + then + # Handle delete + : + else + if [ "$remote_sha" = $z40 ] + then + # New branch, examine all commits + range="$local_sha" + else + # Update to existing branch, examine new commits + range="$remote_sha..$local_sha" + fi + + # Check for WIP commit + commit=`git rev-list -n 1 --grep '^WIP' "$range"` + if [ -n "$commit" ] + then + echo >&2 "Found WIP commit in $local_ref, not pushing" + exit 1 + fi + fi +done + +exit 0 diff --git a/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/hooks/pre-rebase.sample b/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/hooks/pre-rebase.sample new file mode 100644 index 0000000..6cbef5c --- /dev/null +++ b/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/hooks/pre-rebase.sample @@ -0,0 +1,169 @@ +#!/bin/sh +# +# Copyright (c) 2006, 2008 Junio C Hamano +# +# The "pre-rebase" hook is run just before "git rebase" starts doing +# its job, and can prevent the command from running by exiting with +# non-zero status. +# +# The hook is called with the following parameters: +# +# $1 -- the upstream the series was forked from. +# $2 -- the branch being rebased (or empty when rebasing the current branch). +# +# This sample shows how to prevent topic branches that are already +# merged to 'next' branch from getting rebased, because allowing it +# would result in rebasing already published history. + +publish=next +basebranch="$1" +if test "$#" = 2 +then + topic="refs/heads/$2" +else + topic=`git symbolic-ref HEAD` || + exit 0 ;# we do not interrupt rebasing detached HEAD +fi + +case "$topic" in +refs/heads/??/*) + ;; +*) + exit 0 ;# we do not interrupt others. + ;; +esac + +# Now we are dealing with a topic branch being rebased +# on top of master. Is it OK to rebase it? + +# Does the topic really exist? +git show-ref -q "$topic" || { + echo >&2 "No such branch $topic" + exit 1 +} + +# Is topic fully merged to master? +not_in_master=`git rev-list --pretty=oneline ^master "$topic"` +if test -z "$not_in_master" +then + echo >&2 "$topic is fully merged to master; better remove it." + exit 1 ;# we could allow it, but there is no point. +fi + +# Is topic ever merged to next? If so you should not be rebasing it. +only_next_1=`git rev-list ^master "^$topic" ${publish} | sort` +only_next_2=`git rev-list ^master ${publish} | sort` +if test "$only_next_1" = "$only_next_2" +then + not_in_topic=`git rev-list "^$topic" master` + if test -z "$not_in_topic" + then + echo >&2 "$topic is already up to date with master" + exit 1 ;# we could allow it, but there is no point. + else + exit 0 + fi +else + not_in_next=`git rev-list --pretty=oneline ^${publish} "$topic"` + /usr/bin/perl -e ' + my $topic = $ARGV[0]; + my $msg = "* $topic has commits already merged to public branch:\n"; + my (%not_in_next) = map { + /^([0-9a-f]+) /; + ($1 => 1); + } split(/\n/, $ARGV[1]); + for my $elem (map { + /^([0-9a-f]+) (.*)$/; + [$1 => $2]; + } split(/\n/, $ARGV[2])) { + if (!exists $not_in_next{$elem->[0]}) { + if ($msg) { + print STDERR $msg; + undef $msg; + } + print STDERR " $elem->[1]\n"; + } + } + ' "$topic" "$not_in_next" "$not_in_master" + exit 1 +fi + +<<\DOC_END + +This sample hook safeguards topic branches that have been +published from being rewound. + +The workflow assumed here is: + + * Once a topic branch forks from "master", "master" is never + merged into it again (either directly or indirectly). + + * Once a topic branch is fully cooked and merged into "master", + it is deleted. If you need to build on top of it to correct + earlier mistakes, a new topic branch is created by forking at + the tip of the "master". This is not strictly necessary, but + it makes it easier to keep your history simple. + + * Whenever you need to test or publish your changes to topic + branches, merge them into "next" branch. + +The script, being an example, hardcodes the publish branch name +to be "next", but it is trivial to make it configurable via +$GIT_DIR/config mechanism. + +With this workflow, you would want to know: + +(1) ... if a topic branch has ever been merged to "next". Young + topic branches can have stupid mistakes you would rather + clean up before publishing, and things that have not been + merged into other branches can be easily rebased without + affecting other people. But once it is published, you would + not want to rewind it. + +(2) ... if a topic branch has been fully merged to "master". + Then you can delete it. More importantly, you should not + build on top of it -- other people may already want to + change things related to the topic as patches against your + "master", so if you need further changes, it is better to + fork the topic (perhaps with the same name) afresh from the + tip of "master". + +Let's look at this example: + + o---o---o---o---o---o---o---o---o---o "next" + / / / / + / a---a---b A / / + / / / / + / / c---c---c---c B / + / / / \ / + / / / b---b C \ / + / / / / \ / + ---o---o---o---o---o---o---o---o---o---o---o "master" + + +A, B and C are topic branches. + + * A has one fix since it was merged up to "next". + + * B has finished. It has been fully merged up to "master" and "next", + and is ready to be deleted. + + * C has not merged to "next" at all. + +We would want to allow C to be rebased, refuse A, and encourage +B to be deleted. + +To compute (1): + + git rev-list ^master ^topic next + git rev-list ^master next + + if these match, topic has not merged in next at all. + +To compute (2): + + git rev-list master..topic + + if this is empty, it is fully merged to "master". + +DOC_END diff --git a/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/hooks/pre-receive.sample b/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/hooks/pre-receive.sample new file mode 100644 index 0000000..a1fd29e --- /dev/null +++ b/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/hooks/pre-receive.sample @@ -0,0 +1,24 @@ +#!/bin/sh +# +# An example hook script to make use of push options. +# The example simply echoes all push options that start with 'echoback=' +# and rejects all pushes when the "reject" push option is used. +# +# To enable this hook, rename this file to "pre-receive". + +if test -n "$GIT_PUSH_OPTION_COUNT" +then + i=0 + while test "$i" -lt "$GIT_PUSH_OPTION_COUNT" + do + eval "value=\$GIT_PUSH_OPTION_$i" + case "$value" in + echoback=*) + echo "echo from the pre-receive-hook: ${value#*=}" >&2 + ;; + reject) + exit 1 + esac + i=$((i + 1)) + done +fi diff --git a/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/hooks/prepare-commit-msg.sample b/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/hooks/prepare-commit-msg.sample new file mode 100644 index 0000000..10fa14c --- /dev/null +++ b/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/hooks/prepare-commit-msg.sample @@ -0,0 +1,42 @@ +#!/bin/sh +# +# An example hook script to prepare the commit log message. +# Called by "git commit" with the name of the file that has the +# commit message, followed by the description of the commit +# message's source. The hook's purpose is to edit the commit +# message file. If the hook fails with a non-zero status, +# the commit is aborted. +# +# To enable this hook, rename this file to "prepare-commit-msg". + +# This hook includes three examples. The first one removes the +# "# Please enter the commit message..." help message. +# +# The second includes the output of "git diff --name-status -r" +# into the message, just before the "git status" output. It is +# commented because it doesn't cope with --amend or with squashed +# commits. +# +# The third example adds a Signed-off-by line to the message, that can +# still be edited. This is rarely a good idea. + +COMMIT_MSG_FILE=$1 +COMMIT_SOURCE=$2 +SHA1=$3 + +/usr/bin/perl -i.bak -ne 'print unless(m/^. Please enter the commit message/..m/^#$/)' "$COMMIT_MSG_FILE" + +# case "$COMMIT_SOURCE,$SHA1" in +# ,|template,) +# /usr/bin/perl -i.bak -pe ' +# print "\n" . `git diff --cached --name-status -r` +# if /^#/ && $first++ == 0' "$COMMIT_MSG_FILE" ;; +# *) ;; +# esac + +# SOB=$(git var GIT_COMMITTER_IDENT | sed -n 's/^\(.*>\).*$/Signed-off-by: \1/p') +# git interpret-trailers --in-place --trailer "$SOB" "$COMMIT_MSG_FILE" +# if test -z "$COMMIT_SOURCE" +# then +# /usr/bin/perl -i.bak -pe 'print "\n" if !$first_line++' "$COMMIT_MSG_FILE" +# fi diff --git a/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/hooks/update.sample b/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/hooks/update.sample new file mode 100644 index 0000000..80ba941 --- /dev/null +++ b/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/hooks/update.sample @@ -0,0 +1,128 @@ +#!/bin/sh +# +# An example hook script to block unannotated tags from entering. +# Called by "git receive-pack" with arguments: refname sha1-old sha1-new +# +# To enable this hook, rename this file to "update". +# +# Config +# ------ +# hooks.allowunannotated +# This boolean sets whether unannotated tags will be allowed into the +# repository. By default they won't be. +# hooks.allowdeletetag +# This boolean sets whether deleting tags will be allowed in the +# repository. By default they won't be. +# hooks.allowmodifytag +# This boolean sets whether a tag may be modified after creation. By default +# it won't be. +# hooks.allowdeletebranch +# This boolean sets whether deleting branches will be allowed in the +# repository. By default they won't be. +# hooks.denycreatebranch +# This boolean sets whether remotely creating branches will be denied +# in the repository. By default this is allowed. +# + +# --- Command line +refname="$1" +oldrev="$2" +newrev="$3" + +# --- Safety check +if [ -z "$GIT_DIR" ]; then + echo "Don't run this script from the command line." >&2 + echo " (if you want, you could supply GIT_DIR then run" >&2 + echo " $0 )" >&2 + exit 1 +fi + +if [ -z "$refname" -o -z "$oldrev" -o -z "$newrev" ]; then + echo "usage: $0 " >&2 + exit 1 +fi + +# --- Config +allowunannotated=$(git config --bool hooks.allowunannotated) +allowdeletebranch=$(git config --bool hooks.allowdeletebranch) +denycreatebranch=$(git config --bool hooks.denycreatebranch) +allowdeletetag=$(git config --bool hooks.allowdeletetag) +allowmodifytag=$(git config --bool hooks.allowmodifytag) + +# check for no description +projectdesc=$(sed -e '1q' "$GIT_DIR/description") +case "$projectdesc" in +"Unnamed repository"* | "") + echo "*** Project description file hasn't been set" >&2 + exit 1 + ;; +esac + +# --- Check types +# if $newrev is 0000...0000, it's a commit to delete a ref. +zero="0000000000000000000000000000000000000000" +if [ "$newrev" = "$zero" ]; then + newrev_type=delete +else + newrev_type=$(git cat-file -t $newrev) +fi + +case "$refname","$newrev_type" in + refs/tags/*,commit) + # un-annotated tag + short_refname=${refname##refs/tags/} + if [ "$allowunannotated" != "true" ]; then + echo "*** The un-annotated tag, $short_refname, is not allowed in this repository" >&2 + echo "*** Use 'git tag [ -a | -s ]' for tags you want to propagate." >&2 + exit 1 + fi + ;; + refs/tags/*,delete) + # delete tag + if [ "$allowdeletetag" != "true" ]; then + echo "*** Deleting a tag is not allowed in this repository" >&2 + exit 1 + fi + ;; + refs/tags/*,tag) + # annotated tag + if [ "$allowmodifytag" != "true" ] && git rev-parse $refname > /dev/null 2>&1 + then + echo "*** Tag '$refname' already exists." >&2 + echo "*** Modifying a tag is not allowed in this repository." >&2 + exit 1 + fi + ;; + refs/heads/*,commit) + # branch + if [ "$oldrev" = "$zero" -a "$denycreatebranch" = "true" ]; then + echo "*** Creating a branch is not allowed in this repository" >&2 + exit 1 + fi + ;; + refs/heads/*,delete) + # delete branch + if [ "$allowdeletebranch" != "true" ]; then + echo "*** Deleting a branch is not allowed in this repository" >&2 + exit 1 + fi + ;; + refs/remotes/*,commit) + # tracking branch + ;; + refs/remotes/*,delete) + # delete tracking branch + if [ "$allowdeletebranch" != "true" ]; then + echo "*** Deleting a tracking branch is not allowed in this repository" >&2 + exit 1 + fi + ;; + *) + # Anything else (is there anything else?) + echo "*** Update hook: unknown type of update to ref $refname of type $newrev_type" >&2 + exit 1 + ;; +esac + +# --- Finished +exit 0 diff --git a/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/info/exclude b/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/info/exclude new file mode 100644 index 0000000..a5196d1 --- /dev/null +++ b/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/info/exclude @@ -0,0 +1,6 @@ +# git ls-files --others --exclude-from=.git/info/exclude +# Lines that start with '#' are comments. +# For a project mostly in C, the following would be a good set of +# exclude patterns (uncomment them if you want to use them): +# *.[oa] +# *~ diff --git a/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/objects/03/b01566ba326929aaf45356ea96dde12352b325 b/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/objects/03/b01566ba326929aaf45356ea96dde12352b325 new file mode 100644 index 0000000..64d413f Binary files /dev/null and b/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/objects/03/b01566ba326929aaf45356ea96dde12352b325 differ diff --git a/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/objects/03/bfa0fad39400b3e6593f132d8fd75b322ca289 b/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/objects/03/bfa0fad39400b3e6593f132d8fd75b322ca289 new file mode 100644 index 0000000..8745c68 Binary files /dev/null and b/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/objects/03/bfa0fad39400b3e6593f132d8fd75b322ca289 differ diff --git a/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/objects/06/d7897b4e3d5cb6f49044e738d6bc7320923e21 b/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/objects/06/d7897b4e3d5cb6f49044e738d6bc7320923e21 new file mode 100644 index 0000000..1d28e3a Binary files /dev/null and b/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/objects/06/d7897b4e3d5cb6f49044e738d6bc7320923e21 differ diff --git a/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/objects/09/f36d93201076f12a2bd9da1678fd898e58bfcb b/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/objects/09/f36d93201076f12a2bd9da1678fd898e58bfcb new file mode 100644 index 0000000..2552efd Binary files /dev/null and b/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/objects/09/f36d93201076f12a2bd9da1678fd898e58bfcb differ diff --git a/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/objects/0e/fb19d9b894b0ea52a4284bf5cbc2cb445a8ad6 b/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/objects/0e/fb19d9b894b0ea52a4284bf5cbc2cb445a8ad6 new file mode 100644 index 0000000..2295641 Binary files /dev/null and b/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/objects/0e/fb19d9b894b0ea52a4284bf5cbc2cb445a8ad6 differ diff --git a/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/objects/13/5be2951a3f20c59e844b538c8725d713281f0e b/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/objects/13/5be2951a3f20c59e844b538c8725d713281f0e new file mode 100644 index 0000000..86f720e Binary files /dev/null and b/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/objects/13/5be2951a3f20c59e844b538c8725d713281f0e differ diff --git a/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/objects/19/645661a4a7d4ba53bb483b04a3fa308719ac75 b/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/objects/19/645661a4a7d4ba53bb483b04a3fa308719ac75 new file mode 100644 index 0000000..348687a --- /dev/null +++ b/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/objects/19/645661a4a7d4ba53bb483b04a3fa308719ac75 @@ -0,0 +1,6 @@ +xeOo19SITCIUQAj=dתYnçٛKg3RzfNN|N>eYf !&xi8Fj9\GK VMG^4dR$=dHH $>Ӛ5+/xV=䛳5t-bIX]RD +C$/"- TKVh{ +m) ]9_t8=ƧUdr9+zmϡCFpu$h*Oχn%dD0ZoTuʧ]EiBea 19Ρ/^V"Z)k|LJHDLYC.񄋑STХG?4" + +5gL 8N7vW҅S +Nrvn2Acb1JJ{acgVURT^Ek%Jf#xrHF S n(pnP}g,2_`H!n} {5 5R'uV;^Ƙ_c55G) 0a1JXDB./'*D3u)rي.[:(Aaaxc$ŕ[NC? s \ No newline at end of file diff --git a/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/objects/1b/3060ebc2fdc5a6fe1e5cfa326f02a1c02b51e8 b/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/objects/1b/3060ebc2fdc5a6fe1e5cfa326f02a1c02b51e8 new file mode 100644 index 0000000..61183fd Binary files /dev/null and b/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/objects/1b/3060ebc2fdc5a6fe1e5cfa326f02a1c02b51e8 differ diff --git a/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/objects/22/f5b3981b79de4f68c11c6c87eb32c2b5e706f9 b/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/objects/22/f5b3981b79de4f68c11c6c87eb32c2b5e706f9 new file mode 100644 index 0000000..bd2e1d8 Binary files /dev/null and b/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/objects/22/f5b3981b79de4f68c11c6c87eb32c2b5e706f9 differ diff --git a/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/objects/27/14ceb81d579e5cef2c96e598497b3d2e8e9045 b/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/objects/27/14ceb81d579e5cef2c96e598497b3d2e8e9045 new file mode 100644 index 0000000..e123c6c Binary files /dev/null and b/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/objects/27/14ceb81d579e5cef2c96e598497b3d2e8e9045 differ diff --git a/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/objects/27/b2a518260da96d0ec18950ced189078dabae87 b/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/objects/27/b2a518260da96d0ec18950ced189078dabae87 new file mode 100644 index 0000000..c04e4b8 --- /dev/null +++ b/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/objects/27/b2a518260da96d0ec18950ced189078dabae87 @@ -0,0 +1,2 @@ +xm=NA R OFP:*΀<ON2,.AMC rc0tXOeO2 Zȫ2!YǬ^E&XII4b+O͘G&A9+gmIR QTID߽.KbI.WCLO;|wy|zϵ=鴤2ށޮhյmf +odq&b89=>8J$&\Rc +5|}_L|bvr}_ƔiIԥ,:@L{>UChcFeP"پ斴 +Ol3h5JGRwLbbou{28ÍmU \]BLHTK+GGh>?Ҭm?\+@3 S \ No newline at end of file diff --git a/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/objects/30/d56ee2b4773c86ba54952914dd0c14e14e6bff b/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/objects/30/d56ee2b4773c86ba54952914dd0c14e14e6bff new file mode 100644 index 0000000..c8e62da Binary files /dev/null and b/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/objects/30/d56ee2b4773c86ba54952914dd0c14e14e6bff differ diff --git a/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/objects/34/f6bd4dc7a1218620ebbdf6b2744f3135c01504 b/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/objects/34/f6bd4dc7a1218620ebbdf6b2744f3135c01504 new file mode 100644 index 0000000..1c3a05b --- /dev/null +++ b/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/objects/34/f6bd4dc7a1218620ebbdf6b2744f3135c01504 @@ -0,0 +1,3 @@ +xTmo0k+ MRCP*eBNvV؄9q^iBjȹ{.DWOvd% +Tr9wB9 ON Pd|\7)`%FJ252(wuW0W1-I2J)G 9\D̯N Zdebƥ&kDFV,#,#AllQ5<4AW6n7W4KKY + rr *Aa1  McD}tn=5wMgpM57M&Xa8΢ۣx}]5~a7oחJ;AeeXi!ߑ\pޕ2ujj`Ch^y6[4]S٨COS"wroՂ1tKȥE&!˱j@־QbyzzLumVÞ8//̪0Z@q|>WNxϭ]&'S=rV 9OĩPV:4 rK41]~X;[2|@^^nͨZT8a>>3vV \ No newline at end of file diff --git a/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/objects/3b/db33f9dbca869315c5bf536e748f1f72dea3bc b/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/objects/3b/db33f9dbca869315c5bf536e748f1f72dea3bc new file mode 100644 index 0000000..0a5cbf4 Binary files /dev/null and b/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/objects/3b/db33f9dbca869315c5bf536e748f1f72dea3bc differ diff --git a/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/objects/3d/ef0cbb2bad5c006e59e999b689d5c4d574436f b/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/objects/3d/ef0cbb2bad5c006e59e999b689d5c4d574436f new file mode 100644 index 0000000..8800eba --- /dev/null +++ b/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/objects/3d/ef0cbb2bad5c006e59e999b689d5c4d574436f @@ -0,0 +1 @@ +x D{+HŐݲJlUR(eK72TEJ;Xeu{C +ZEqSBLf]QK93ߜ3s5tޭ94dP:dLMF0,@5 MU]+-F}GWVjbsq5EM>Mpp+KIIJ}Bl/Ok^i漲עK.^V'{Wb;'UgkSv&D%N'(?+(qoD`O ΆKjȰ(ê'R UjqP\"(vFN$ڎR_֨֨e5jn/=[[:w[9.չJP +ʋ^;}45u~pmg6j Y\K̃hM&zd \ No newline at end of file diff --git a/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/objects/64/f46272aedc1408c709066d591f8274bd34b9a6 b/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/objects/64/f46272aedc1408c709066d591f8274bd34b9a6 new file mode 100644 index 0000000..7e5a7cb Binary files /dev/null and b/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/objects/64/f46272aedc1408c709066d591f8274bd34b9a6 differ diff --git a/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/objects/65/3e4abe9633a1ee990bb9ba7c4ec3a85b17322f b/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/objects/65/3e4abe9633a1ee990bb9ba7c4ec3a85b17322f new file mode 100644 index 0000000..d0443d0 Binary files /dev/null and b/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/objects/65/3e4abe9633a1ee990bb9ba7c4ec3a85b17322f differ diff --git a/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/objects/6c/1948c1da40edb9b50a402b70ce5d208976688a b/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/objects/6c/1948c1da40edb9b50a402b70ce5d208976688a new file mode 100644 index 0000000..39f6684 --- /dev/null +++ b/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/objects/6c/1948c1da40edb9b50a402b70ce5d208976688a @@ -0,0 +1 @@ +xmMK1&b)e aOE]M'%4Md6-Hwf.z OOwn@%xxXQ5;RBĴn̏D,V^dx~ljeCU k:1q^)z E#Vgp؋߅]՛+ѥbHy</%5psyWRb#W"sY+38ΰL y \ No newline at end of file diff --git a/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/objects/6c/8d99af7284c446d3506f2d64c4e01c062e03f7 b/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/objects/6c/8d99af7284c446d3506f2d64c4e01c062e03f7 new file mode 100644 index 0000000..aadb1ea Binary files /dev/null and b/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/objects/6c/8d99af7284c446d3506f2d64c4e01c062e03f7 differ diff --git a/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/objects/74/75002bbe052e09f554cbffbf40142525eab867 b/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/objects/74/75002bbe052e09f554cbffbf40142525eab867 new file mode 100644 index 0000000..4eb7148 Binary files /dev/null and b/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/objects/74/75002bbe052e09f554cbffbf40142525eab867 differ diff --git a/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/objects/76/a7badab13f668d4602a7fa6c7568780cd79230 b/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/objects/76/a7badab13f668d4602a7fa6c7568780cd79230 new file mode 100644 index 0000000..e4fa9ac Binary files /dev/null and b/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/objects/76/a7badab13f668d4602a7fa6c7568780cd79230 differ diff --git a/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/objects/79/bcd322a9ba000a535c4ac089802d267e6fe8e0 b/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/objects/79/bcd322a9ba000a535c4ac089802d267e6fe8e0 new file mode 100644 index 0000000..2cf1179 --- /dev/null +++ b/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/objects/79/bcd322a9ba000a535c4ac089802d267e6fe8e0 @@ -0,0 +1,2 @@ +xU1k0֯I%w):t.+DD$dSH4`zx{5gE!_9^),; +Imky_.[)BkB"yQ4<,DÔpa]-ԿJTV0K%7V=j*9`4>A4K9-a=6^*MKZ-}zZT~ \ No newline at end of file diff --git a/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/objects/7a/7e707fa5add7323ae3de97b6306ee49827f0a4 b/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/objects/7a/7e707fa5add7323ae3de97b6306ee49827f0a4 new file mode 100644 index 0000000..70b7836 Binary files /dev/null and b/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/objects/7a/7e707fa5add7323ae3de97b6306ee49827f0a4 differ diff --git a/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/objects/7a/b68388ac47228be5f03d1e7e3b816700e54ff9 b/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/objects/7a/b68388ac47228be5f03d1e7e3b816700e54ff9 new file mode 100644 index 0000000..e615569 Binary files /dev/null and b/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/objects/7a/b68388ac47228be5f03d1e7e3b816700e54ff9 differ diff --git a/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/objects/80/96a85c1bdd93a1817443fe5b1386b27809db18 b/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/objects/80/96a85c1bdd93a1817443fe5b1386b27809db18 new file mode 100644 index 0000000..f731631 Binary files /dev/null and b/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/objects/80/96a85c1bdd93a1817443fe5b1386b27809db18 differ diff --git a/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/objects/80/a600381d9b95990103f8460b30f01247fad00a b/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/objects/80/a600381d9b95990103f8460b30f01247fad00a new file mode 100644 index 0000000..638e569 --- /dev/null +++ b/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/objects/80/a600381d9b95990103f8460b30f01247fad00a @@ -0,0 +1,3 @@ +x=O0Y_qthM-lm`ŵ +wF߽^ ׷W'.^+6(0'f(;[z׾cmmfUs0j[_,h?x +-Z,0‘7*gPK0f>YR9-aN-DwKxB|NⷴK$,菧y$-{OKǟ[7?&3ńwsO!7^?p[53Sübv PȺWT it򖬻&qeS \ No newline at end of file diff --git a/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/objects/85/e58dd5f4f2a139910505303775ee6f21702244 b/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/objects/85/e58dd5f4f2a139910505303775ee6f21702244 new file mode 100644 index 0000000..385301c Binary files /dev/null and b/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/objects/85/e58dd5f4f2a139910505303775ee6f21702244 differ diff --git a/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/objects/89/6b6f654ccbd241120d8d82b315fe728e634b61 b/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/objects/89/6b6f654ccbd241120d8d82b315fe728e634b61 new file mode 100644 index 0000000..b8e379a Binary files /dev/null and b/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/objects/89/6b6f654ccbd241120d8d82b315fe728e634b61 differ diff --git a/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/objects/9a/3a8d8035f23bcdb2c927765820a23af295dd72 b/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/objects/9a/3a8d8035f23bcdb2c927765820a23af295dd72 new file mode 100644 index 0000000..c174651 Binary files /dev/null and b/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/objects/9a/3a8d8035f23bcdb2c927765820a23af295dd72 differ diff --git a/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/objects/a8/e0681a8824713c68aa6ebec2f7272b2183bbbc b/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/objects/a8/e0681a8824713c68aa6ebec2f7272b2183bbbc new file mode 100644 index 0000000..2569c84 Binary files /dev/null and b/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/objects/a8/e0681a8824713c68aa6ebec2f7272b2183bbbc differ diff --git a/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/objects/a9/c56f0762123d501e247a66eb30fe7607d3805d b/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/objects/a9/c56f0762123d501e247a66eb30fe7607d3805d new file mode 100644 index 0000000..78ff09d Binary files /dev/null and b/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/objects/a9/c56f0762123d501e247a66eb30fe7607d3805d differ diff --git a/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/objects/aa/68bed719f1cac32fb8af7a640a89d197807287 b/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/objects/aa/68bed719f1cac32fb8af7a640a89d197807287 new file mode 100644 index 0000000..a441882 Binary files /dev/null and b/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/objects/aa/68bed719f1cac32fb8af7a640a89d197807287 differ diff --git a/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/objects/ab/2c76f05e941ecccbb984dcbd4ac4980e3e4230 b/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/objects/ab/2c76f05e941ecccbb984dcbd4ac4980e3e4230 new file mode 100644 index 0000000..afab751 Binary files /dev/null and b/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/objects/ab/2c76f05e941ecccbb984dcbd4ac4980e3e4230 differ diff --git a/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/objects/ac/48113b63fc386e5df5283994025f7ce5621e13 b/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/objects/ac/48113b63fc386e5df5283994025f7ce5621e13 new file mode 100644 index 0000000..23e04ea Binary files /dev/null and b/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/objects/ac/48113b63fc386e5df5283994025f7ce5621e13 differ diff --git a/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/objects/ac/48c999128bea7e9972b6c35044b5643ae3cb66 b/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/objects/ac/48c999128bea7e9972b6c35044b5643ae3cb66 new file mode 100644 index 0000000..76b31d9 Binary files /dev/null and b/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/objects/ac/48c999128bea7e9972b6c35044b5643ae3cb66 differ diff --git a/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/objects/ad/3fc3c9ffb622a6736ad455491831bef7db6169 b/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/objects/ad/3fc3c9ffb622a6736ad455491831bef7db6169 new file mode 100644 index 0000000..cd0e49c Binary files /dev/null and b/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/objects/ad/3fc3c9ffb622a6736ad455491831bef7db6169 differ diff --git a/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/objects/b6/fabf3f242149a5d7cc473131324b83b7119bee b/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/objects/b6/fabf3f242149a5d7cc473131324b83b7119bee new file mode 100644 index 0000000..5238c36 Binary files /dev/null and b/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/objects/b6/fabf3f242149a5d7cc473131324b83b7119bee differ diff --git a/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/objects/bb/44673133ffb588c5f0db4b80d9739ce5ab3e6b b/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/objects/bb/44673133ffb588c5f0db4b80d9739ce5ab3e6b new file mode 100644 index 0000000..2b07c6b Binary files /dev/null and b/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/objects/bb/44673133ffb588c5f0db4b80d9739ce5ab3e6b differ diff --git a/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/objects/bf/0175dbfb3b61db609b4df7fae5f9593e89f197 b/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/objects/bf/0175dbfb3b61db609b4df7fae5f9593e89f197 new file mode 100644 index 0000000..f0b4ecd --- /dev/null +++ b/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/objects/bf/0175dbfb3b61db609b4df7fae5f9593e89f197 @@ -0,0 +1 @@ +xm q=jE8qU8`/mK <_(]ldg]ޖrT0h&N8š‰:vaiܱpfvuݥo؀mXjhv~ ? \ No newline at end of file diff --git a/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/objects/c4/5caadd0152b17095b67333026bd98000e94f86 b/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/objects/c4/5caadd0152b17095b67333026bd98000e94f86 new file mode 100644 index 0000000..94d5b16 Binary files /dev/null and b/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/objects/c4/5caadd0152b17095b67333026bd98000e94f86 differ diff --git a/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/objects/c9/868aac2b484cbdab23bb08b346ebf572c78c3c b/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/objects/c9/868aac2b484cbdab23bb08b346ebf572c78c3c new file mode 100644 index 0000000..e9812d6 Binary files /dev/null and b/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/objects/c9/868aac2b484cbdab23bb08b346ebf572c78c3c differ diff --git a/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/objects/cb/5d03969d66fe24ca04ce7437113301739bb9a5 b/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/objects/cb/5d03969d66fe24ca04ce7437113301739bb9a5 new file mode 100644 index 0000000..aa7e249 Binary files /dev/null and b/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/objects/cb/5d03969d66fe24ca04ce7437113301739bb9a5 differ diff --git a/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/objects/cc/ccc9a343a2665ceef71c4545a666e4a8536821 b/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/objects/cc/ccc9a343a2665ceef71c4545a666e4a8536821 new file mode 100644 index 0000000..2e80098 Binary files /dev/null and b/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/objects/cc/ccc9a343a2665ceef71c4545a666e4a8536821 differ diff --git a/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/objects/cd/0289b68400b08287da6b11f36d9b7c0ada9b25 b/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/objects/cd/0289b68400b08287da6b11f36d9b7c0ada9b25 new file mode 100644 index 0000000..3fa0a57 Binary files /dev/null and b/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/objects/cd/0289b68400b08287da6b11f36d9b7c0ada9b25 differ diff --git a/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/objects/cd/4c8d69cc3c7fe753bf5fbba8e551bb6d12c013 b/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/objects/cd/4c8d69cc3c7fe753bf5fbba8e551bb6d12c013 new file mode 100644 index 0000000..1271076 Binary files /dev/null and b/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/objects/cd/4c8d69cc3c7fe753bf5fbba8e551bb6d12c013 differ diff --git a/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/objects/d1/06ce0ee61537a33c0505cf8ec6f3076dee0e90 b/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/objects/d1/06ce0ee61537a33c0505cf8ec6f3076dee0e90 new file mode 100644 index 0000000..66fdb99 Binary files /dev/null and b/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/objects/d1/06ce0ee61537a33c0505cf8ec6f3076dee0e90 differ diff --git a/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/objects/d2/932814583cd4061b0603020b468b025a7fbfa3 b/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/objects/d2/932814583cd4061b0603020b468b025a7fbfa3 new file mode 100644 index 0000000..9fe509f Binary files /dev/null and b/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/objects/d2/932814583cd4061b0603020b468b025a7fbfa3 differ diff --git a/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/objects/d6/c4ee746a5b2041e2076bbdb0e370a87c98975e b/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/objects/d6/c4ee746a5b2041e2076bbdb0e370a87c98975e new file mode 100644 index 0000000..8fc8c03 Binary files /dev/null and b/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/objects/d6/c4ee746a5b2041e2076bbdb0e370a87c98975e differ diff --git a/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/objects/db/5033802a958bfbd1c0590daf1d58e9b7bb663e b/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/objects/db/5033802a958bfbd1c0590daf1d58e9b7bb663e new file mode 100644 index 0000000..41367f0 Binary files /dev/null and b/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/objects/db/5033802a958bfbd1c0590daf1d58e9b7bb663e differ diff --git a/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/objects/dc/c8af63937055890030ca0f601fcd3a7f396908 b/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/objects/dc/c8af63937055890030ca0f601fcd3a7f396908 new file mode 100644 index 0000000..a05af6c Binary files /dev/null and b/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/objects/dc/c8af63937055890030ca0f601fcd3a7f396908 differ diff --git a/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/objects/dd/e513be2d114baa9dcc88d5e79b137739349836 b/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/objects/dd/e513be2d114baa9dcc88d5e79b137739349836 new file mode 100644 index 0000000..23badbc Binary files /dev/null and b/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/objects/dd/e513be2d114baa9dcc88d5e79b137739349836 differ diff --git a/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/objects/df/f62c902d03dc9db86592fc82c228b45f969e84 b/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/objects/df/f62c902d03dc9db86592fc82c228b45f969e84 new file mode 100644 index 0000000..8a00043 --- /dev/null +++ b/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/objects/df/f62c902d03dc9db86592fc82c228b45f969e84 @@ -0,0 +1 @@ +xePJ0<؃.Ai`.tE$Cg&{nJ7 ha?b*~}88]qa)&w6^ݷ5C?i*7-<#B= g1s|q"lj9r"95 G֐/6N> JbnWH-狌M |'oUȻ!dLbfѡ2ڴEdGCҔ-7e%v` \ No newline at end of file diff --git a/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/objects/e4/38f260b4e093205133037adee3c65aedd4313e b/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/objects/e4/38f260b4e093205133037adee3c65aedd4313e new file mode 100644 index 0000000..e2eaa23 Binary files /dev/null and b/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/objects/e4/38f260b4e093205133037adee3c65aedd4313e differ diff --git a/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/objects/eb/fe903bcde38355679af2e899f681a6983950ea b/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/objects/eb/fe903bcde38355679af2e899f681a6983950ea new file mode 100644 index 0000000..cf7c8cb Binary files /dev/null and b/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/objects/eb/fe903bcde38355679af2e899f681a6983950ea differ diff --git a/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/objects/f6/afb78a1616e2b638eae8e34ff929fea4368f0c b/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/objects/f6/afb78a1616e2b638eae8e34ff929fea4368f0c new file mode 100644 index 0000000..d177a7b Binary files /dev/null and b/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/objects/f6/afb78a1616e2b638eae8e34ff929fea4368f0c differ diff --git a/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/objects/f8/5740037be73cfc9160d9dc66188088674f6e34 b/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/objects/f8/5740037be73cfc9160d9dc66188088674f6e34 new file mode 100644 index 0000000..2350dcc Binary files /dev/null and b/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/objects/f8/5740037be73cfc9160d9dc66188088674f6e34 differ diff --git a/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/objects/fa/3b4e004f264dfc59d1ac34cb82ad8e75b7a517 b/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/objects/fa/3b4e004f264dfc59d1ac34cb82ad8e75b7a517 new file mode 100644 index 0000000..1164a96 Binary files /dev/null and b/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/objects/fa/3b4e004f264dfc59d1ac34cb82ad8e75b7a517 differ diff --git a/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/objects/fb/3e6331023926ebdf7c91bd32b96553c96f641a b/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/objects/fb/3e6331023926ebdf7c91bd32b96553c96f641a new file mode 100644 index 0000000..59c43d6 Binary files /dev/null and b/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/objects/fb/3e6331023926ebdf7c91bd32b96553c96f641a differ diff --git a/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/objects/fd/14222eee719ff9019a3884227cf2428c8dec82 b/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/objects/fd/14222eee719ff9019a3884227cf2428c8dec82 new file mode 100644 index 0000000..49cf331 Binary files /dev/null and b/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/objects/fd/14222eee719ff9019a3884227cf2428c8dec82 differ diff --git a/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/objects/ff/0b0ea0345cbac3432aca009d974f5602b5ed3e b/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/objects/ff/0b0ea0345cbac3432aca009d974f5602b5ed3e new file mode 100644 index 0000000..0c98bea Binary files /dev/null and b/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/objects/ff/0b0ea0345cbac3432aca009d974f5602b5ed3e differ diff --git a/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/refs/tags/v0.2.1 b/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/refs/tags/v0.2.1 new file mode 100644 index 0000000..92c2171 --- /dev/null +++ b/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/refs/tags/v0.2.1 @@ -0,0 +1 @@ +27b2a518260da96d0ec18950ced189078dabae87 diff --git a/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/shallow b/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/shallow new file mode 100644 index 0000000..92c2171 --- /dev/null +++ b/pkg/mod/cache/vcs/2838ca7bcb310fed128af07e89179fb3d75287868aa927280bd76dc14036c8fe/shallow @@ -0,0 +1 @@ +27b2a518260da96d0ec18950ced189078dabae87 diff --git a/pkg/mod/cache/vcs/e5976e4685bd2474a33b3bc13ce9f3a49cba3d8b3c265725d19f87862722af52.info b/pkg/mod/cache/vcs/e5976e4685bd2474a33b3bc13ce9f3a49cba3d8b3c265725d19f87862722af52.info new file mode 100644 index 0000000..97daf69 --- /dev/null +++ b/pkg/mod/cache/vcs/e5976e4685bd2474a33b3bc13ce9f3a49cba3d8b3c265725d19f87862722af52.info @@ -0,0 +1 @@ +git3:https://amiba.fun/amiba/go-component.git \ No newline at end of file diff --git a/pkg/mod/cache/vcs/e5976e4685bd2474a33b3bc13ce9f3a49cba3d8b3c265725d19f87862722af52.lock b/pkg/mod/cache/vcs/e5976e4685bd2474a33b3bc13ce9f3a49cba3d8b3c265725d19f87862722af52.lock new file mode 100644 index 0000000..e69de29 diff --git a/pkg/mod/cache/vcs/e5976e4685bd2474a33b3bc13ce9f3a49cba3d8b3c265725d19f87862722af52/FETCH_HEAD b/pkg/mod/cache/vcs/e5976e4685bd2474a33b3bc13ce9f3a49cba3d8b3c265725d19f87862722af52/FETCH_HEAD new file mode 100644 index 0000000..e7fdf0e --- /dev/null +++ b/pkg/mod/cache/vcs/e5976e4685bd2474a33b3bc13ce9f3a49cba3d8b3c265725d19f87862722af52/FETCH_HEAD @@ -0,0 +1,3 @@ +8b2f0088ecc1de3dc5960a26f0e2fea017e55cc2 branch 'amibaio' of https://amiba.fun/amiba/go-component +1204895e62e2da6d0e3843a4db03cb3ee5900ee4 branch 'develop' of https://amiba.fun/amiba/go-component +503523cd62af7fa4d9f4fbe21a751a56d50b39e5 branch 'master' of https://amiba.fun/amiba/go-component diff --git a/pkg/mod/cache/vcs/e5976e4685bd2474a33b3bc13ce9f3a49cba3d8b3c265725d19f87862722af52/HEAD b/pkg/mod/cache/vcs/e5976e4685bd2474a33b3bc13ce9f3a49cba3d8b3c265725d19f87862722af52/HEAD new file mode 100644 index 0000000..cb089cd --- /dev/null +++ b/pkg/mod/cache/vcs/e5976e4685bd2474a33b3bc13ce9f3a49cba3d8b3c265725d19f87862722af52/HEAD @@ -0,0 +1 @@ +ref: refs/heads/master diff --git a/pkg/mod/cache/vcs/e5976e4685bd2474a33b3bc13ce9f3a49cba3d8b3c265725d19f87862722af52/config b/pkg/mod/cache/vcs/e5976e4685bd2474a33b3bc13ce9f3a49cba3d8b3c265725d19f87862722af52/config new file mode 100644 index 0000000..5b95af9 --- /dev/null +++ b/pkg/mod/cache/vcs/e5976e4685bd2474a33b3bc13ce9f3a49cba3d8b3c265725d19f87862722af52/config @@ -0,0 +1,9 @@ +[core] + repositoryformatversion = 0 + filemode = false + bare = true + symlinks = false + ignorecase = true +[remote "origin"] + url = https://amiba.fun/amiba/go-component.git + fetch = +refs/heads/*:refs/remotes/origin/* diff --git a/pkg/mod/cache/vcs/e5976e4685bd2474a33b3bc13ce9f3a49cba3d8b3c265725d19f87862722af52/description b/pkg/mod/cache/vcs/e5976e4685bd2474a33b3bc13ce9f3a49cba3d8b3c265725d19f87862722af52/description new file mode 100644 index 0000000..498b267 --- /dev/null +++ b/pkg/mod/cache/vcs/e5976e4685bd2474a33b3bc13ce9f3a49cba3d8b3c265725d19f87862722af52/description @@ -0,0 +1 @@ +Unnamed repository; edit this file 'description' to name the repository. diff --git a/pkg/mod/cache/vcs/e5976e4685bd2474a33b3bc13ce9f3a49cba3d8b3c265725d19f87862722af52/hooks/applypatch-msg.sample b/pkg/mod/cache/vcs/e5976e4685bd2474a33b3bc13ce9f3a49cba3d8b3c265725d19f87862722af52/hooks/applypatch-msg.sample new file mode 100644 index 0000000..a5d7b84 --- /dev/null +++ b/pkg/mod/cache/vcs/e5976e4685bd2474a33b3bc13ce9f3a49cba3d8b3c265725d19f87862722af52/hooks/applypatch-msg.sample @@ -0,0 +1,15 @@ +#!/bin/sh +# +# An example hook script to check the commit log message taken by +# applypatch from an e-mail message. +# +# The hook should exit with non-zero status after issuing an +# appropriate message if it wants to stop the commit. The hook is +# allowed to edit the commit message file. +# +# To enable this hook, rename this file to "applypatch-msg". + +. git-sh-setup +commitmsg="$(git rev-parse --git-path hooks/commit-msg)" +test -x "$commitmsg" && exec "$commitmsg" ${1+"$@"} +: diff --git a/pkg/mod/cache/vcs/e5976e4685bd2474a33b3bc13ce9f3a49cba3d8b3c265725d19f87862722af52/hooks/commit-msg.sample b/pkg/mod/cache/vcs/e5976e4685bd2474a33b3bc13ce9f3a49cba3d8b3c265725d19f87862722af52/hooks/commit-msg.sample new file mode 100644 index 0000000..b58d118 --- /dev/null +++ b/pkg/mod/cache/vcs/e5976e4685bd2474a33b3bc13ce9f3a49cba3d8b3c265725d19f87862722af52/hooks/commit-msg.sample @@ -0,0 +1,24 @@ +#!/bin/sh +# +# An example hook script to check the commit log message. +# Called by "git commit" with one argument, the name of the file +# that has the commit message. The hook should exit with non-zero +# status after issuing an appropriate message if it wants to stop the +# commit. The hook is allowed to edit the commit message file. +# +# To enable this hook, rename this file to "commit-msg". + +# Uncomment the below to add a Signed-off-by line to the message. +# Doing this in a hook is a bad idea in general, but the prepare-commit-msg +# hook is more suited to it. +# +# SOB=$(git var GIT_AUTHOR_IDENT | sed -n 's/^\(.*>\).*$/Signed-off-by: \1/p') +# grep -qs "^$SOB" "$1" || echo "$SOB" >> "$1" + +# This example catches duplicate Signed-off-by lines. + +test "" = "$(grep '^Signed-off-by: ' "$1" | + sort | uniq -c | sed -e '/^[ ]*1[ ]/d')" || { + echo >&2 Duplicate Signed-off-by lines. + exit 1 +} diff --git a/pkg/mod/cache/vcs/e5976e4685bd2474a33b3bc13ce9f3a49cba3d8b3c265725d19f87862722af52/hooks/fsmonitor-watchman.sample b/pkg/mod/cache/vcs/e5976e4685bd2474a33b3bc13ce9f3a49cba3d8b3c265725d19f87862722af52/hooks/fsmonitor-watchman.sample new file mode 100644 index 0000000..e673bb3 --- /dev/null +++ b/pkg/mod/cache/vcs/e5976e4685bd2474a33b3bc13ce9f3a49cba3d8b3c265725d19f87862722af52/hooks/fsmonitor-watchman.sample @@ -0,0 +1,114 @@ +#!/usr/bin/perl + +use strict; +use warnings; +use IPC::Open2; + +# An example hook script to integrate Watchman +# (https://facebook.github.io/watchman/) with git to speed up detecting +# new and modified files. +# +# The hook is passed a version (currently 1) and a time in nanoseconds +# formatted as a string and outputs to stdout all files that have been +# modified since the given time. Paths must be relative to the root of +# the working tree and separated by a single NUL. +# +# To enable this hook, rename this file to "query-watchman" and set +# 'git config core.fsmonitor .git/hooks/query-watchman' +# +my ($version, $time) = @ARGV; + +# Check the hook interface version + +if ($version == 1) { + # convert nanoseconds to seconds + $time = int $time / 1000000000; +} else { + die "Unsupported query-fsmonitor hook version '$version'.\n" . + "Falling back to scanning...\n"; +} + +my $git_work_tree; +if ($^O =~ 'msys' || $^O =~ 'cygwin') { + $git_work_tree = Win32::GetCwd(); + $git_work_tree =~ tr/\\/\//; +} else { + require Cwd; + $git_work_tree = Cwd::cwd(); +} + +my $retry = 1; + +launch_watchman(); + +sub launch_watchman { + + my $pid = open2(\*CHLD_OUT, \*CHLD_IN, 'watchman -j --no-pretty') + or die "open2() failed: $!\n" . + "Falling back to scanning...\n"; + + # In the query expression below we're asking for names of files that + # changed since $time but were not transient (ie created after + # $time but no longer exist). + # + # To accomplish this, we're using the "since" generator to use the + # recency index to select candidate nodes and "fields" to limit the + # output to file names only. Then we're using the "expression" term to + # further constrain the results. + # + # The category of transient files that we want to ignore will have a + # creation clock (cclock) newer than $time_t value and will also not + # currently exist. + + my $query = <<" END"; + ["query", "$git_work_tree", { + "since": $time, + "fields": ["name"], + "expression": ["not", ["allof", ["since", $time, "cclock"], ["not", "exists"]]] + }] + END + + print CHLD_IN $query; + close CHLD_IN; + my $response = do {local $/; }; + + die "Watchman: command returned no output.\n" . + "Falling back to scanning...\n" if $response eq ""; + die "Watchman: command returned invalid output: $response\n" . + "Falling back to scanning...\n" unless $response =~ /^\{/; + + my $json_pkg; + eval { + require JSON::XS; + $json_pkg = "JSON::XS"; + 1; + } or do { + require JSON::PP; + $json_pkg = "JSON::PP"; + }; + + my $o = $json_pkg->new->utf8->decode($response); + + if ($retry > 0 and $o->{error} and $o->{error} =~ m/unable to resolve root .* directory (.*) is not watched/) { + print STDERR "Adding '$git_work_tree' to watchman's watch list.\n"; + $retry--; + qx/watchman watch "$git_work_tree"/; + die "Failed to make watchman watch '$git_work_tree'.\n" . + "Falling back to scanning...\n" if $? != 0; + + # Watchman will always return all files on the first query so + # return the fast "everything is dirty" flag to git and do the + # Watchman query just to get it over with now so we won't pay + # the cost in git to look up each individual file. + print "/\0"; + eval { launch_watchman() }; + exit 0; + } + + die "Watchman: $o->{error}.\n" . + "Falling back to scanning...\n" if $o->{error}; + + binmode STDOUT, ":utf8"; + local $, = "\0"; + print @{$o->{files}}; +} diff --git a/pkg/mod/cache/vcs/e5976e4685bd2474a33b3bc13ce9f3a49cba3d8b3c265725d19f87862722af52/hooks/post-update.sample b/pkg/mod/cache/vcs/e5976e4685bd2474a33b3bc13ce9f3a49cba3d8b3c265725d19f87862722af52/hooks/post-update.sample new file mode 100644 index 0000000..ec17ec1 --- /dev/null +++ b/pkg/mod/cache/vcs/e5976e4685bd2474a33b3bc13ce9f3a49cba3d8b3c265725d19f87862722af52/hooks/post-update.sample @@ -0,0 +1,8 @@ +#!/bin/sh +# +# An example hook script to prepare a packed repository for use over +# dumb transports. +# +# To enable this hook, rename this file to "post-update". + +exec git update-server-info diff --git a/pkg/mod/cache/vcs/e5976e4685bd2474a33b3bc13ce9f3a49cba3d8b3c265725d19f87862722af52/hooks/pre-applypatch.sample b/pkg/mod/cache/vcs/e5976e4685bd2474a33b3bc13ce9f3a49cba3d8b3c265725d19f87862722af52/hooks/pre-applypatch.sample new file mode 100644 index 0000000..4142082 --- /dev/null +++ b/pkg/mod/cache/vcs/e5976e4685bd2474a33b3bc13ce9f3a49cba3d8b3c265725d19f87862722af52/hooks/pre-applypatch.sample @@ -0,0 +1,14 @@ +#!/bin/sh +# +# An example hook script to verify what is about to be committed +# by applypatch from an e-mail message. +# +# The hook should exit with non-zero status after issuing an +# appropriate message if it wants to stop the commit. +# +# To enable this hook, rename this file to "pre-applypatch". + +. git-sh-setup +precommit="$(git rev-parse --git-path hooks/pre-commit)" +test -x "$precommit" && exec "$precommit" ${1+"$@"} +: diff --git a/pkg/mod/cache/vcs/e5976e4685bd2474a33b3bc13ce9f3a49cba3d8b3c265725d19f87862722af52/hooks/pre-commit.sample b/pkg/mod/cache/vcs/e5976e4685bd2474a33b3bc13ce9f3a49cba3d8b3c265725d19f87862722af52/hooks/pre-commit.sample new file mode 100644 index 0000000..6a75641 --- /dev/null +++ b/pkg/mod/cache/vcs/e5976e4685bd2474a33b3bc13ce9f3a49cba3d8b3c265725d19f87862722af52/hooks/pre-commit.sample @@ -0,0 +1,49 @@ +#!/bin/sh +# +# An example hook script to verify what is about to be committed. +# Called by "git commit" with no arguments. The hook should +# exit with non-zero status after issuing an appropriate message if +# it wants to stop the commit. +# +# To enable this hook, rename this file to "pre-commit". + +if git rev-parse --verify HEAD >/dev/null 2>&1 +then + against=HEAD +else + # Initial commit: diff against an empty tree object + against=$(git hash-object -t tree /dev/null) +fi + +# If you want to allow non-ASCII filenames set this variable to true. +allownonascii=$(git config --bool hooks.allownonascii) + +# Redirect output to stderr. +exec 1>&2 + +# Cross platform projects tend to avoid non-ASCII filenames; prevent +# them from being added to the repository. We exploit the fact that the +# printable range starts at the space character and ends with tilde. +if [ "$allownonascii" != "true" ] && + # Note that the use of brackets around a tr range is ok here, (it's + # even required, for portability to Solaris 10's /usr/bin/tr), since + # the square bracket bytes happen to fall in the designated range. + test $(git diff --cached --name-only --diff-filter=A -z $against | + LC_ALL=C tr -d '[ -~]\0' | wc -c) != 0 +then + cat <<\EOF +Error: Attempt to add a non-ASCII file name. + +This can cause problems if you want to work with people on other platforms. + +To be portable it is advisable to rename the file. + +If you know what you are doing you can disable this check using: + + git config hooks.allownonascii true +EOF + exit 1 +fi + +# If there are whitespace errors, print the offending file names and fail. +exec git diff-index --check --cached $against -- diff --git a/pkg/mod/cache/vcs/e5976e4685bd2474a33b3bc13ce9f3a49cba3d8b3c265725d19f87862722af52/hooks/pre-push.sample b/pkg/mod/cache/vcs/e5976e4685bd2474a33b3bc13ce9f3a49cba3d8b3c265725d19f87862722af52/hooks/pre-push.sample new file mode 100644 index 0000000..6187dbf --- /dev/null +++ b/pkg/mod/cache/vcs/e5976e4685bd2474a33b3bc13ce9f3a49cba3d8b3c265725d19f87862722af52/hooks/pre-push.sample @@ -0,0 +1,53 @@ +#!/bin/sh + +# An example hook script to verify what is about to be pushed. Called by "git +# push" after it has checked the remote status, but before anything has been +# pushed. If this script exits with a non-zero status nothing will be pushed. +# +# This hook is called with the following parameters: +# +# $1 -- Name of the remote to which the push is being done +# $2 -- URL to which the push is being done +# +# If pushing without using a named remote those arguments will be equal. +# +# Information about the commits which are being pushed is supplied as lines to +# the standard input in the form: +# +# +# +# This sample shows how to prevent push of commits where the log message starts +# with "WIP" (work in progress). + +remote="$1" +url="$2" + +z40=0000000000000000000000000000000000000000 + +while read local_ref local_sha remote_ref remote_sha +do + if [ "$local_sha" = $z40 ] + then + # Handle delete + : + else + if [ "$remote_sha" = $z40 ] + then + # New branch, examine all commits + range="$local_sha" + else + # Update to existing branch, examine new commits + range="$remote_sha..$local_sha" + fi + + # Check for WIP commit + commit=`git rev-list -n 1 --grep '^WIP' "$range"` + if [ -n "$commit" ] + then + echo >&2 "Found WIP commit in $local_ref, not pushing" + exit 1 + fi + fi +done + +exit 0 diff --git a/pkg/mod/cache/vcs/e5976e4685bd2474a33b3bc13ce9f3a49cba3d8b3c265725d19f87862722af52/hooks/pre-rebase.sample b/pkg/mod/cache/vcs/e5976e4685bd2474a33b3bc13ce9f3a49cba3d8b3c265725d19f87862722af52/hooks/pre-rebase.sample new file mode 100644 index 0000000..6cbef5c --- /dev/null +++ b/pkg/mod/cache/vcs/e5976e4685bd2474a33b3bc13ce9f3a49cba3d8b3c265725d19f87862722af52/hooks/pre-rebase.sample @@ -0,0 +1,169 @@ +#!/bin/sh +# +# Copyright (c) 2006, 2008 Junio C Hamano +# +# The "pre-rebase" hook is run just before "git rebase" starts doing +# its job, and can prevent the command from running by exiting with +# non-zero status. +# +# The hook is called with the following parameters: +# +# $1 -- the upstream the series was forked from. +# $2 -- the branch being rebased (or empty when rebasing the current branch). +# +# This sample shows how to prevent topic branches that are already +# merged to 'next' branch from getting rebased, because allowing it +# would result in rebasing already published history. + +publish=next +basebranch="$1" +if test "$#" = 2 +then + topic="refs/heads/$2" +else + topic=`git symbolic-ref HEAD` || + exit 0 ;# we do not interrupt rebasing detached HEAD +fi + +case "$topic" in +refs/heads/??/*) + ;; +*) + exit 0 ;# we do not interrupt others. + ;; +esac + +# Now we are dealing with a topic branch being rebased +# on top of master. Is it OK to rebase it? + +# Does the topic really exist? +git show-ref -q "$topic" || { + echo >&2 "No such branch $topic" + exit 1 +} + +# Is topic fully merged to master? +not_in_master=`git rev-list --pretty=oneline ^master "$topic"` +if test -z "$not_in_master" +then + echo >&2 "$topic is fully merged to master; better remove it." + exit 1 ;# we could allow it, but there is no point. +fi + +# Is topic ever merged to next? If so you should not be rebasing it. +only_next_1=`git rev-list ^master "^$topic" ${publish} | sort` +only_next_2=`git rev-list ^master ${publish} | sort` +if test "$only_next_1" = "$only_next_2" +then + not_in_topic=`git rev-list "^$topic" master` + if test -z "$not_in_topic" + then + echo >&2 "$topic is already up to date with master" + exit 1 ;# we could allow it, but there is no point. + else + exit 0 + fi +else + not_in_next=`git rev-list --pretty=oneline ^${publish} "$topic"` + /usr/bin/perl -e ' + my $topic = $ARGV[0]; + my $msg = "* $topic has commits already merged to public branch:\n"; + my (%not_in_next) = map { + /^([0-9a-f]+) /; + ($1 => 1); + } split(/\n/, $ARGV[1]); + for my $elem (map { + /^([0-9a-f]+) (.*)$/; + [$1 => $2]; + } split(/\n/, $ARGV[2])) { + if (!exists $not_in_next{$elem->[0]}) { + if ($msg) { + print STDERR $msg; + undef $msg; + } + print STDERR " $elem->[1]\n"; + } + } + ' "$topic" "$not_in_next" "$not_in_master" + exit 1 +fi + +<<\DOC_END + +This sample hook safeguards topic branches that have been +published from being rewound. + +The workflow assumed here is: + + * Once a topic branch forks from "master", "master" is never + merged into it again (either directly or indirectly). + + * Once a topic branch is fully cooked and merged into "master", + it is deleted. If you need to build on top of it to correct + earlier mistakes, a new topic branch is created by forking at + the tip of the "master". This is not strictly necessary, but + it makes it easier to keep your history simple. + + * Whenever you need to test or publish your changes to topic + branches, merge them into "next" branch. + +The script, being an example, hardcodes the publish branch name +to be "next", but it is trivial to make it configurable via +$GIT_DIR/config mechanism. + +With this workflow, you would want to know: + +(1) ... if a topic branch has ever been merged to "next". Young + topic branches can have stupid mistakes you would rather + clean up before publishing, and things that have not been + merged into other branches can be easily rebased without + affecting other people. But once it is published, you would + not want to rewind it. + +(2) ... if a topic branch has been fully merged to "master". + Then you can delete it. More importantly, you should not + build on top of it -- other people may already want to + change things related to the topic as patches against your + "master", so if you need further changes, it is better to + fork the topic (perhaps with the same name) afresh from the + tip of "master". + +Let's look at this example: + + o---o---o---o---o---o---o---o---o---o "next" + / / / / + / a---a---b A / / + / / / / + / / c---c---c---c B / + / / / \ / + / / / b---b C \ / + / / / / \ / + ---o---o---o---o---o---o---o---o---o---o---o "master" + + +A, B and C are topic branches. + + * A has one fix since it was merged up to "next". + + * B has finished. It has been fully merged up to "master" and "next", + and is ready to be deleted. + + * C has not merged to "next" at all. + +We would want to allow C to be rebased, refuse A, and encourage +B to be deleted. + +To compute (1): + + git rev-list ^master ^topic next + git rev-list ^master next + + if these match, topic has not merged in next at all. + +To compute (2): + + git rev-list master..topic + + if this is empty, it is fully merged to "master". + +DOC_END diff --git a/pkg/mod/cache/vcs/e5976e4685bd2474a33b3bc13ce9f3a49cba3d8b3c265725d19f87862722af52/hooks/pre-receive.sample b/pkg/mod/cache/vcs/e5976e4685bd2474a33b3bc13ce9f3a49cba3d8b3c265725d19f87862722af52/hooks/pre-receive.sample new file mode 100644 index 0000000..a1fd29e --- /dev/null +++ b/pkg/mod/cache/vcs/e5976e4685bd2474a33b3bc13ce9f3a49cba3d8b3c265725d19f87862722af52/hooks/pre-receive.sample @@ -0,0 +1,24 @@ +#!/bin/sh +# +# An example hook script to make use of push options. +# The example simply echoes all push options that start with 'echoback=' +# and rejects all pushes when the "reject" push option is used. +# +# To enable this hook, rename this file to "pre-receive". + +if test -n "$GIT_PUSH_OPTION_COUNT" +then + i=0 + while test "$i" -lt "$GIT_PUSH_OPTION_COUNT" + do + eval "value=\$GIT_PUSH_OPTION_$i" + case "$value" in + echoback=*) + echo "echo from the pre-receive-hook: ${value#*=}" >&2 + ;; + reject) + exit 1 + esac + i=$((i + 1)) + done +fi diff --git a/pkg/mod/cache/vcs/e5976e4685bd2474a33b3bc13ce9f3a49cba3d8b3c265725d19f87862722af52/hooks/prepare-commit-msg.sample b/pkg/mod/cache/vcs/e5976e4685bd2474a33b3bc13ce9f3a49cba3d8b3c265725d19f87862722af52/hooks/prepare-commit-msg.sample new file mode 100644 index 0000000..10fa14c --- /dev/null +++ b/pkg/mod/cache/vcs/e5976e4685bd2474a33b3bc13ce9f3a49cba3d8b3c265725d19f87862722af52/hooks/prepare-commit-msg.sample @@ -0,0 +1,42 @@ +#!/bin/sh +# +# An example hook script to prepare the commit log message. +# Called by "git commit" with the name of the file that has the +# commit message, followed by the description of the commit +# message's source. The hook's purpose is to edit the commit +# message file. If the hook fails with a non-zero status, +# the commit is aborted. +# +# To enable this hook, rename this file to "prepare-commit-msg". + +# This hook includes three examples. The first one removes the +# "# Please enter the commit message..." help message. +# +# The second includes the output of "git diff --name-status -r" +# into the message, just before the "git status" output. It is +# commented because it doesn't cope with --amend or with squashed +# commits. +# +# The third example adds a Signed-off-by line to the message, that can +# still be edited. This is rarely a good idea. + +COMMIT_MSG_FILE=$1 +COMMIT_SOURCE=$2 +SHA1=$3 + +/usr/bin/perl -i.bak -ne 'print unless(m/^. Please enter the commit message/..m/^#$/)' "$COMMIT_MSG_FILE" + +# case "$COMMIT_SOURCE,$SHA1" in +# ,|template,) +# /usr/bin/perl -i.bak -pe ' +# print "\n" . `git diff --cached --name-status -r` +# if /^#/ && $first++ == 0' "$COMMIT_MSG_FILE" ;; +# *) ;; +# esac + +# SOB=$(git var GIT_COMMITTER_IDENT | sed -n 's/^\(.*>\).*$/Signed-off-by: \1/p') +# git interpret-trailers --in-place --trailer "$SOB" "$COMMIT_MSG_FILE" +# if test -z "$COMMIT_SOURCE" +# then +# /usr/bin/perl -i.bak -pe 'print "\n" if !$first_line++' "$COMMIT_MSG_FILE" +# fi diff --git a/pkg/mod/cache/vcs/e5976e4685bd2474a33b3bc13ce9f3a49cba3d8b3c265725d19f87862722af52/hooks/update.sample b/pkg/mod/cache/vcs/e5976e4685bd2474a33b3bc13ce9f3a49cba3d8b3c265725d19f87862722af52/hooks/update.sample new file mode 100644 index 0000000..80ba941 --- /dev/null +++ b/pkg/mod/cache/vcs/e5976e4685bd2474a33b3bc13ce9f3a49cba3d8b3c265725d19f87862722af52/hooks/update.sample @@ -0,0 +1,128 @@ +#!/bin/sh +# +# An example hook script to block unannotated tags from entering. +# Called by "git receive-pack" with arguments: refname sha1-old sha1-new +# +# To enable this hook, rename this file to "update". +# +# Config +# ------ +# hooks.allowunannotated +# This boolean sets whether unannotated tags will be allowed into the +# repository. By default they won't be. +# hooks.allowdeletetag +# This boolean sets whether deleting tags will be allowed in the +# repository. By default they won't be. +# hooks.allowmodifytag +# This boolean sets whether a tag may be modified after creation. By default +# it won't be. +# hooks.allowdeletebranch +# This boolean sets whether deleting branches will be allowed in the +# repository. By default they won't be. +# hooks.denycreatebranch +# This boolean sets whether remotely creating branches will be denied +# in the repository. By default this is allowed. +# + +# --- Command line +refname="$1" +oldrev="$2" +newrev="$3" + +# --- Safety check +if [ -z "$GIT_DIR" ]; then + echo "Don't run this script from the command line." >&2 + echo " (if you want, you could supply GIT_DIR then run" >&2 + echo " $0 )" >&2 + exit 1 +fi + +if [ -z "$refname" -o -z "$oldrev" -o -z "$newrev" ]; then + echo "usage: $0 " >&2 + exit 1 +fi + +# --- Config +allowunannotated=$(git config --bool hooks.allowunannotated) +allowdeletebranch=$(git config --bool hooks.allowdeletebranch) +denycreatebranch=$(git config --bool hooks.denycreatebranch) +allowdeletetag=$(git config --bool hooks.allowdeletetag) +allowmodifytag=$(git config --bool hooks.allowmodifytag) + +# check for no description +projectdesc=$(sed -e '1q' "$GIT_DIR/description") +case "$projectdesc" in +"Unnamed repository"* | "") + echo "*** Project description file hasn't been set" >&2 + exit 1 + ;; +esac + +# --- Check types +# if $newrev is 0000...0000, it's a commit to delete a ref. +zero="0000000000000000000000000000000000000000" +if [ "$newrev" = "$zero" ]; then + newrev_type=delete +else + newrev_type=$(git cat-file -t $newrev) +fi + +case "$refname","$newrev_type" in + refs/tags/*,commit) + # un-annotated tag + short_refname=${refname##refs/tags/} + if [ "$allowunannotated" != "true" ]; then + echo "*** The un-annotated tag, $short_refname, is not allowed in this repository" >&2 + echo "*** Use 'git tag [ -a | -s ]' for tags you want to propagate." >&2 + exit 1 + fi + ;; + refs/tags/*,delete) + # delete tag + if [ "$allowdeletetag" != "true" ]; then + echo "*** Deleting a tag is not allowed in this repository" >&2 + exit 1 + fi + ;; + refs/tags/*,tag) + # annotated tag + if [ "$allowmodifytag" != "true" ] && git rev-parse $refname > /dev/null 2>&1 + then + echo "*** Tag '$refname' already exists." >&2 + echo "*** Modifying a tag is not allowed in this repository." >&2 + exit 1 + fi + ;; + refs/heads/*,commit) + # branch + if [ "$oldrev" = "$zero" -a "$denycreatebranch" = "true" ]; then + echo "*** Creating a branch is not allowed in this repository" >&2 + exit 1 + fi + ;; + refs/heads/*,delete) + # delete branch + if [ "$allowdeletebranch" != "true" ]; then + echo "*** Deleting a branch is not allowed in this repository" >&2 + exit 1 + fi + ;; + refs/remotes/*,commit) + # tracking branch + ;; + refs/remotes/*,delete) + # delete tracking branch + if [ "$allowdeletebranch" != "true" ]; then + echo "*** Deleting a tracking branch is not allowed in this repository" >&2 + exit 1 + fi + ;; + *) + # Anything else (is there anything else?) + echo "*** Update hook: unknown type of update to ref $refname of type $newrev_type" >&2 + exit 1 + ;; +esac + +# --- Finished +exit 0 diff --git a/pkg/mod/cache/vcs/e5976e4685bd2474a33b3bc13ce9f3a49cba3d8b3c265725d19f87862722af52/info/exclude b/pkg/mod/cache/vcs/e5976e4685bd2474a33b3bc13ce9f3a49cba3d8b3c265725d19f87862722af52/info/exclude new file mode 100644 index 0000000..a5196d1 --- /dev/null +++ b/pkg/mod/cache/vcs/e5976e4685bd2474a33b3bc13ce9f3a49cba3d8b3c265725d19f87862722af52/info/exclude @@ -0,0 +1,6 @@ +# git ls-files --others --exclude-from=.git/info/exclude +# Lines that start with '#' are comments. +# For a project mostly in C, the following would be a good set of +# exclude patterns (uncomment them if you want to use them): +# *.[oa] +# *~ diff --git a/pkg/mod/cache/vcs/e5976e4685bd2474a33b3bc13ce9f3a49cba3d8b3c265725d19f87862722af52/objects/pack/pack-01ceba995b06d57345c9575ca8e36970c29171e1.idx b/pkg/mod/cache/vcs/e5976e4685bd2474a33b3bc13ce9f3a49cba3d8b3c265725d19f87862722af52/objects/pack/pack-01ceba995b06d57345c9575ca8e36970c29171e1.idx new file mode 100644 index 0000000..99f4243 Binary files /dev/null and b/pkg/mod/cache/vcs/e5976e4685bd2474a33b3bc13ce9f3a49cba3d8b3c265725d19f87862722af52/objects/pack/pack-01ceba995b06d57345c9575ca8e36970c29171e1.idx differ diff --git a/pkg/mod/cache/vcs/e5976e4685bd2474a33b3bc13ce9f3a49cba3d8b3c265725d19f87862722af52/objects/pack/pack-01ceba995b06d57345c9575ca8e36970c29171e1.pack b/pkg/mod/cache/vcs/e5976e4685bd2474a33b3bc13ce9f3a49cba3d8b3c265725d19f87862722af52/objects/pack/pack-01ceba995b06d57345c9575ca8e36970c29171e1.pack new file mode 100644 index 0000000..7e29797 Binary files /dev/null and b/pkg/mod/cache/vcs/e5976e4685bd2474a33b3bc13ce9f3a49cba3d8b3c265725d19f87862722af52/objects/pack/pack-01ceba995b06d57345c9575ca8e36970c29171e1.pack differ diff --git a/pkg/mod/cache/vcs/e5976e4685bd2474a33b3bc13ce9f3a49cba3d8b3c265725d19f87862722af52/refs/heads/amibaio b/pkg/mod/cache/vcs/e5976e4685bd2474a33b3bc13ce9f3a49cba3d8b3c265725d19f87862722af52/refs/heads/amibaio new file mode 100644 index 0000000..82a4b25 --- /dev/null +++ b/pkg/mod/cache/vcs/e5976e4685bd2474a33b3bc13ce9f3a49cba3d8b3c265725d19f87862722af52/refs/heads/amibaio @@ -0,0 +1 @@ +8b2f0088ecc1de3dc5960a26f0e2fea017e55cc2 diff --git a/pkg/mod/cache/vcs/e5976e4685bd2474a33b3bc13ce9f3a49cba3d8b3c265725d19f87862722af52/refs/heads/develop b/pkg/mod/cache/vcs/e5976e4685bd2474a33b3bc13ce9f3a49cba3d8b3c265725d19f87862722af52/refs/heads/develop new file mode 100644 index 0000000..7d89dce --- /dev/null +++ b/pkg/mod/cache/vcs/e5976e4685bd2474a33b3bc13ce9f3a49cba3d8b3c265725d19f87862722af52/refs/heads/develop @@ -0,0 +1 @@ +1204895e62e2da6d0e3843a4db03cb3ee5900ee4 diff --git a/pkg/mod/cache/vcs/e5976e4685bd2474a33b3bc13ce9f3a49cba3d8b3c265725d19f87862722af52/refs/heads/master b/pkg/mod/cache/vcs/e5976e4685bd2474a33b3bc13ce9f3a49cba3d8b3c265725d19f87862722af52/refs/heads/master new file mode 100644 index 0000000..fb5d008 --- /dev/null +++ b/pkg/mod/cache/vcs/e5976e4685bd2474a33b3bc13ce9f3a49cba3d8b3c265725d19f87862722af52/refs/heads/master @@ -0,0 +1 @@ +503523cd62af7fa4d9f4fbe21a751a56d50b39e5 diff --git a/pkg/mod/cache/vcs/e5976e4685bd2474a33b3bc13ce9f3a49cba3d8b3c265725d19f87862722af52/refs/remotes/origin/amibaio b/pkg/mod/cache/vcs/e5976e4685bd2474a33b3bc13ce9f3a49cba3d8b3c265725d19f87862722af52/refs/remotes/origin/amibaio new file mode 100644 index 0000000..82a4b25 --- /dev/null +++ b/pkg/mod/cache/vcs/e5976e4685bd2474a33b3bc13ce9f3a49cba3d8b3c265725d19f87862722af52/refs/remotes/origin/amibaio @@ -0,0 +1 @@ +8b2f0088ecc1de3dc5960a26f0e2fea017e55cc2 diff --git a/pkg/mod/cache/vcs/e5976e4685bd2474a33b3bc13ce9f3a49cba3d8b3c265725d19f87862722af52/refs/remotes/origin/develop b/pkg/mod/cache/vcs/e5976e4685bd2474a33b3bc13ce9f3a49cba3d8b3c265725d19f87862722af52/refs/remotes/origin/develop new file mode 100644 index 0000000..7d89dce --- /dev/null +++ b/pkg/mod/cache/vcs/e5976e4685bd2474a33b3bc13ce9f3a49cba3d8b3c265725d19f87862722af52/refs/remotes/origin/develop @@ -0,0 +1 @@ +1204895e62e2da6d0e3843a4db03cb3ee5900ee4 diff --git a/pkg/mod/cache/vcs/e5976e4685bd2474a33b3bc13ce9f3a49cba3d8b3c265725d19f87862722af52/refs/remotes/origin/master b/pkg/mod/cache/vcs/e5976e4685bd2474a33b3bc13ce9f3a49cba3d8b3c265725d19f87862722af52/refs/remotes/origin/master new file mode 100644 index 0000000..fb5d008 --- /dev/null +++ b/pkg/mod/cache/vcs/e5976e4685bd2474a33b3bc13ce9f3a49cba3d8b3c265725d19f87862722af52/refs/remotes/origin/master @@ -0,0 +1 @@ +503523cd62af7fa4d9f4fbe21a751a56d50b39e5 diff --git a/xorm/custom.go b/xorm/custom.go new file mode 100644 index 0000000..26b16cc --- /dev/null +++ b/xorm/custom.go @@ -0,0 +1,23 @@ +package main + +import ( + "github.com/go-xorm/core" + "strings" +) + +var Custom custom + +type custom struct{} + +//将数据表字段变成go model的字段名 +func (*custom) Table2Obj(name string) string { + //调用包内的某个方法,改不了 + name = core.SnakeMapper{}.Table2Obj(name) + return strings.Replace(name, "Id", "ID", -1) +} + +//将数据表字段变成ID的字段名 +func (*custom) IdToID(name string) string { + //调用包内的某个方法,改不了 + return strings.Replace(name, "Id", "ID", -1) +} diff --git a/xorm/go.go b/xorm/go.go index 5d28d66..a10681b 100644 --- a/xorm/go.go +++ b/xorm/go.go @@ -19,7 +19,7 @@ import ( var ( supportComment bool GoLangTmpl LangTmpl = LangTmpl{ - template.FuncMap{"Mapper": mapper.Table2Obj, + template.FuncMap{"Mapper": Custom.Table2Obj, //老代码 mapper.Table2Obj, "Type": typestring, "Tag": tag, "UnTitle": unTitle, @@ -193,15 +193,22 @@ func genGoImports(tables []*core.Table) map[string]string { func typestring(col *core.Column) string { st := col.SQLType t := core.SQLType2Type(st) + //如果是大长度的整形ID,需要将映射的go类型改为uint64 s := t.String() if s == "[]uint8" { return "[]byte" } + if IsNewID(col) { + return "uint64" + } return s } +func IsNewID(col *core.Column) bool { + return strings.Contains(col.Name, "id") && col.SQLType.Name == "BIGINT" && col.SQLType.DefaultLength == 20 +} func tag(table *core.Table, col *core.Column) string { - isNameId := (mapper.Table2Obj(col.Name) == "Id") + isNameId := mapper.Table2Obj(col.Name) == "ID" isIdPk := isNameId && typestring(col) == "int64" var res []string @@ -301,11 +308,25 @@ func tag(table *core.Table, col *core.Column) string { if include(ignoreColumnsJSON, col.Name) { tags = append(tags, "json:\"-\"") } else { - tags = append(tags, "json:\""+col.Name+"\"") + //json field default Initial letter lowercase and hump + name := firstLowerCase(camelString(col.Name)) + name = Custom.IdToID(name) + isNewID := IsNewID(col) + //如果是大长度的整形ID,json字段类型就要变成字符串,防止整形js处理被截断 + if isNewID { + tags = append(tags, "json:\""+name+",string\"") + } else { + tags = append(tags, "json:\""+name+"\"") + } + } } if len(res) > 0 { - tags = append(tags, "xorm:\""+strings.Join(res, " ")+"\"") + if isGenColName { + tags = append(tags, "xorm:\""+strings.Join(res, " ")+" '"+col.Name+"'\"") + } else { + tags = append(tags, "xorm:\""+strings.Join(res, " ")+"\"") + } } if len(tags) > 0 { return "`" + strings.Join(tags, " ") + "`" @@ -322,3 +343,36 @@ func include(source []string, target string) bool { } return false } + +func firstLowerCase(s string) string { + arr := []byte(s) + if arr[0] >= 65 && arr[0] <= 90 { + arr[0] = arr[0] + 32 + } + return string(arr) +} + +//蛇形转驼峰 +func camelString(s string) string { + data := make([]byte, 0, len(s)) + j := false + k := false + num := len(s) - 1 + for i := 0; i <= num; i++ { + d := s[i] + if k == false && d >= 'A' && d <= 'Z' { + k = true + } + if d >= 'a' && d <= 'z' && (j || k == false) { + d = d - 32 //大写 + j = false + k = true + } + if k && d == '_' && num > i && s[i+1] >= 'a' && s[i+1] <= 'z' { + j = true + continue //结果不要包含`_` + } + data = append(data, d) + } + return string(data[:]) +} diff --git a/xorm/go.mod b/xorm/go.mod index 1d3a172..babd9b7 100644 --- a/xorm/go.mod +++ b/xorm/go.mod @@ -21,3 +21,5 @@ require ( golang.org/x/crypto v0.0.0-20190313024323-a1f597ede03a // indirect gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect ) + +go 1.13 diff --git a/xorm/reverse.go b/xorm/reverse.go index 02ab5f5..d7024da 100644 --- a/xorm/reverse.go +++ b/xorm/reverse.go @@ -52,6 +52,7 @@ func init() { var ( genJson bool = false + isGenColName bool = false ignoreColumnsJSON, created, updated, deleted []string = []string{}, []string{"created_at"}, []string{"updated_at"}, []string{"deleted_at"} ) @@ -152,6 +153,9 @@ func runReverse(cmd *Command, args []string) { if j, ok := configs["genJson"]; ok { genJson, err = strconv.ParseBool(j) } + if j, ok := configs["isGenColName"]; ok { + isGenColName, err = strconv.ParseBool(j) + } //[SWH|+] if j, ok := configs["prefix"]; ok { diff --git a/xorm/templates/amiba/config b/xorm/templates/amiba/config new file mode 100644 index 0000000..63d5dfd --- /dev/null +++ b/xorm/templates/amiba/config @@ -0,0 +1,8 @@ +lang=go +genJson=1 +prefix=cos_ +ignoreColumnsJSON= +created= +updated= +deleted= +isGenColName=1 \ No newline at end of file diff --git a/xorm/templates/amiba/struct.go.tpl b/xorm/templates/amiba/struct.go.tpl new file mode 100644 index 0000000..77b2fbc --- /dev/null +++ b/xorm/templates/amiba/struct.go.tpl @@ -0,0 +1,31 @@ +package {{.Models}} + +{{$ilen := len .Imports}} +import ( + "amiba.fun/amiba/go-component/orm" + {{if gt $ilen 0}} + {{range .Imports}}"{{.}}"{{end}} +{{end}} +) + + +{{range .Tables}} +type {{Mapper .Name}} struct { +orm.Model `xorm:"-"` +{{$table := .}} +{{range .ColumnsSeq}}{{$col := $table.GetColumn .}} {{Mapper $col.Name}} {{Type $col}} {{Tag $table $col }} +{{end}} + +} +// DatabaseAlias 数据库别名 +func (*{{Mapper .Name}}) DatabaseAlias() string { + return "database" //TODO 请自行输入数据库别名! +} + +// TableName 表名 +func (*{{Mapper .Name}}) TableName() string { + return "{{.Name}}" +} +{{end}} + + diff --git a/xorm/templates/goxorm/config b/xorm/templates/goxorm/config index 5115936..63d5dfd 100644 --- a/xorm/templates/goxorm/config +++ b/xorm/templates/goxorm/config @@ -1,7 +1,8 @@ lang=go -genJson=0 +genJson=1 prefix=cos_ ignoreColumnsJSON= created= updated= -deleted= \ No newline at end of file +deleted= +isGenColName=1 \ No newline at end of file diff --git a/xorm/templates/goxorm/struct.go.tpl b/xorm/templates/goxorm/struct.go.tpl index ad7038e..39d3558 100644 --- a/xorm/templates/goxorm/struct.go.tpl +++ b/xorm/templates/goxorm/struct.go.tpl @@ -1,17 +1,33 @@ package {{.Models}} {{$ilen := len .Imports}} -{{if gt $ilen 0}} import ( + {{if gt $ilen 0}} {{range .Imports}}"{{.}}"{{end}} -) {{end}} +) + {{range .Tables}} type {{Mapper .Name}} struct { +orm.Model `xorm:"-"` {{$table := .}} -{{range .ColumnsSeq}}{{$col := $table.GetColumn .}} {{Mapper $col.Name}} {{Type $col}} {{Tag $table $col}} +{{range .ColumnsSeq}}{{$col := $table.GetColumn .}} {{Mapper $col.Name}} {{Type $col}} {{Tag $table $col }} {{end}} + +} +// DatabaseAlias 数据库别名 +func (*{{Mapper .Name}}) DatabaseAlias() string { + return "xxxx" +} + +// TableName 表名 +func (*{{Mapper .Name}}) TableName() string { + return "{{.Name}}" +} +func (t *{{Mapper .Name}}) GetId() uint64 { + return t.Id } {{end}} +