├── README.md ├── addproject ├── gitrestore ├── gitsave └── src ├── .corpus.rev.collectd.org ├── .corpus.url.collectd.org ├── bazil.org ├── .corpus.rev.fuse └── .corpus.url.fuse ├── cloud.google.com ├── .corpus.rev.go └── .corpus.url.go ├── github.com ├── 18F │ ├── .corpus.rev.hmacauth │ └── .corpus.url.hmacauth ├── Azure │ ├── .corpus.rev.azure-sdk-for-go │ └── .corpus.url.azure-sdk-for-go ├── BurntSushi │ ├── .corpus.rev.toml │ └── .corpus.url.toml ├── CodisLabs │ ├── .corpus.project.codis │ ├── .corpus.rev.codis │ └── .corpus.url.codis ├── FiloSottile │ ├── .corpus.project.Heartbleed │ ├── .corpus.rev.Heartbleed │ └── .corpus.url.Heartbleed ├── GeertJohan │ ├── .corpus.rev.go.rice │ └── .corpus.url.go.rice ├── IBM-Blockchain │ ├── .corpus.project.learn-chaincode │ ├── .corpus.rev.learn-chaincode │ └── .corpus.url.learn-chaincode ├── Masterminds │ ├── .corpus.project.glide │ ├── .corpus.rev.glide │ └── .corpus.url.glide ├── PuerkitoBio │ ├── .corpus.project.goquery │ ├── .corpus.rev.goquery │ ├── .corpus.rev.purell │ ├── .corpus.rev.urlesc │ ├── .corpus.url.goquery │ ├── .corpus.url.purell │ └── .corpus.url.urlesc ├── Shopify │ ├── .corpus.rev.sarama │ └── .corpus.url.sarama ├── Sirupsen │ ├── .corpus.project.logrus │ ├── .corpus.rev.logrus │ └── .corpus.url.logrus ├── Terry-Mao │ ├── .corpus.project.gopush-cluster │ ├── .corpus.rev.goconf │ ├── .corpus.rev.gopush-cluster │ ├── .corpus.url.goconf │ └── .corpus.url.gopush-cluster ├── Unknwon │ ├── .corpus.project.go-fundamental-programming │ ├── .corpus.rev.cae │ ├── .corpus.rev.com │ ├── .corpus.rev.go-fundamental-programming │ ├── .corpus.rev.goconfig │ ├── .corpus.rev.i18n │ ├── .corpus.rev.paginater │ ├── .corpus.url.cae │ ├── .corpus.url.com │ ├── .corpus.url.go-fundamental-programming │ ├── .corpus.url.goconfig │ ├── .corpus.url.i18n │ └── .corpus.url.paginater ├── VividCortex │ ├── .corpus.rev.gohistogram │ └── .corpus.url.gohistogram ├── Yawning │ ├── .corpus.rev.chacha20 │ └── .corpus.url.chacha20 ├── adamzy │ ├── .corpus.rev.cedar-go │ └── .corpus.url.cedar-go ├── aerospike │ ├── .corpus.rev.aerospike-client-go │ └── .corpus.url.aerospike-client-go ├── afex │ ├── .corpus.rev.hystrix-go │ └── .corpus.url.hystrix-go ├── agtorre │ ├── .corpus.rev.gocolorize │ └── .corpus.url.gocolorize ├── ajg │ ├── .corpus.rev.form │ └── .corpus.url.form ├── alecthomas │ ├── .corpus.rev.log4go │ ├── .corpus.rev.template │ ├── .corpus.rev.units │ ├── .corpus.url.log4go │ ├── .corpus.url.template │ └── .corpus.url.units ├── alexflint │ ├── .corpus.project.gallium │ ├── .corpus.rev.gallium │ └── .corpus.url.gallium ├── amir │ ├── .corpus.rev.raidman │ └── .corpus.url.raidman ├── andlabs │ ├── .corpus.project.ui │ ├── .corpus.rev.ui │ └── .corpus.url.ui ├── andybalholm │ ├── .corpus.rev.cascadia │ └── .corpus.url.cascadia ├── apache │ ├── .corpus.rev.thrift │ └── .corpus.url.thrift ├── apex │ ├── .corpus.project.apex │ ├── .corpus.rev.apex │ ├── .corpus.rev.log │ ├── .corpus.url.apex │ └── .corpus.url.log ├── asaskevich │ ├── .corpus.rev.govalidator │ └── .corpus.url.govalidator ├── astaxie │ ├── .corpus.project.beego │ ├── .corpus.project.go-best-practice │ ├── .corpus.rev.beego │ ├── .corpus.rev.go-best-practice │ ├── .corpus.url.beego │ └── .corpus.url.go-best-practice ├── attic-labs │ ├── .corpus.project.noms │ ├── .corpus.rev.noms │ └── .corpus.url.noms ├── avelino │ ├── .corpus.project.awesome-go │ ├── .corpus.rev.awesome-go │ └── .corpus.url.awesome-go ├── aws │ ├── .corpus.project.aws-sdk-go │ ├── .corpus.rev.aws-sdk-go │ └── .corpus.url.aws-sdk-go ├── badgerodon │ ├── .corpus.rev.peg │ └── .corpus.url.peg ├── beego │ ├── .corpus.rev.goyaml2 │ ├── .corpus.rev.x2j │ ├── .corpus.url.goyaml2 │ └── .corpus.url.x2j ├── belogik │ ├── .corpus.rev.goes │ └── .corpus.url.goes ├── beorn7 │ ├── .corpus.rev.perks │ └── .corpus.url.perks ├── bep │ ├── .corpus.rev.gitmap │ ├── .corpus.rev.inflect │ ├── .corpus.url.gitmap │ └── .corpus.url.inflect ├── bgentry │ ├── .corpus.rev.speakeasy │ └── .corpus.url.speakeasy ├── bitly │ ├── .corpus.project.oauth2_proxy │ ├── .corpus.rev.go-hostpool │ ├── .corpus.rev.go-simplejson │ ├── .corpus.rev.oauth2_proxy │ ├── .corpus.rev.timer_metrics │ ├── .corpus.url.go-hostpool │ ├── .corpus.url.go-simplejson │ ├── .corpus.url.oauth2_proxy │ └── .corpus.url.timer_metrics ├── blang │ ├── .corpus.rev.semver │ └── .corpus.url.semver ├── bmizerany │ ├── .corpus.rev.assert │ ├── .corpus.rev.pat │ ├── .corpus.rev.perks │ ├── .corpus.url.assert │ ├── .corpus.url.pat │ └── .corpus.url.perks ├── boj │ ├── .corpus.rev.redistore │ └── .corpus.url.redistore ├── boltdb │ ├── .corpus.project.bolt │ ├── .corpus.rev.bolt │ └── .corpus.url.bolt ├── bradfitz │ ├── .corpus.rev.gomemcache │ └── .corpus.url.gomemcache ├── cayleygraph │ ├── .corpus.project.cayley │ ├── .corpus.rev.cayley │ └── .corpus.url.cayley ├── cenkalti │ ├── .corpus.rev.backoff │ └── .corpus.url.backoff ├── cespare │ ├── .corpus.rev.xxhash │ └── .corpus.url.xxhash ├── cheggaaa │ ├── .corpus.rev.pb │ └── .corpus.url.pb ├── chrislusf │ ├── .corpus.project.seaweedfs │ ├── .corpus.rev.raft │ ├── .corpus.rev.seaweedfs │ ├── .corpus.url.raft │ └── .corpus.url.seaweedfs ├── cockroachdb │ ├── .corpus.rev.cmux │ └── .corpus.url.cmux ├── codegangsta │ ├── .corpus.rev.inject │ └── .corpus.url.inject ├── coreos │ ├── .corpus.project.etcd │ ├── .corpus.project.rkt │ ├── .corpus.rev.etcd │ ├── .corpus.rev.go-etcd │ ├── .corpus.rev.go-semver │ ├── .corpus.rev.go-systemd │ ├── .corpus.rev.pkg │ ├── .corpus.rev.rkt │ ├── .corpus.url.etcd │ ├── .corpus.url.go-etcd │ ├── .corpus.url.go-semver │ ├── .corpus.url.go-systemd │ ├── .corpus.url.pkg │ └── .corpus.url.rkt ├── couchbase │ ├── .corpus.rev.go-couchbase │ ├── .corpus.rev.gomemcached │ ├── .corpus.rev.goutils │ ├── .corpus.url.go-couchbase │ ├── .corpus.url.gomemcached │ └── .corpus.url.goutils ├── cpuguy83 │ ├── .corpus.rev.go-md2man │ └── .corpus.url.go-md2man ├── cupcake │ ├── .corpus.rev.rdb │ └── .corpus.url.rdb ├── cyfdecyf │ ├── .corpus.project.cow │ ├── .corpus.rev.bufio │ ├── .corpus.rev.color │ ├── .corpus.rev.cow │ ├── .corpus.rev.leakybuf │ ├── .corpus.url.bufio │ ├── .corpus.url.color │ ├── .corpus.url.cow │ └── .corpus.url.leakybuf ├── cznic │ ├── .corpus.rev.fileutil │ ├── .corpus.rev.golex │ ├── .corpus.rev.internal │ ├── .corpus.rev.kv │ ├── .corpus.rev.lldb │ ├── .corpus.rev.mathutil │ ├── .corpus.rev.parser │ ├── .corpus.rev.sortutil │ ├── .corpus.rev.strutil │ ├── .corpus.rev.y │ ├── .corpus.rev.zappy │ ├── .corpus.url.fileutil │ ├── .corpus.url.golex │ ├── .corpus.url.internal │ ├── .corpus.url.kv │ ├── .corpus.url.lldb │ ├── .corpus.url.mathutil │ ├── .corpus.url.parser │ ├── .corpus.url.sortutil │ ├── .corpus.url.strutil │ ├── .corpus.url.y │ └── .corpus.url.zappy ├── daaku │ ├── .corpus.rev.go.zipexe │ └── .corpus.url.go.zipexe ├── davecgh │ ├── .corpus.rev.go-spew │ └── .corpus.url.go-spew ├── dchest │ ├── .corpus.rev.cssmin │ └── .corpus.url.cssmin ├── denisenkom │ ├── .corpus.rev.go-mssqldb │ └── .corpus.url.go-mssqldb ├── derekparker │ ├── .corpus.project.delve │ ├── .corpus.rev.delve │ └── .corpus.url.delve ├── dghubble │ ├── .corpus.rev.sling │ └── .corpus.url.sling ├── dgrijalva │ ├── .corpus.rev.jwt-go │ └── .corpus.url.jwt-go ├── dgryski │ ├── .corpus.rev.go-bits │ ├── .corpus.rev.go-bitstream │ ├── .corpus.url.go-bits │ └── .corpus.url.go-bitstream ├── dinedal │ ├── .corpus.project.textql │ ├── .corpus.rev.textql │ └── .corpus.url.textql ├── disintegration │ ├── .corpus.rev.imaging │ └── .corpus.url.imaging ├── dlclark │ ├── .corpus.rev.regexp2 │ └── .corpus.url.regexp2 ├── dlintw │ ├── .corpus.rev.goconf │ └── .corpus.url.goconf ├── docker │ ├── .corpus.project.distribution │ ├── .corpus.project.docker │ ├── .corpus.project.libnetwork │ ├── .corpus.project.machine │ ├── .corpus.project.swarm │ ├── .corpus.rev.distribution │ ├── .corpus.rev.docker │ ├── .corpus.rev.engine-api │ ├── .corpus.rev.go-connections │ ├── .corpus.rev.go-units │ ├── .corpus.rev.libnetwork │ ├── .corpus.rev.machine │ ├── .corpus.rev.swarm │ ├── .corpus.url.distribution │ ├── .corpus.url.docker │ ├── .corpus.url.engine-api │ ├── .corpus.url.go-connections │ ├── .corpus.url.go-units │ ├── .corpus.url.libnetwork │ ├── .corpus.url.machine │ └── .corpus.url.swarm ├── dop251 │ ├── .corpus.rev.goja │ └── .corpus.url.goja ├── drone │ ├── .corpus.project.drone │ ├── .corpus.rev.drone │ ├── .corpus.rev.drone-ui │ ├── .corpus.rev.mq │ ├── .corpus.url.drone │ ├── .corpus.url.drone-ui │ └── .corpus.url.mq ├── dropbox │ ├── .corpus.project.godropbox │ ├── .corpus.rev.godropbox │ └── .corpus.url.godropbox ├── dsnet │ ├── .corpus.rev.compress │ └── .corpus.url.compress ├── dustin │ ├── .corpus.rev.go-broadcast │ ├── .corpus.rev.go-humanize │ ├── .corpus.url.go-broadcast │ └── .corpus.url.go-humanize ├── eBay │ ├── .corpus.project.fabio │ ├── .corpus.rev.fabio │ └── .corpus.url.fabio ├── eapache │ ├── .corpus.rev.go-resiliency │ ├── .corpus.rev.go-xerial-snappy │ ├── .corpus.rev.queue │ ├── .corpus.url.go-resiliency │ ├── .corpus.url.go-xerial-snappy │ └── .corpus.url.queue ├── eclipse │ ├── .corpus.rev.paho.mqtt.golang │ └── .corpus.url.paho.mqtt.golang ├── edsrzf │ ├── .corpus.rev.mmap-go │ └── .corpus.url.mmap-go ├── eknkc │ ├── .corpus.rev.amber │ └── .corpus.url.amber ├── elastic │ ├── .corpus.project.logstash-forwarder │ ├── .corpus.rev.logstash-forwarder │ └── .corpus.url.logstash-forwarder ├── elazarl │ ├── .corpus.rev.go-bindata-assetfs │ └── .corpus.url.go-bindata-assetfs ├── erikstmartin │ ├── .corpus.rev.go-testdb │ └── .corpus.url.go-testdb ├── ethereum │ ├── .corpus.project.go-ethereum │ ├── .corpus.rev.go-ethereum │ └── .corpus.url.go-ethereum ├── facebookgo │ ├── .corpus.rev.clock │ ├── .corpus.rev.grace │ ├── .corpus.rev.httpdown │ ├── .corpus.rev.stats │ ├── .corpus.url.clock │ ├── .corpus.url.grace │ ├── .corpus.url.httpdown │ └── .corpus.url.stats ├── fatih │ ├── .corpus.rev.structs │ └── .corpus.url.structs ├── fiorix │ ├── .corpus.project.freegeoip │ ├── .corpus.rev.freegeoip │ ├── .corpus.rev.go-redis │ ├── .corpus.url.freegeoip │ └── .corpus.url.go-redis ├── flike │ ├── .corpus.project.kingshard │ ├── .corpus.rev.kingshard │ └── .corpus.url.kingshard ├── flynn │ ├── .corpus.project.flynn │ ├── .corpus.rev.flynn │ ├── .corpus.rev.go-shlex │ ├── .corpus.url.flynn │ └── .corpus.url.go-shlex ├── fogleman │ ├── .corpus.project.primitive │ ├── .corpus.rev.gg │ ├── .corpus.rev.primitive │ ├── .corpus.url.gg │ └── .corpus.url.primitive ├── fortytw2 │ ├── .corpus.rev.leaktest │ └── .corpus.url.leaktest ├── fsnotify │ ├── .corpus.rev.fsnotify │ └── .corpus.url.fsnotify ├── fsouza │ ├── .corpus.rev.go-dockerclient │ └── .corpus.url.go-dockerclient ├── future-architect │ ├── .corpus.project.vuls │ ├── .corpus.rev.vuls │ └── .corpus.url.vuls ├── garyburd │ ├── .corpus.project.redigo │ ├── .corpus.rev.redigo │ └── .corpus.url.redigo ├── gavv │ ├── .corpus.rev.httpexpect │ ├── .corpus.rev.monotime │ ├── .corpus.url.httpexpect │ └── .corpus.url.monotime ├── gdamore │ ├── .corpus.rev.encoding │ └── .corpus.url.encoding ├── geekypanda │ ├── .corpus.rev.httpcache │ └── .corpus.url.httpcache ├── ghodss │ ├── .corpus.rev.yaml │ └── .corpus.url.yaml ├── gin-gonic │ ├── .corpus.project.gin │ ├── .corpus.rev.contrib │ ├── .corpus.rev.gin │ ├── .corpus.url.contrib │ └── .corpus.url.gin ├── git-lfs │ ├── .corpus.project.git-lfs │ ├── .corpus.rev.git-lfs │ └── .corpus.url.git-lfs ├── gizak │ ├── .corpus.project.termui │ ├── .corpus.rev.termui │ └── .corpus.url.termui ├── gliderlabs │ ├── .corpus.project.logspout │ ├── .corpus.project.registrator │ ├── .corpus.rev.logspout │ ├── .corpus.rev.pkg │ ├── .corpus.rev.registrator │ ├── .corpus.url.logspout │ ├── .corpus.url.pkg │ └── .corpus.url.registrator ├── go-errors │ ├── .corpus.rev.errors │ └── .corpus.url.errors ├── go-gl │ ├── .corpus.rev.gl │ ├── .corpus.rev.glfw │ ├── .corpus.url.gl │ └── .corpus.url.glfw ├── go-kit │ ├── .corpus.project.kit │ ├── .corpus.rev.kit │ └── .corpus.url.kit ├── go-logfmt │ ├── .corpus.rev.logfmt │ └── .corpus.url.logfmt ├── go-macaron │ ├── .corpus.rev.binding │ ├── .corpus.rev.cache │ ├── .corpus.rev.captcha │ ├── .corpus.rev.csrf │ ├── .corpus.rev.gzip │ ├── .corpus.rev.i18n │ ├── .corpus.rev.inject │ ├── .corpus.rev.session │ ├── .corpus.rev.toolbox │ ├── .corpus.url.binding │ ├── .corpus.url.cache │ ├── .corpus.url.captcha │ ├── .corpus.url.csrf │ ├── .corpus.url.gzip │ ├── .corpus.url.i18n │ ├── .corpus.url.inject │ ├── .corpus.url.session │ └── .corpus.url.toolbox ├── go-martini │ ├── .corpus.project.martini │ ├── .corpus.rev.martini │ └── .corpus.url.martini ├── go-sql-driver │ ├── .corpus.project.mysql │ ├── .corpus.rev.mysql │ └── .corpus.url.mysql ├── go-stack │ ├── .corpus.rev.stack │ └── .corpus.url.stack ├── go-web │ ├── .corpus.rev.httplog │ ├── .corpus.rev.httpmux │ ├── .corpus.rev.httprl │ ├── .corpus.url.httplog │ ├── .corpus.url.httpmux │ └── .corpus.url.httprl ├── go-xorm │ ├── .corpus.rev.builder │ ├── .corpus.rev.core │ ├── .corpus.rev.xorm │ ├── .corpus.url.builder │ ├── .corpus.url.core │ └── .corpus.url.xorm ├── gobwas │ ├── .corpus.rev.glob │ └── .corpus.url.glob ├── gocql │ ├── .corpus.rev.gocql │ └── .corpus.url.gocql ├── godbus │ ├── .corpus.rev.dbus │ └── .corpus.url.dbus ├── gogits │ ├── .corpus.project.gogs │ ├── .corpus.rev.chardet │ ├── .corpus.rev.cron │ ├── .corpus.rev.git-module │ ├── .corpus.rev.go-gogs-client │ ├── .corpus.rev.go-libravatar │ ├── .corpus.rev.gogs │ ├── .corpus.url.chardet │ ├── .corpus.url.cron │ ├── .corpus.url.git-module │ ├── .corpus.url.go-gogs-client │ ├── .corpus.url.go-libravatar │ └── .corpus.url.gogs ├── gogo │ ├── .corpus.rev.protobuf │ └── .corpus.url.protobuf ├── goji │ ├── .corpus.rev.param │ └── .corpus.url.param ├── golang-commonmark │ ├── .corpus.rev.markdown │ └── .corpus.url.markdown ├── golang │ ├── .corpus.project.groupcache │ ├── .corpus.rev.freetype │ ├── .corpus.rev.glog │ ├── .corpus.rev.groupcache │ ├── .corpus.rev.mock │ ├── .corpus.rev.protobuf │ ├── .corpus.rev.snappy │ ├── .corpus.url.freetype │ ├── .corpus.url.glog │ ├── .corpus.url.groupcache │ ├── .corpus.url.mock │ ├── .corpus.url.protobuf │ └── .corpus.url.snappy ├── gonum │ ├── .corpus.rev.blas │ ├── .corpus.rev.floats │ ├── .corpus.rev.internal │ ├── .corpus.rev.lapack │ ├── .corpus.rev.matrix │ ├── .corpus.url.blas │ ├── .corpus.url.floats │ ├── .corpus.url.internal │ ├── .corpus.url.lapack │ └── .corpus.url.matrix ├── google │ ├── .corpus.project.cadvisor │ ├── .corpus.project.git-appraise │ ├── .corpus.project.go-github │ ├── .corpus.project.gxui │ ├── .corpus.project.seesaw │ ├── .corpus.rev.btree │ ├── .corpus.rev.cadvisor │ ├── .corpus.rev.git-appraise │ ├── .corpus.rev.go-github │ ├── .corpus.rev.go-querystring │ ├── .corpus.rev.gxui │ ├── .corpus.rev.seesaw │ ├── .corpus.rev.subcommands │ ├── .corpus.url.btree │ ├── .corpus.url.cadvisor │ ├── .corpus.url.git-appraise │ ├── .corpus.url.go-github │ ├── .corpus.url.go-querystring │ ├── .corpus.url.gxui │ ├── .corpus.url.seesaw │ └── .corpus.url.subcommands ├── googleapis │ ├── .corpus.rev.gax-go │ └── .corpus.url.gax-go ├── gopherjs │ ├── .corpus.project.gopherjs │ ├── .corpus.rev.gopherjs │ └── .corpus.url.gopherjs ├── gorilla │ ├── .corpus.project.mux │ ├── .corpus.project.websocket │ ├── .corpus.rev.context │ ├── .corpus.rev.mux │ ├── .corpus.rev.securecookie │ ├── .corpus.rev.sessions │ ├── .corpus.rev.websocket │ ├── .corpus.url.context │ ├── .corpus.url.mux │ ├── .corpus.url.securecookie │ ├── .corpus.url.sessions │ └── .corpus.url.websocket ├── gosuri │ ├── .corpus.rev.uitable │ └── .corpus.url.uitable ├── goxjs │ ├── .corpus.rev.gl │ ├── .corpus.rev.glfw │ ├── .corpus.url.gl │ └── .corpus.url.glfw ├── gravitational │ ├── .corpus.project.teleport │ ├── .corpus.rev.teleport │ └── .corpus.url.teleport ├── grpc-ecosystem │ ├── .corpus.rev.go-grpc-prometheus │ ├── .corpus.rev.grpc-gateway │ ├── .corpus.url.go-grpc-prometheus │ └── .corpus.url.grpc-gateway ├── hailocab │ ├── .corpus.rev.go-hostpool │ └── .corpus.url.go-hostpool ├── hashicorp │ ├── .corpus.project.consul │ ├── .corpus.project.serf │ ├── .corpus.project.vault │ ├── .corpus.rev.consul │ ├── .corpus.rev.go-cleanhttp │ ├── .corpus.rev.go-syslog │ ├── .corpus.rev.go-uuid │ ├── .corpus.rev.golang-lru │ ├── .corpus.rev.hcl │ ├── .corpus.rev.serf │ ├── .corpus.rev.vault │ ├── .corpus.url.consul │ ├── .corpus.url.go-cleanhttp │ ├── .corpus.url.go-syslog │ ├── .corpus.url.go-uuid │ ├── .corpus.url.golang-lru │ ├── .corpus.url.hcl │ ├── .corpus.url.serf │ └── .corpus.url.vault ├── hoisie │ ├── .corpus.project.web │ ├── .corpus.rev.web │ └── .corpus.url.web ├── howeyc │ ├── .corpus.rev.fsnotify │ ├── .corpus.rev.gopass │ ├── .corpus.url.fsnotify │ └── .corpus.url.gopass ├── hpcloud │ ├── .corpus.rev.tail │ └── .corpus.url.tail ├── huichen │ ├── .corpus.project.wukong │ ├── .corpus.rev.murmur │ ├── .corpus.rev.sego │ ├── .corpus.rev.wukong │ ├── .corpus.url.murmur │ ├── .corpus.url.sego │ └── .corpus.url.wukong ├── hyperledger │ ├── .corpus.rev.fabric │ └── .corpus.url.fabric ├── imdario │ ├── .corpus.rev.mergo │ └── .corpus.url.mergo ├── imkira │ ├── .corpus.rev.go-interpol │ └── .corpus.url.go-interpol ├── influxdata │ ├── .corpus.project.influxdb │ ├── .corpus.project.telegraf │ ├── .corpus.rev.config │ ├── .corpus.rev.influxdb │ ├── .corpus.rev.telegraf │ ├── .corpus.rev.toml │ ├── .corpus.rev.usage-client │ ├── .corpus.rev.wlog │ ├── .corpus.url.config │ ├── .corpus.url.influxdb │ ├── .corpus.url.telegraf │ ├── .corpus.url.toml │ ├── .corpus.url.usage-client │ └── .corpus.url.wlog ├── iris-contrib │ ├── .corpus.rev.color │ ├── .corpus.rev.formBinder │ ├── .corpus.rev.lego │ ├── .corpus.rev.letsencrypt │ ├── .corpus.url.color │ ├── .corpus.url.formBinder │ ├── .corpus.url.lego │ └── .corpus.url.letsencrypt ├── issue9 │ ├── .corpus.rev.identicon │ └── .corpus.url.identicon ├── jaytaylor │ ├── .corpus.rev.html2text │ └── .corpus.url.html2text ├── jehiah │ ├── .corpus.rev.go-strftime │ └── .corpus.url.go-strftime ├── jessevdk │ ├── .corpus.rev.go-flags │ └── .corpus.url.go-flags ├── jimstudt │ ├── .corpus.rev.http-authentication │ └── .corpus.url.http-authentication ├── jinzhu │ ├── .corpus.project.gorm │ ├── .corpus.rev.gorm │ ├── .corpus.rev.inflection │ ├── .corpus.rev.now │ ├── .corpus.url.gorm │ ├── .corpus.url.inflection │ └── .corpus.url.now ├── joewalnes │ ├── .corpus.project.websocketd │ ├── .corpus.rev.websocketd │ └── .corpus.url.websocketd ├── jonboulle │ ├── .corpus.rev.clockwork │ └── .corpus.url.clockwork ├── jroimartin │ ├── .corpus.rev.gocui │ └── .corpus.url.gocui ├── jtolds │ ├── .corpus.rev.gls │ └── .corpus.url.gls ├── judwhite │ ├── .corpus.rev.go-svc │ └── .corpus.url.go-svc ├── juju │ ├── .corpus.rev.errors │ ├── .corpus.rev.ratelimit │ ├── .corpus.url.errors │ └── .corpus.url.ratelimit ├── julienschmidt │ ├── .corpus.project.httprouter │ ├── .corpus.rev.httprouter │ └── .corpus.url.httprouter ├── junegunn │ ├── .corpus.project.fzf │ ├── .corpus.rev.fzf │ ├── .corpus.rev.go-isatty │ ├── .corpus.rev.go-runewidth │ ├── .corpus.rev.go-shellwords │ ├── .corpus.url.fzf │ ├── .corpus.url.go-isatty │ ├── .corpus.url.go-runewidth │ └── .corpus.url.go-shellwords ├── jwilder │ ├── .corpus.rev.encoding │ └── .corpus.url.encoding ├── k0kubun │ ├── .corpus.rev.pp │ └── .corpus.url.pp ├── kardianos │ ├── .corpus.rev.osext │ ├── .corpus.rev.service │ ├── .corpus.url.osext │ └── .corpus.url.service ├── karlseguin │ ├── .corpus.rev.ccache │ └── .corpus.url.ccache ├── kataras │ ├── .corpus.project.iris │ ├── .corpus.rev.cli │ ├── .corpus.rev.go-errors │ ├── .corpus.rev.go-fs │ ├── .corpus.rev.go-options │ ├── .corpus.rev.go-serializer │ ├── .corpus.rev.go-sessions │ ├── .corpus.rev.go-template │ ├── .corpus.rev.go-websocket │ ├── .corpus.rev.iris │ ├── .corpus.rev.rizla │ ├── .corpus.url.cli │ ├── .corpus.url.go-errors │ ├── .corpus.url.go-fs │ ├── .corpus.url.go-options │ ├── .corpus.url.go-serializer │ ├── .corpus.url.go-sessions │ ├── .corpus.url.go-template │ ├── .corpus.url.go-websocket │ ├── .corpus.url.iris │ └── .corpus.url.rizla ├── kballard │ ├── .corpus.rev.go-shellquote │ └── .corpus.url.go-shellquote ├── kelseyhightower │ ├── .corpus.project.confd │ ├── .corpus.rev.confd │ └── .corpus.url.confd ├── kisielk │ ├── .corpus.rev.gotool │ └── .corpus.url.gotool ├── klauspost │ ├── .corpus.rev.compress │ ├── .corpus.rev.cpuid │ ├── .corpus.rev.crc32 │ ├── .corpus.rev.reedsolomon │ ├── .corpus.url.compress │ ├── .corpus.url.cpuid │ ├── .corpus.url.crc32 │ └── .corpus.url.reedsolomon ├── kotakanbe │ ├── .corpus.rev.go-cve-dictionary │ ├── .corpus.rev.go-pingscanner │ ├── .corpus.rev.logrus-prefixed-formatter │ ├── .corpus.url.go-cve-dictionary │ ├── .corpus.url.go-pingscanner │ └── .corpus.url.logrus-prefixed-formatter ├── kr │ ├── .corpus.rev.pretty │ ├── .corpus.rev.pty │ ├── .corpus.rev.text │ ├── .corpus.url.pretty │ ├── .corpus.url.pty │ └── .corpus.url.text ├── kylelemons │ ├── .corpus.rev.godebug │ └── .corpus.url.godebug ├── kyokomi │ ├── .corpus.rev.emoji │ └── .corpus.url.emoji ├── labstack │ ├── .corpus.project.echo │ ├── .corpus.rev.echo │ ├── .corpus.rev.gommon │ ├── .corpus.url.echo │ └── .corpus.url.gommon ├── lestrrat │ ├── .corpus.rev.go-pdebug │ └── .corpus.url.go-pdebug ├── lib │ ├── .corpus.rev.pq │ └── .corpus.url.pq ├── lightstep │ ├── .corpus.rev.lightstep-tracer-go │ └── .corpus.url.lightstep-tracer-go ├── linkeddata │ ├── .corpus.rev.gojsonld │ └── .corpus.url.gojsonld ├── lucas-clemente │ ├── .corpus.rev.aes12 │ ├── .corpus.rev.fnv128a │ ├── .corpus.rev.quic-go │ ├── .corpus.rev.quic-go-certificates │ ├── .corpus.url.aes12 │ ├── .corpus.url.fnv128a │ ├── .corpus.url.quic-go │ └── .corpus.url.quic-go-certificates ├── lucasb-eyer │ ├── .corpus.rev.go-colorful │ └── .corpus.url.go-colorful ├── magiconair │ ├── .corpus.rev.properties │ └── .corpus.url.properties ├── manucorporat │ ├── .corpus.rev.sse │ ├── .corpus.rev.stats │ ├── .corpus.url.sse │ └── .corpus.url.stats ├── maruel │ ├── .corpus.rev.panicparse │ └── .corpus.url.panicparse ├── mattn │ ├── .corpus.rev.go-colorable │ ├── .corpus.rev.go-isatty │ ├── .corpus.rev.go-runewidth │ ├── .corpus.rev.go-sqlite3 │ ├── .corpus.url.go-colorable │ ├── .corpus.url.go-isatty │ ├── .corpus.url.go-runewidth │ └── .corpus.url.go-sqlite3 ├── matttproud │ ├── .corpus.rev.golang_protobuf_extensions │ └── .corpus.url.golang_protobuf_extensions ├── mcuadros │ ├── .corpus.rev.go-version │ └── .corpus.url.go-version ├── mgutz │ ├── .corpus.rev.ansi │ └── .corpus.url.ansi ├── mholt │ ├── .corpus.project.caddy │ ├── .corpus.rev.archiver │ ├── .corpus.rev.caddy │ ├── .corpus.url.archiver │ └── .corpus.url.caddy ├── microcosm-cc │ ├── .corpus.rev.bluemonday │ └── .corpus.url.bluemonday ├── miekg │ ├── .corpus.rev.dns │ ├── .corpus.rev.mmark │ ├── .corpus.url.dns │ └── .corpus.url.mmark ├── minio │ ├── .corpus.project.minio │ ├── .corpus.rev.minio │ └── .corpus.url.minio ├── mitchellh │ ├── .corpus.project.packer │ ├── .corpus.rev.go-homedir │ ├── .corpus.rev.go-wordwrap │ ├── .corpus.rev.mapstructure │ ├── .corpus.rev.packer │ ├── .corpus.url.go-homedir │ ├── .corpus.url.go-wordwrap │ ├── .corpus.url.mapstructure │ └── .corpus.url.packer ├── moul │ ├── .corpus.rev.http2curl │ └── .corpus.url.http2curl ├── mreiferson │ ├── .corpus.rev.go-options │ └── .corpus.url.go-options ├── mrunalp │ ├── .corpus.rev.fileutils │ └── .corpus.url.fileutils ├── naoina │ ├── .corpus.rev.go-stringutil │ ├── .corpus.rev.toml │ ├── .corpus.url.go-stringutil │ └── .corpus.url.toml ├── nats-io │ ├── .corpus.rev.go-nats │ ├── .corpus.rev.nats │ ├── .corpus.rev.nuid │ ├── .corpus.url.go-nats │ ├── .corpus.url.nats │ └── .corpus.url.nuid ├── ncw │ ├── .corpus.project.rclone │ ├── .corpus.rev.rclone │ └── .corpus.url.rclone ├── neelance │ ├── .corpus.rev.sourcemap │ └── .corpus.url.sourcemap ├── newrelic │ ├── .corpus.rev.go-agent │ └── .corpus.url.go-agent ├── nfnt │ ├── .corpus.rev.resize │ └── .corpus.url.resize ├── ngaut │ ├── .corpus.rev.deadline │ ├── .corpus.rev.log │ ├── .corpus.rev.pools │ ├── .corpus.rev.sync2 │ ├── .corpus.rev.systimemon │ ├── .corpus.url.deadline │ ├── .corpus.url.log │ ├── .corpus.url.pools │ ├── .corpus.url.sync2 │ └── .corpus.url.systimemon ├── nicksnyder │ ├── .corpus.rev.go-i18n │ └── .corpus.url.go-i18n ├── nsf │ ├── .corpus.project.gocode │ ├── .corpus.rev.gocode │ ├── .corpus.rev.termbox-go │ ├── .corpus.url.gocode │ └── .corpus.url.termbox-go ├── nsqio │ ├── .corpus.project.nsq │ ├── .corpus.rev.go-nsq │ ├── .corpus.rev.nsq │ ├── .corpus.url.go-nsq │ └── .corpus.url.nsq ├── nwaples │ ├── .corpus.rev.rardecode │ └── .corpus.url.rardecode ├── olekukonko │ ├── .corpus.rev.tablewriter │ └── .corpus.url.tablewriter ├── onsi │ ├── .corpus.rev.ginkgo │ ├── .corpus.rev.gomega │ ├── .corpus.url.ginkgo │ └── .corpus.url.gomega ├── opencontainers │ ├── .corpus.project.runc │ ├── .corpus.rev.runc │ ├── .corpus.rev.runtime-spec │ ├── .corpus.url.runc │ └── .corpus.url.runtime-spec ├── opennota │ ├── .corpus.rev.urlesc │ └── .corpus.url.urlesc ├── openshift │ ├── .corpus.project.origin │ ├── .corpus.rev.origin │ └── .corpus.url.origin ├── opentracing │ ├── .corpus.rev.basictracer-go │ ├── .corpus.rev.opentracing-go │ ├── .corpus.url.basictracer-go │ └── .corpus.url.opentracing-go ├── openzipkin │ ├── .corpus.rev.zipkin-go-opentracing │ └── .corpus.url.zipkin-go-opentracing ├── oschwald │ ├── .corpus.rev.maxminddb-golang │ └── .corpus.url.maxminddb-golang ├── ossrs │ ├── .corpus.project.srs │ ├── .corpus.rev.srs │ └── .corpus.url.srs ├── parnurzeal │ ├── .corpus.rev.gorequest │ └── .corpus.url.gorequest ├── paulbellamy │ ├── .corpus.rev.ratecounter │ └── .corpus.url.ratecounter ├── pborman │ ├── .corpus.rev.uuid │ └── .corpus.url.uuid ├── peco │ ├── .corpus.project.peco │ ├── .corpus.rev.peco │ └── .corpus.url.peco ├── pelletier │ ├── .corpus.rev.go-buffruneio │ ├── .corpus.rev.go-toml │ ├── .corpus.url.go-buffruneio │ └── .corpus.url.go-toml ├── performancecopilot │ ├── .corpus.rev.speed │ └── .corpus.url.speed ├── petar │ ├── .corpus.rev.GoLLRB │ └── .corpus.url.GoLLRB ├── peterh │ ├── .corpus.rev.liner │ └── .corpus.url.liner ├── pierrec │ ├── .corpus.rev.lz4 │ ├── .corpus.rev.xxHash │ ├── .corpus.url.lz4 │ └── .corpus.url.xxHash ├── pingcap │ ├── .corpus.project.tidb │ ├── .corpus.rev.check │ ├── .corpus.rev.goleveldb │ ├── .corpus.rev.kvproto │ ├── .corpus.rev.pd │ ├── .corpus.rev.tidb │ ├── .corpus.rev.tipb │ ├── .corpus.url.check │ ├── .corpus.url.goleveldb │ ├── .corpus.url.kvproto │ ├── .corpus.url.pd │ ├── .corpus.url.tidb │ └── .corpus.url.tipb ├── pkg │ ├── .corpus.rev.errors │ └── .corpus.url.errors ├── pquerna │ ├── .corpus.rev.ffjson │ └── .corpus.url.ffjson ├── prometheus │ ├── .corpus.project.prometheus │ ├── .corpus.rev.client_golang │ ├── .corpus.rev.client_model │ ├── .corpus.rev.common │ ├── .corpus.rev.procfs │ ├── .corpus.rev.prometheus │ ├── .corpus.url.client_golang │ ├── .corpus.url.client_model │ ├── .corpus.url.common │ ├── .corpus.url.procfs │ └── .corpus.url.prometheus ├── rakyll │ ├── .corpus.project.boom │ ├── .corpus.rev.boom │ ├── .corpus.rev.statik │ ├── .corpus.url.boom │ └── .corpus.url.statik ├── rcrowley │ ├── .corpus.rev.go-metrics │ └── .corpus.url.go-metrics ├── reducedb │ ├── .corpus.rev.encoding │ └── .corpus.url.encoding ├── retailnext │ ├── .corpus.rev.hllpp │ └── .corpus.url.hllpp ├── revel │ ├── .corpus.project.revel │ ├── .corpus.rev.config │ ├── .corpus.rev.revel │ ├── .corpus.url.config │ └── .corpus.url.revel ├── rifflock │ ├── .corpus.rev.lfshook │ └── .corpus.url.lfshook ├── rliebling │ ├── .corpus.rev.env │ ├── .corpus.rev.gitignorer │ ├── .corpus.url.env │ └── .corpus.url.gitignorer ├── robertkrimen │ ├── .corpus.rev.otto │ └── .corpus.url.otto ├── robfig │ ├── .corpus.rev.go-cache │ ├── .corpus.rev.pathtree │ ├── .corpus.url.go-cache │ └── .corpus.url.pathtree ├── rs │ ├── .corpus.rev.cors │ ├── .corpus.rev.xhandler │ ├── .corpus.url.cors │ └── .corpus.url.xhandler ├── russross │ ├── .corpus.rev.blackfriday │ └── .corpus.url.blackfriday ├── rwcarlsen │ ├── .corpus.rev.goexif │ └── .corpus.url.goexif ├── samuel │ ├── .corpus.rev.go-zookeeper │ └── .corpus.url.go-zookeeper ├── satori │ ├── .corpus.rev.go.uuid │ └── .corpus.url.go.uuid ├── schachmat │ ├── .corpus.project.wego │ ├── .corpus.rev.ingo │ ├── .corpus.rev.wego │ ├── .corpus.url.ingo │ └── .corpus.url.wego ├── schollz │ ├── .corpus.project.find │ ├── .corpus.rev.find │ ├── .corpus.rev.org.eclipse.paho.mqtt.golang │ ├── .corpus.url.find │ └── .corpus.url.org.eclipse.paho.mqtt.golang ├── segmentio │ ├── .corpus.rev.analytics-go │ ├── .corpus.rev.backo-go │ ├── .corpus.url.analytics-go │ └── .corpus.url.backo-go ├── sergi │ ├── .corpus.rev.go-diff │ └── .corpus.url.go-diff ├── shadowsocks │ ├── .corpus.project.shadowsocks-go │ ├── .corpus.rev.shadowsocks-go │ └── .corpus.url.shadowsocks-go ├── shirou │ ├── .corpus.rev.gopsutil │ └── .corpus.url.gopsutil ├── shurcooL │ ├── .corpus.rev.go │ ├── .corpus.rev.sanitized_anchor_name │ ├── .corpus.url.go │ └── .corpus.url.sanitized_anchor_name ├── siddontang │ ├── .corpus.rev.go │ ├── .corpus.rev.ledisdb │ ├── .corpus.rev.rdb │ ├── .corpus.url.go │ ├── .corpus.url.ledisdb │ └── .corpus.url.rdb ├── sjwhitworth │ ├── .corpus.project.golearn │ ├── .corpus.rev.golearn │ └── .corpus.url.golearn ├── skratchdot │ ├── .corpus.rev.open-golang │ └── .corpus.url.open-golang ├── smartystreets │ ├── .corpus.rev.assertions │ ├── .corpus.rev.goconvey │ ├── .corpus.url.assertions │ └── .corpus.url.goconvey ├── soheilhy │ ├── .corpus.rev.cmux │ └── .corpus.url.cmux ├── soniah │ ├── .corpus.rev.gosnmp │ └── .corpus.url.gosnmp ├── sony │ ├── .corpus.rev.gobreaker │ └── .corpus.url.gobreaker ├── sosedoff │ ├── .corpus.project.pgweb │ ├── .corpus.rev.pgweb │ └── .corpus.url.pgweb ├── spf13 │ ├── .corpus.project.cobra │ ├── .corpus.project.hugo │ ├── .corpus.rev.afero │ ├── .corpus.rev.cast │ ├── .corpus.rev.cobra │ ├── .corpus.rev.fsync │ ├── .corpus.rev.hugo │ ├── .corpus.rev.jwalterweatherman │ ├── .corpus.rev.nitro │ ├── .corpus.rev.pflag │ ├── .corpus.rev.viper │ ├── .corpus.url.afero │ ├── .corpus.url.cast │ ├── .corpus.url.cobra │ ├── .corpus.url.fsync │ ├── .corpus.url.hugo │ ├── .corpus.url.jwalterweatherman │ ├── .corpus.url.nitro │ ├── .corpus.url.pflag │ └── .corpus.url.viper ├── ssdb │ ├── .corpus.rev.gossdb │ └── .corpus.url.gossdb ├── streadway │ ├── .corpus.rev.amqp │ ├── .corpus.rev.handy │ ├── .corpus.rev.quantile │ ├── .corpus.url.amqp │ ├── .corpus.url.handy │ └── .corpus.url.quantile ├── stretchr │ ├── .corpus.rev.testify │ └── .corpus.url.testify ├── syndtr │ ├── .corpus.rev.gocapability │ ├── .corpus.rev.goleveldb │ ├── .corpus.url.gocapability │ └── .corpus.url.goleveldb ├── tidwall │ ├── .corpus.rev.redlog │ └── .corpus.url.redlog ├── tj │ ├── .corpus.rev.cobra │ ├── .corpus.rev.go-cli-analytics │ ├── .corpus.rev.go-prompt │ ├── .corpus.rev.go-sync │ ├── .corpus.rev.pflag │ ├── .corpus.url.cobra │ ├── .corpus.url.go-cli-analytics │ ├── .corpus.url.go-prompt │ ├── .corpus.url.go-sync │ └── .corpus.url.pflag ├── tools │ ├── .corpus.project.godep │ ├── .corpus.rev.godep │ └── .corpus.url.godep ├── tsenart │ ├── .corpus.project.vegeta │ ├── .corpus.rev.vegeta │ └── .corpus.url.vegeta ├── twinj │ ├── .corpus.rev.uuid │ └── .corpus.url.uuid ├── tylerb │ ├── .corpus.rev.graceful │ └── .corpus.url.graceful ├── tylertreat │ ├── .corpus.project.comcast │ ├── .corpus.rev.comcast │ └── .corpus.url.comcast ├── uber-go │ ├── .corpus.rev.atomic │ └── .corpus.url.atomic ├── ugorji │ ├── .corpus.rev.go │ └── .corpus.url.go ├── ulikunitz │ ├── .corpus.rev.xz │ └── .corpus.url.xz ├── urfave │ ├── .corpus.project.cli │ ├── .corpus.project.negroni │ ├── .corpus.rev.cli │ ├── .corpus.rev.negroni │ ├── .corpus.url.cli │ └── .corpus.url.negroni ├── valyala │ ├── .corpus.project.fasthttp │ ├── .corpus.rev.bytebufferpool │ ├── .corpus.rev.fasthttp │ ├── .corpus.rev.fasttemplate │ ├── .corpus.rev.tcplisten │ ├── .corpus.url.bytebufferpool │ ├── .corpus.url.fasthttp │ ├── .corpus.url.fasttemplate │ └── .corpus.url.tcplisten ├── vishvananda │ ├── .corpus.rev.netlink │ ├── .corpus.rev.netns │ ├── .corpus.url.netlink │ └── .corpus.url.netns ├── vjeantet │ ├── .corpus.rev.grok │ └── .corpus.url.grok ├── vmware │ ├── .corpus.project.harbor │ ├── .corpus.rev.harbor │ └── .corpus.url.harbor ├── wendal │ ├── .corpus.rev.errors │ └── .corpus.url.errors ├── wvanbergen │ ├── .corpus.rev.kafka │ ├── .corpus.rev.kazoo-go │ ├── .corpus.url.kafka │ └── .corpus.url.kazoo-go ├── xeipuuv │ ├── .corpus.rev.gojsonpointer │ ├── .corpus.rev.gojsonreference │ ├── .corpus.rev.gojsonschema │ ├── .corpus.url.gojsonpointer │ ├── .corpus.url.gojsonreference │ └── .corpus.url.gojsonschema ├── xenolf │ ├── .corpus.rev.lego │ └── .corpus.url.lego ├── xiang90 │ ├── .corpus.rev.probing │ └── .corpus.url.probing ├── xtaci │ ├── .corpus.project.kcptun │ ├── .corpus.rev.kcp-go │ ├── .corpus.rev.kcptun │ ├── .corpus.rev.smux │ ├── .corpus.url.kcp-go │ ├── .corpus.url.kcptun │ └── .corpus.url.smux ├── xtgo │ ├── .corpus.rev.uuid │ └── .corpus.url.uuid ├── yalp │ ├── .corpus.rev.jsonpath │ └── .corpus.url.jsonpath ├── yosssi │ ├── .corpus.rev.ace │ └── .corpus.url.ace ├── yudai │ ├── .corpus.project.gotty │ ├── .corpus.rev.gojsondiff │ ├── .corpus.rev.golcs │ ├── .corpus.rev.gotty │ ├── .corpus.url.gojsondiff │ ├── .corpus.url.golcs │ └── .corpus.url.gotty ├── yuin │ ├── .corpus.rev.gopher-lua │ └── .corpus.url.gopher-lua ├── zenazn │ ├── .corpus.project.goji │ ├── .corpus.rev.goji │ └── .corpus.url.goji ├── zensqlmonitor │ ├── .corpus.rev.go-mssqldb │ └── .corpus.url.go-mssqldb └── zyedidia │ ├── .corpus.project.micro │ ├── .corpus.rev.clipboard │ ├── .corpus.rev.glob │ ├── .corpus.rev.json5 │ ├── .corpus.rev.micro │ ├── .corpus.rev.tcell │ ├── .corpus.url.clipboard │ ├── .corpus.url.glob │ ├── .corpus.url.json5 │ ├── .corpus.url.micro │ └── .corpus.url.tcell ├── go.uber.org ├── .corpus.rev.zap └── .corpus.url.zap ├── golang.org └── x │ ├── .corpus.rev.crypto │ ├── .corpus.rev.image │ ├── .corpus.rev.net │ ├── .corpus.rev.oauth2 │ ├── .corpus.rev.sys │ ├── .corpus.rev.text │ ├── .corpus.rev.time │ ├── .corpus.rev.tools │ ├── .corpus.url.crypto │ ├── .corpus.url.image │ ├── .corpus.url.net │ ├── .corpus.url.oauth2 │ ├── .corpus.url.sys │ ├── .corpus.url.text │ ├── .corpus.url.time │ └── .corpus.url.tools ├── google.golang.org ├── .corpus.project.grpc ├── .corpus.rev.api ├── .corpus.rev.appengine ├── .corpus.rev.grpc ├── .corpus.url.api ├── .corpus.url.appengine └── .corpus.url.grpc ├── gopkg.in ├── .corpus.rev.asn1-ber.v1 ├── .corpus.rev.bufio.v1 ├── .corpus.rev.check.v1 ├── .corpus.rev.fsnotify.v1 ├── .corpus.rev.gomail.v2 ├── .corpus.rev.inf.v0 ├── .corpus.rev.ini.v1 ├── .corpus.rev.ldap.v2 ├── .corpus.rev.macaron.v1 ├── .corpus.rev.mgo.v2 ├── .corpus.rev.redis.v2 ├── .corpus.rev.sourcemap.v1 ├── .corpus.rev.validator.v2 ├── .corpus.rev.yaml.v2 ├── .corpus.url.asn1-ber.v1 ├── .corpus.url.bufio.v1 ├── .corpus.url.check.v1 ├── .corpus.url.fsnotify.v1 ├── .corpus.url.gomail.v2 ├── .corpus.url.inf.v0 ├── .corpus.url.ini.v1 ├── .corpus.url.ldap.v2 ├── .corpus.url.macaron.v1 ├── .corpus.url.mgo.v2 ├── .corpus.url.redis.v2 ├── .corpus.url.sourcemap.v1 ├── .corpus.url.validator.v2 ├── .corpus.url.yaml.v2 ├── airbrake │ ├── .corpus.rev.gobrake.v2 │ └── .corpus.url.gobrake.v2 ├── alecthomas │ ├── .corpus.rev.kingpin.v2 │ └── .corpus.url.kingpin.v2 ├── cheggaaa │ ├── .corpus.rev.pb.v1 │ └── .corpus.url.pb.v1 ├── coreos │ ├── .corpus.rev.go-etcd.v0 │ └── .corpus.url.go-etcd.v0 ├── dancannon │ ├── .corpus.rev.gorethink.v1 │ └── .corpus.url.gorethink.v1 ├── editorconfig │ ├── .corpus.rev.editorconfig-core-go.v1 │ └── .corpus.url.editorconfig-core-go.v1 ├── fatih │ ├── .corpus.rev.pool.v2 │ └── .corpus.url.pool.v2 ├── gemnasium │ ├── .corpus.rev.logrus-airbrake-hook.v2 │ └── .corpus.url.logrus-airbrake-hook.v2 ├── go-playground │ ├── .corpus.rev.validator.v8 │ └── .corpus.url.validator.v8 ├── natefinch │ ├── .corpus.rev.lumberjack.v2 │ └── .corpus.url.lumberjack.v2 ├── square │ ├── .corpus.rev.go-jose.v1 │ └── .corpus.url.go-jose.v1 └── urfave │ ├── .corpus.rev.cli.v1 │ └── .corpus.url.cli.v1 ├── k8s.io ├── .corpus.project.heapster ├── .corpus.rev.heapster └── .corpus.url.heapster ├── layeh.com ├── .corpus.rev.gopher-luar └── .corpus.url.gopher-luar └── sourcegraph.com └── sourcegraph ├── .corpus.rev.appdash └── .corpus.url.appdash /src/.corpus.rev.collectd.org: -------------------------------------------------------------------------------- 1 | commit 30cc5403deead355aac18eb8dfa4788b0707b6a3 2 | Author: Florian Forster 3 | Date: Wed Nov 23 16:30:48 2016 +0100 4 | 5 | Package rpc: Fix function names in docstrings. 6 | -------------------------------------------------------------------------------- /src/.corpus.url.collectd.org: -------------------------------------------------------------------------------- 1 | https://github.com/collectd/go-collectd 2 | -------------------------------------------------------------------------------- /src/bazil.org/.corpus.rev.fuse: -------------------------------------------------------------------------------- 1 | commit 371fbbdaa8987b715bdd21d6adc4c9b20155f748 2 | Author: Tommi Virtanen 3 | Date: Thu Aug 11 14:22:31 2016 -0700 4 | 5 | Whitespace 6 | -------------------------------------------------------------------------------- /src/bazil.org/.corpus.url.fuse: -------------------------------------------------------------------------------- 1 | https://github.com/bazil/fuse 2 | -------------------------------------------------------------------------------- /src/cloud.google.com/.corpus.url.go: -------------------------------------------------------------------------------- 1 | https://code.googlesource.com/gocloud 2 | -------------------------------------------------------------------------------- /src/github.com/18F/.corpus.url.hmacauth: -------------------------------------------------------------------------------- 1 | https://github.com/18F/hmacauth 2 | -------------------------------------------------------------------------------- /src/github.com/Azure/.corpus.url.azure-sdk-for-go: -------------------------------------------------------------------------------- 1 | https://github.com/Azure/azure-sdk-for-go 2 | -------------------------------------------------------------------------------- /src/github.com/BurntSushi/.corpus.url.toml: -------------------------------------------------------------------------------- 1 | https://github.com/BurntSushi/toml 2 | -------------------------------------------------------------------------------- /src/github.com/CodisLabs/.corpus.project.codis: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsc/corpus/625dfccb7a3633a07d5eb2ba19a4ce4e6dba6afe/src/github.com/CodisLabs/.corpus.project.codis -------------------------------------------------------------------------------- /src/github.com/CodisLabs/.corpus.rev.codis: -------------------------------------------------------------------------------- 1 | commit 6d34d808098d68c96d69bd5ec02e2a7422c32048 2 | Author: spinlock 3 | Date: Tue Jan 10 15:07:35 2017 +0800 4 | 5 | vender: update godeps 6 | -------------------------------------------------------------------------------- /src/github.com/CodisLabs/.corpus.url.codis: -------------------------------------------------------------------------------- 1 | https://github.com/CodisLabs/codis 2 | -------------------------------------------------------------------------------- /src/github.com/FiloSottile/.corpus.project.Heartbleed: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsc/corpus/625dfccb7a3633a07d5eb2ba19a4ce4e6dba6afe/src/github.com/FiloSottile/.corpus.project.Heartbleed -------------------------------------------------------------------------------- /src/github.com/FiloSottile/.corpus.url.Heartbleed: -------------------------------------------------------------------------------- 1 | https://github.com/FiloSottile/Heartbleed 2 | -------------------------------------------------------------------------------- /src/github.com/GeertJohan/.corpus.url.go.rice: -------------------------------------------------------------------------------- 1 | https://github.com/GeertJohan/go.rice 2 | -------------------------------------------------------------------------------- /src/github.com/IBM-Blockchain/.corpus.project.learn-chaincode: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsc/corpus/625dfccb7a3633a07d5eb2ba19a4ce4e6dba6afe/src/github.com/IBM-Blockchain/.corpus.project.learn-chaincode -------------------------------------------------------------------------------- /src/github.com/IBM-Blockchain/.corpus.url.learn-chaincode: -------------------------------------------------------------------------------- 1 | https://github.com/IBM-Blockchain/learn-chaincode 2 | -------------------------------------------------------------------------------- /src/github.com/Masterminds/.corpus.project.glide: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsc/corpus/625dfccb7a3633a07d5eb2ba19a4ce4e6dba6afe/src/github.com/Masterminds/.corpus.project.glide -------------------------------------------------------------------------------- /src/github.com/Masterminds/.corpus.url.glide: -------------------------------------------------------------------------------- 1 | https://github.com/Masterminds/glide 2 | -------------------------------------------------------------------------------- /src/github.com/PuerkitoBio/.corpus.project.goquery: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsc/corpus/625dfccb7a3633a07d5eb2ba19a4ce4e6dba6afe/src/github.com/PuerkitoBio/.corpus.project.goquery -------------------------------------------------------------------------------- /src/github.com/PuerkitoBio/.corpus.rev.goquery: -------------------------------------------------------------------------------- 1 | commit 3cb3b8656883c2cc3deb9c643d93ea6e5157e425 2 | Author: Martin Angers 3 | Date: Thu Dec 29 22:41:54 2016 -0500 4 | 5 | Update README.md 6 | -------------------------------------------------------------------------------- /src/github.com/PuerkitoBio/.corpus.rev.purell: -------------------------------------------------------------------------------- 1 | commit 0bcb03f4b4d0a9428594752bd2a3b9aa0a9d4bd4 2 | Author: Martin Angers 3 | Date: Mon Nov 14 21:49:42 2016 -0500 4 | 5 | update changelog 6 | -------------------------------------------------------------------------------- /src/github.com/PuerkitoBio/.corpus.url.goquery: -------------------------------------------------------------------------------- 1 | https://github.com/PuerkitoBio/goquery 2 | -------------------------------------------------------------------------------- /src/github.com/PuerkitoBio/.corpus.url.purell: -------------------------------------------------------------------------------- 1 | https://github.com/PuerkitoBio/purell 2 | -------------------------------------------------------------------------------- /src/github.com/PuerkitoBio/.corpus.url.urlesc: -------------------------------------------------------------------------------- 1 | https://github.com/PuerkitoBio/urlesc 2 | -------------------------------------------------------------------------------- /src/github.com/Shopify/.corpus.rev.sarama: -------------------------------------------------------------------------------- 1 | commit 0fb560e5f7fbcaee2f75e3c34174320709f69944 2 | Author: Evan Huus 3 | Date: Tue Dec 20 13:06:09 2016 -0500 4 | 5 | Prep for v1.11 6 | -------------------------------------------------------------------------------- /src/github.com/Shopify/.corpus.url.sarama: -------------------------------------------------------------------------------- 1 | https://github.com/Shopify/sarama 2 | -------------------------------------------------------------------------------- /src/github.com/Sirupsen/.corpus.project.logrus: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsc/corpus/625dfccb7a3633a07d5eb2ba19a4ce4e6dba6afe/src/github.com/Sirupsen/.corpus.project.logrus -------------------------------------------------------------------------------- /src/github.com/Sirupsen/.corpus.url.logrus: -------------------------------------------------------------------------------- 1 | https://github.com/Sirupsen/logrus 2 | -------------------------------------------------------------------------------- /src/github.com/Terry-Mao/.corpus.project.gopush-cluster: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsc/corpus/625dfccb7a3633a07d5eb2ba19a4ce4e6dba6afe/src/github.com/Terry-Mao/.corpus.project.gopush-cluster -------------------------------------------------------------------------------- /src/github.com/Terry-Mao/.corpus.url.goconf: -------------------------------------------------------------------------------- 1 | https://github.com/Terry-Mao/goconf 2 | -------------------------------------------------------------------------------- /src/github.com/Terry-Mao/.corpus.url.gopush-cluster: -------------------------------------------------------------------------------- 1 | https://github.com/Terry-Mao/gopush-cluster 2 | -------------------------------------------------------------------------------- /src/github.com/Unknwon/.corpus.project.go-fundamental-programming: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsc/corpus/625dfccb7a3633a07d5eb2ba19a4ce4e6dba6afe/src/github.com/Unknwon/.corpus.project.go-fundamental-programming -------------------------------------------------------------------------------- /src/github.com/Unknwon/.corpus.rev.com: -------------------------------------------------------------------------------- 1 | commit 28b053d5a2923b87ce8c5a08f3af779894a72758 2 | Merge: 11db8e0 47d7d2b 3 | Author: Unknwon 4 | Date: Thu Oct 8 09:54:07 2015 -0400 5 | 6 | merge 7 | -------------------------------------------------------------------------------- /src/github.com/Unknwon/.corpus.rev.go-fundamental-programming: -------------------------------------------------------------------------------- 1 | commit 06f6c63a325a03c372dd8182ff343a6f0cc2ed57 2 | Author: Unknwon 3 | Date: Mon Nov 23 23:57:22 2015 -0500 4 | 5 | Update README.md 6 | -------------------------------------------------------------------------------- /src/github.com/Unknwon/.corpus.rev.paginater: -------------------------------------------------------------------------------- 1 | commit 701c23f468663c34d1b1768c3ae1bcc57e11c5b3 2 | Author: Unknwon 3 | Date: Thu Dec 22 06:45:17 2016 -0500 4 | 5 | Add tests for PagingNum 6 | -------------------------------------------------------------------------------- /src/github.com/Unknwon/.corpus.url.cae: -------------------------------------------------------------------------------- 1 | https://github.com/Unknwon/cae 2 | -------------------------------------------------------------------------------- /src/github.com/Unknwon/.corpus.url.com: -------------------------------------------------------------------------------- 1 | https://github.com/Unknwon/com 2 | -------------------------------------------------------------------------------- /src/github.com/Unknwon/.corpus.url.go-fundamental-programming: -------------------------------------------------------------------------------- 1 | https://github.com/Unknwon/go-fundamental-programming 2 | -------------------------------------------------------------------------------- /src/github.com/Unknwon/.corpus.url.goconfig: -------------------------------------------------------------------------------- 1 | https://github.com/Unknwon/goconfig 2 | -------------------------------------------------------------------------------- /src/github.com/Unknwon/.corpus.url.i18n: -------------------------------------------------------------------------------- 1 | https://github.com/Unknwon/i18n 2 | -------------------------------------------------------------------------------- /src/github.com/Unknwon/.corpus.url.paginater: -------------------------------------------------------------------------------- 1 | https://github.com/Unknwon/paginater 2 | -------------------------------------------------------------------------------- /src/github.com/VividCortex/.corpus.url.gohistogram: -------------------------------------------------------------------------------- 1 | https://github.com/VividCortex/gohistogram 2 | -------------------------------------------------------------------------------- /src/github.com/Yawning/.corpus.url.chacha20: -------------------------------------------------------------------------------- 1 | https://github.com/Yawning/chacha20 2 | -------------------------------------------------------------------------------- /src/github.com/adamzy/.corpus.url.cedar-go: -------------------------------------------------------------------------------- 1 | https://github.com/adamzy/cedar-go 2 | -------------------------------------------------------------------------------- /src/github.com/aerospike/.corpus.rev.aerospike-client-go: -------------------------------------------------------------------------------- 1 | commit 95e1ad7791bdbca44707fedbb29be42024900d9c 2 | Author: Khosrow Afroozeh 3 | Date: Wed Jan 11 19:48:17 2017 +0100 4 | 5 | Updated Changelog 6 | -------------------------------------------------------------------------------- /src/github.com/aerospike/.corpus.url.aerospike-client-go: -------------------------------------------------------------------------------- 1 | https://github.com/aerospike/aerospike-client-go 2 | -------------------------------------------------------------------------------- /src/github.com/afex/.corpus.url.hystrix-go: -------------------------------------------------------------------------------- 1 | https://github.com/afex/hystrix-go 2 | -------------------------------------------------------------------------------- /src/github.com/agtorre/.corpus.url.gocolorize: -------------------------------------------------------------------------------- 1 | https://github.com/agtorre/gocolorize 2 | -------------------------------------------------------------------------------- /src/github.com/ajg/.corpus.url.form: -------------------------------------------------------------------------------- 1 | https://github.com/ajg/form 2 | -------------------------------------------------------------------------------- /src/github.com/alecthomas/.corpus.rev.log4go: -------------------------------------------------------------------------------- 1 | commit e5dc62318d9bd58682f1dceb53a4b24e8253682f 2 | Author: Alec Thomas 3 | Date: Mon Mar 7 12:12:53 2016 +1100 4 | 5 | Abandoned. 6 | -------------------------------------------------------------------------------- /src/github.com/alecthomas/.corpus.rev.template: -------------------------------------------------------------------------------- 1 | commit a0175ee3bccc567396460bf5acd36800cb10c49c 2 | Author: Alec Thomas 3 | Date: Tue Apr 5 17:15:01 2016 +1000 4 | 5 | Add Go LICENSE. Fixes #4. 6 | -------------------------------------------------------------------------------- /src/github.com/alecthomas/.corpus.rev.units: -------------------------------------------------------------------------------- 1 | commit 2efee857e7cfd4f3d0138cc3cbb1b4966962b93a 2 | Author: Alec Thomas 3 | Date: Thu Oct 22 17:55:26 2015 +1100 4 | 5 | Fixes #2 due to an upstream testify change. 6 | -------------------------------------------------------------------------------- /src/github.com/alecthomas/.corpus.url.log4go: -------------------------------------------------------------------------------- 1 | https://github.com/alecthomas/log4go 2 | -------------------------------------------------------------------------------- /src/github.com/alecthomas/.corpus.url.template: -------------------------------------------------------------------------------- 1 | https://github.com/alecthomas/template 2 | -------------------------------------------------------------------------------- /src/github.com/alecthomas/.corpus.url.units: -------------------------------------------------------------------------------- 1 | https://github.com/alecthomas/units 2 | -------------------------------------------------------------------------------- /src/github.com/alexflint/.corpus.project.gallium: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsc/corpus/625dfccb7a3633a07d5eb2ba19a4ce4e6dba6afe/src/github.com/alexflint/.corpus.project.gallium -------------------------------------------------------------------------------- /src/github.com/alexflint/.corpus.rev.gallium: -------------------------------------------------------------------------------- 1 | commit 7ad2af1bbee9106ab4f2d9ae60140cf8aa931e46 2 | Author: Alex Flint 3 | Date: Sun Dec 25 16:04:37 2016 -0800 4 | 5 | Update README.md 6 | -------------------------------------------------------------------------------- /src/github.com/alexflint/.corpus.url.gallium: -------------------------------------------------------------------------------- 1 | https://github.com/alexflint/gallium 2 | -------------------------------------------------------------------------------- /src/github.com/amir/.corpus.url.raidman: -------------------------------------------------------------------------------- 1 | https://github.com/amir/raidman 2 | -------------------------------------------------------------------------------- /src/github.com/andlabs/.corpus.project.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsc/corpus/625dfccb7a3633a07d5eb2ba19a4ce4e6dba6afe/src/github.com/andlabs/.corpus.project.ui -------------------------------------------------------------------------------- /src/github.com/andlabs/.corpus.url.ui: -------------------------------------------------------------------------------- 1 | https://github.com/andlabs/ui 2 | -------------------------------------------------------------------------------- /src/github.com/andybalholm/.corpus.url.cascadia: -------------------------------------------------------------------------------- 1 | https://github.com/andybalholm/cascadia 2 | -------------------------------------------------------------------------------- /src/github.com/apache/.corpus.url.thrift: -------------------------------------------------------------------------------- 1 | https://github.com/apache/thrift 2 | -------------------------------------------------------------------------------- /src/github.com/apex/.corpus.project.apex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsc/corpus/625dfccb7a3633a07d5eb2ba19a4ce4e6dba6afe/src/github.com/apex/.corpus.project.apex -------------------------------------------------------------------------------- /src/github.com/apex/.corpus.rev.apex: -------------------------------------------------------------------------------- 1 | commit 704b857473822578f12678ab5021be82176708d8 2 | Author: TJ Holowaychuk 3 | Date: Thu Jan 19 09:33:58 2017 -0800 4 | 5 | fix shim logging 6 | 7 | missed one 8 | -------------------------------------------------------------------------------- /src/github.com/apex/.corpus.rev.log: -------------------------------------------------------------------------------- 1 | commit f0aad537c25ee2786481d82844ce23b32d99b52a 2 | Author: TJ Holowaychuk 3 | Date: Tue Dec 20 16:15:35 2016 -0800 4 | 5 | refactor field sorting 6 | -------------------------------------------------------------------------------- /src/github.com/apex/.corpus.url.apex: -------------------------------------------------------------------------------- 1 | https://github.com/apex/apex 2 | -------------------------------------------------------------------------------- /src/github.com/apex/.corpus.url.log: -------------------------------------------------------------------------------- 1 | https://github.com/apex/log 2 | -------------------------------------------------------------------------------- /src/github.com/asaskevich/.corpus.url.govalidator: -------------------------------------------------------------------------------- 1 | https://github.com/asaskevich/govalidator 2 | -------------------------------------------------------------------------------- /src/github.com/astaxie/.corpus.project.beego: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsc/corpus/625dfccb7a3633a07d5eb2ba19a4ce4e6dba6afe/src/github.com/astaxie/.corpus.project.beego -------------------------------------------------------------------------------- /src/github.com/astaxie/.corpus.project.go-best-practice: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsc/corpus/625dfccb7a3633a07d5eb2ba19a4ce4e6dba6afe/src/github.com/astaxie/.corpus.project.go-best-practice -------------------------------------------------------------------------------- /src/github.com/astaxie/.corpus.rev.go-best-practice: -------------------------------------------------------------------------------- 1 | commit 67aa4052f1f84c6a8ada0e2f5ff07ca970dd9885 2 | Author: astaxie 3 | Date: Wed Oct 19 23:28:24 2016 +0800 4 | 5 | Update README.md 6 | -------------------------------------------------------------------------------- /src/github.com/astaxie/.corpus.url.beego: -------------------------------------------------------------------------------- 1 | https://github.com/astaxie/beego 2 | -------------------------------------------------------------------------------- /src/github.com/astaxie/.corpus.url.go-best-practice: -------------------------------------------------------------------------------- 1 | https://github.com/astaxie/go-best-practice 2 | -------------------------------------------------------------------------------- /src/github.com/attic-labs/.corpus.project.noms: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsc/corpus/625dfccb7a3633a07d5eb2ba19a4ce4e6dba6afe/src/github.com/attic-labs/.corpus.project.noms -------------------------------------------------------------------------------- /src/github.com/attic-labs/.corpus.url.noms: -------------------------------------------------------------------------------- 1 | https://github.com/attic-labs/noms 2 | -------------------------------------------------------------------------------- /src/github.com/avelino/.corpus.project.awesome-go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsc/corpus/625dfccb7a3633a07d5eb2ba19a4ce4e6dba6afe/src/github.com/avelino/.corpus.project.awesome-go -------------------------------------------------------------------------------- /src/github.com/avelino/.corpus.rev.awesome-go: -------------------------------------------------------------------------------- 1 | commit 99b3906ac645c391df6cf2262c891eabce5ded8b 2 | Author: Kirill Danshin 3 | Date: Thu Jan 19 18:45:36 2017 +0300 4 | 5 | fix travis config 6 | -------------------------------------------------------------------------------- /src/github.com/avelino/.corpus.url.awesome-go: -------------------------------------------------------------------------------- 1 | https://github.com/avelino/awesome-go 2 | -------------------------------------------------------------------------------- /src/github.com/aws/.corpus.project.aws-sdk-go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsc/corpus/625dfccb7a3633a07d5eb2ba19a4ce4e6dba6afe/src/github.com/aws/.corpus.project.aws-sdk-go -------------------------------------------------------------------------------- /src/github.com/aws/.corpus.url.aws-sdk-go: -------------------------------------------------------------------------------- 1 | https://github.com/aws/aws-sdk-go 2 | -------------------------------------------------------------------------------- /src/github.com/badgerodon/.corpus.rev.peg: -------------------------------------------------------------------------------- 1 | commit 9e5f7f4d07ca576562618c23e8abadda278b684f 2 | Author: Caleb Doxsey 3 | Date: Mon Jul 29 13:51:51 2013 -0400 4 | 5 | Added LICENSE 6 | -------------------------------------------------------------------------------- /src/github.com/badgerodon/.corpus.url.peg: -------------------------------------------------------------------------------- 1 | https://github.com/badgerodon/peg 2 | -------------------------------------------------------------------------------- /src/github.com/beego/.corpus.rev.goyaml2: -------------------------------------------------------------------------------- 1 | commit 5545475820ddd4db3f90a4900d44b65d077d702d 2 | Author: wendal 3 | Date: Thu Feb 7 09:23:46 2013 +0800 4 | 5 | remove logs 6 | -------------------------------------------------------------------------------- /src/github.com/beego/.corpus.rev.x2j: -------------------------------------------------------------------------------- 1 | commit a0352aadc5420072ebe692481a5d6913d77f8cf0 2 | Author: clbanning 3 | Date: Fri Dec 20 14:51:30 2013 -0600 4 | 5 | typo 6 | -------------------------------------------------------------------------------- /src/github.com/beego/.corpus.url.goyaml2: -------------------------------------------------------------------------------- 1 | https://github.com/beego/goyaml2 2 | -------------------------------------------------------------------------------- /src/github.com/beego/.corpus.url.x2j: -------------------------------------------------------------------------------- 1 | https://github.com/beego/x2j 2 | -------------------------------------------------------------------------------- /src/github.com/belogik/.corpus.rev.goes: -------------------------------------------------------------------------------- 1 | commit e54d722c3aff588e4c737fe11c07359019240824 2 | Author: Jérôme Renard 3 | Date: Tue Dec 29 13:50:03 2015 +0100 4 | 5 | Added message about new repository 6 | -------------------------------------------------------------------------------- /src/github.com/belogik/.corpus.url.goes: -------------------------------------------------------------------------------- 1 | https://github.com/belogik/goes 2 | -------------------------------------------------------------------------------- /src/github.com/beorn7/.corpus.url.perks: -------------------------------------------------------------------------------- 1 | https://github.com/beorn7/perks 2 | -------------------------------------------------------------------------------- /src/github.com/bep/.corpus.rev.inflect: -------------------------------------------------------------------------------- 1 | commit b896c45f5af983b1f416bdf3bb89c4f1f0926f69 2 | Author: Bjørn Erik Pedersen 3 | Date: Fri Apr 8 21:03:23 2016 +0200 4 | 5 | Update install instruction 6 | -------------------------------------------------------------------------------- /src/github.com/bep/.corpus.url.gitmap: -------------------------------------------------------------------------------- 1 | https://github.com/bep/gitmap 2 | -------------------------------------------------------------------------------- /src/github.com/bep/.corpus.url.inflect: -------------------------------------------------------------------------------- 1 | https://github.com/bep/inflect 2 | -------------------------------------------------------------------------------- /src/github.com/bgentry/.corpus.url.speakeasy: -------------------------------------------------------------------------------- 1 | https://github.com/bgentry/speakeasy 2 | -------------------------------------------------------------------------------- /src/github.com/bitly/.corpus.project.oauth2_proxy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsc/corpus/625dfccb7a3633a07d5eb2ba19a4ce4e6dba6afe/src/github.com/bitly/.corpus.project.oauth2_proxy -------------------------------------------------------------------------------- /src/github.com/bitly/.corpus.rev.go-simplejson: -------------------------------------------------------------------------------- 1 | commit aabad6e819789e569bd6aabf444c935aa9ba1e44 2 | Author: Matt Reiferson 3 | Date: Tue Sep 15 09:53:35 2015 -0700 4 | 5 | bump v0.5.0 6 | -------------------------------------------------------------------------------- /src/github.com/bitly/.corpus.rev.timer_metrics: -------------------------------------------------------------------------------- 1 | commit afad1794bb13e2a094720aeb27c088aa64564895 2 | Author: Jehiah Czebotar 3 | Date: Mon Feb 2 22:41:19 2015 -0500 4 | 5 | readme 6 | -------------------------------------------------------------------------------- /src/github.com/bitly/.corpus.url.go-hostpool: -------------------------------------------------------------------------------- 1 | https://github.com/bitly/go-hostpool 2 | -------------------------------------------------------------------------------- /src/github.com/bitly/.corpus.url.go-simplejson: -------------------------------------------------------------------------------- 1 | https://github.com/bitly/go-simplejson 2 | -------------------------------------------------------------------------------- /src/github.com/bitly/.corpus.url.oauth2_proxy: -------------------------------------------------------------------------------- 1 | https://github.com/bitly/oauth2_proxy 2 | -------------------------------------------------------------------------------- /src/github.com/bitly/.corpus.url.timer_metrics: -------------------------------------------------------------------------------- 1 | https://github.com/bitly/timer_metrics 2 | -------------------------------------------------------------------------------- /src/github.com/blang/.corpus.url.semver: -------------------------------------------------------------------------------- 1 | https://github.com/blang/semver 2 | -------------------------------------------------------------------------------- /src/github.com/bmizerany/.corpus.rev.assert: -------------------------------------------------------------------------------- 1 | commit b7ed37b82869576c289d7d97fb2bbd8b64a0cb28 2 | Author: Blake Mizerany 3 | Date: Sat Jun 11 15:19:34 2016 -0700 4 | 5 | maintain no more. 6 | -------------------------------------------------------------------------------- /src/github.com/bmizerany/.corpus.rev.perks: -------------------------------------------------------------------------------- 1 | commit d9a9656a3a4b1c2864fdb44db2ef8619772d92aa 2 | Author: Blake Mizerany 3 | Date: Wed Jul 16 14:06:14 2014 -0700 4 | 5 | quantile: remove allocations 6 | -------------------------------------------------------------------------------- /src/github.com/bmizerany/.corpus.url.assert: -------------------------------------------------------------------------------- 1 | https://github.com/bmizerany/assert 2 | -------------------------------------------------------------------------------- /src/github.com/bmizerany/.corpus.url.pat: -------------------------------------------------------------------------------- 1 | https://github.com/bmizerany/pat 2 | -------------------------------------------------------------------------------- /src/github.com/bmizerany/.corpus.url.perks: -------------------------------------------------------------------------------- 1 | https://github.com/bmizerany/perks 2 | -------------------------------------------------------------------------------- /src/github.com/boj/.corpus.url.redistore: -------------------------------------------------------------------------------- 1 | https://github.com/boj/redistore 2 | -------------------------------------------------------------------------------- /src/github.com/boltdb/.corpus.project.bolt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsc/corpus/625dfccb7a3633a07d5eb2ba19a4ce4e6dba6afe/src/github.com/boltdb/.corpus.project.bolt -------------------------------------------------------------------------------- /src/github.com/boltdb/.corpus.url.bolt: -------------------------------------------------------------------------------- 1 | https://github.com/boltdb/bolt 2 | -------------------------------------------------------------------------------- /src/github.com/bradfitz/.corpus.url.gomemcache: -------------------------------------------------------------------------------- 1 | https://github.com/bradfitz/gomemcache 2 | -------------------------------------------------------------------------------- /src/github.com/cayleygraph/.corpus.project.cayley: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsc/corpus/625dfccb7a3633a07d5eb2ba19a4ce4e6dba6afe/src/github.com/cayleygraph/.corpus.project.cayley -------------------------------------------------------------------------------- /src/github.com/cayleygraph/.corpus.url.cayley: -------------------------------------------------------------------------------- 1 | https://github.com/cayleygraph/cayley 2 | -------------------------------------------------------------------------------- /src/github.com/cenkalti/.corpus.rev.backoff: -------------------------------------------------------------------------------- 1 | commit b02f2bbce11d7ea6b97f282ef1771b0fe2f65ef3 2 | Author: Cenk Alti 3 | Date: Thu Oct 20 22:44:10 2016 +0300 4 | 5 | update repo path 6 | -------------------------------------------------------------------------------- /src/github.com/cenkalti/.corpus.url.backoff: -------------------------------------------------------------------------------- 1 | https://github.com/cenkalti/backoff 2 | -------------------------------------------------------------------------------- /src/github.com/cespare/.corpus.url.xxhash: -------------------------------------------------------------------------------- 1 | https://github.com/cespare/xxhash 2 | -------------------------------------------------------------------------------- /src/github.com/cheggaaa/.corpus.rev.pb: -------------------------------------------------------------------------------- 1 | commit d7e6ca3010b6f084d8056847f55d7f572f180678 2 | Author: Sergey Cherepanov 3 | Date: Mon Nov 21 12:29:06 2016 +0300 4 | 5 | More correct string width #90 6 | -------------------------------------------------------------------------------- /src/github.com/cheggaaa/.corpus.url.pb: -------------------------------------------------------------------------------- 1 | https://github.com/cheggaaa/pb 2 | -------------------------------------------------------------------------------- /src/github.com/chrislusf/.corpus.project.seaweedfs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsc/corpus/625dfccb7a3633a07d5eb2ba19a4ce4e6dba6afe/src/github.com/chrislusf/.corpus.project.seaweedfs -------------------------------------------------------------------------------- /src/github.com/chrislusf/.corpus.rev.raft: -------------------------------------------------------------------------------- 1 | commit 5f7ddd8f479583daf05879d3d3b174aa202c8fb7 2 | Author: Chris Lu 3 | Date: Mon May 30 12:24:17 2016 -0700 4 | 5 | fat 6 | -------------------------------------------------------------------------------- /src/github.com/chrislusf/.corpus.rev.seaweedfs: -------------------------------------------------------------------------------- 1 | commit c8f54aad8b5597caa77143bf12638fa1e80172a3 2 | Author: Chris Lu 3 | Date: Wed Jan 18 09:54:43 2017 -0800 4 | 5 | adjust timing of leader election 6 | -------------------------------------------------------------------------------- /src/github.com/chrislusf/.corpus.url.raft: -------------------------------------------------------------------------------- 1 | https://github.com/chrislusf/raft 2 | -------------------------------------------------------------------------------- /src/github.com/chrislusf/.corpus.url.seaweedfs: -------------------------------------------------------------------------------- 1 | https://github.com/chrislusf/seaweedfs 2 | -------------------------------------------------------------------------------- /src/github.com/cockroachdb/.corpus.url.cmux: -------------------------------------------------------------------------------- 1 | https://github.com/cockroachdb/cmux 2 | -------------------------------------------------------------------------------- /src/github.com/codegangsta/.corpus.url.inject: -------------------------------------------------------------------------------- 1 | https://github.com/codegangsta/inject 2 | -------------------------------------------------------------------------------- /src/github.com/coreos/.corpus.project.etcd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsc/corpus/625dfccb7a3633a07d5eb2ba19a4ce4e6dba6afe/src/github.com/coreos/.corpus.project.etcd -------------------------------------------------------------------------------- /src/github.com/coreos/.corpus.project.rkt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsc/corpus/625dfccb7a3633a07d5eb2ba19a4ce4e6dba6afe/src/github.com/coreos/.corpus.project.rkt -------------------------------------------------------------------------------- /src/github.com/coreos/.corpus.url.etcd: -------------------------------------------------------------------------------- 1 | https://github.com/coreos/etcd 2 | -------------------------------------------------------------------------------- /src/github.com/coreos/.corpus.url.go-etcd: -------------------------------------------------------------------------------- 1 | https://github.com/coreos/go-etcd 2 | -------------------------------------------------------------------------------- /src/github.com/coreos/.corpus.url.go-semver: -------------------------------------------------------------------------------- 1 | https://github.com/coreos/go-semver 2 | -------------------------------------------------------------------------------- /src/github.com/coreos/.corpus.url.go-systemd: -------------------------------------------------------------------------------- 1 | https://github.com/coreos/go-systemd 2 | -------------------------------------------------------------------------------- /src/github.com/coreos/.corpus.url.pkg: -------------------------------------------------------------------------------- 1 | https://github.com/coreos/pkg 2 | -------------------------------------------------------------------------------- /src/github.com/coreos/.corpus.url.rkt: -------------------------------------------------------------------------------- 1 | https://github.com/coreos/rkt 2 | -------------------------------------------------------------------------------- /src/github.com/couchbase/.corpus.url.go-couchbase: -------------------------------------------------------------------------------- 1 | https://github.com/couchbase/go-couchbase 2 | -------------------------------------------------------------------------------- /src/github.com/couchbase/.corpus.url.gomemcached: -------------------------------------------------------------------------------- 1 | https://github.com/couchbase/gomemcached 2 | -------------------------------------------------------------------------------- /src/github.com/couchbase/.corpus.url.goutils: -------------------------------------------------------------------------------- 1 | https://github.com/couchbase/goutils 2 | -------------------------------------------------------------------------------- /src/github.com/cpuguy83/.corpus.url.go-md2man: -------------------------------------------------------------------------------- 1 | https://github.com/cpuguy83/go-md2man 2 | -------------------------------------------------------------------------------- /src/github.com/cupcake/.corpus.rev.rdb: -------------------------------------------------------------------------------- 1 | commit 43ba34106c765f2111c0dc7b74cdf8ee437411e0 2 | Author: skurganov 3 | Date: Thu Aug 25 18:38:14 2016 +0300 4 | 5 | bugfix: fix invalid dependence 6 | -------------------------------------------------------------------------------- /src/github.com/cupcake/.corpus.url.rdb: -------------------------------------------------------------------------------- 1 | https://github.com/cupcake/rdb 2 | -------------------------------------------------------------------------------- /src/github.com/cyfdecyf/.corpus.project.cow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsc/corpus/625dfccb7a3633a07d5eb2ba19a4ce4e6dba6afe/src/github.com/cyfdecyf/.corpus.project.cow -------------------------------------------------------------------------------- /src/github.com/cyfdecyf/.corpus.rev.bufio: -------------------------------------------------------------------------------- 1 | commit 9601756e2a6b5fa8ca6749ce4f73f6afdd83030d 2 | Author: Chen Yufei 3 | Date: Thu Jun 13 21:56:30 2013 +0800 4 | 5 | Add scan.go from Go 1.1.1 6 | -------------------------------------------------------------------------------- /src/github.com/cyfdecyf/.corpus.rev.color: -------------------------------------------------------------------------------- 1 | commit 31d518c963d22b95d500ab628c1d1d1b8eff2ab9 2 | Author: Chen Yufei 3 | Date: Tue Aug 27 18:59:46 2013 +0800 4 | 5 | Initial implementation. 6 | -------------------------------------------------------------------------------- /src/github.com/cyfdecyf/.corpus.rev.leakybuf: -------------------------------------------------------------------------------- 1 | commit ffae040843bee2891b6306d1d085c25ca822e72c 2 | Author: Chen Yufei 3 | Date: Wed Jun 18 09:18:00 2014 +0800 4 | 5 | Add BSD 2-clause LICENSE. 6 | -------------------------------------------------------------------------------- /src/github.com/cyfdecyf/.corpus.url.bufio: -------------------------------------------------------------------------------- 1 | https://github.com/cyfdecyf/bufio 2 | -------------------------------------------------------------------------------- /src/github.com/cyfdecyf/.corpus.url.color: -------------------------------------------------------------------------------- 1 | https://github.com/cyfdecyf/color 2 | -------------------------------------------------------------------------------- /src/github.com/cyfdecyf/.corpus.url.cow: -------------------------------------------------------------------------------- 1 | https://github.com/cyfdecyf/cow 2 | -------------------------------------------------------------------------------- /src/github.com/cyfdecyf/.corpus.url.leakybuf: -------------------------------------------------------------------------------- 1 | https://github.com/cyfdecyf/leakybuf 2 | -------------------------------------------------------------------------------- /src/github.com/cznic/.corpus.rev.golex: -------------------------------------------------------------------------------- 1 | commit da5a7153a51074477ecac5c45a7e5182a0c72448 2 | Author: Jan Mercl <0xjnml@gmail.com> 3 | Date: Fri Apr 22 14:16:50 2016 +0200 4 | 5 | Do not unget chars in a loop. 6 | -------------------------------------------------------------------------------- /src/github.com/cznic/.corpus.rev.internal: -------------------------------------------------------------------------------- 1 | commit cef02a853c3a93623c42eacd574e7ea05f55531b 2 | Author: Jan Mercl <0xjnml@gmail.com> 3 | Date: Mon Sep 5 11:40:39 2016 +0200 4 | 5 | Update README. Updates #2. 6 | -------------------------------------------------------------------------------- /src/github.com/cznic/.corpus.rev.kv: -------------------------------------------------------------------------------- 1 | commit c5de474a2ccdaed5ba5ff8b5d2d213dbf48a8b5e 2 | Author: Jan Mercl <0xjnml@gmail.com> 3 | Date: Mon Sep 12 11:46:54 2016 +0200 4 | 5 | TestIssue32: Fix race. Updates #32. 6 | -------------------------------------------------------------------------------- /src/github.com/cznic/.corpus.rev.mathutil: -------------------------------------------------------------------------------- 1 | commit 4609a45a9e61188d0d69a5d8ad42600c3df35002 2 | Author: Jan Mercl <0xjnml@gmail.com> 3 | Date: Wed Oct 12 12:45:33 2016 +0200 4 | 5 | Fix QuadPolyFactors. 6 | -------------------------------------------------------------------------------- /src/github.com/cznic/.corpus.rev.parser: -------------------------------------------------------------------------------- 1 | commit 31edd927e5b19d1c4a260c41a397e7f81d6694d9 2 | Author: Jan Mercl <0xjnml@gmail.com> 3 | Date: Wed Jun 22 12:09:04 2016 +0200 4 | 5 | Allow dot in names. Fixes #4. 6 | -------------------------------------------------------------------------------- /src/github.com/cznic/.corpus.rev.sortutil: -------------------------------------------------------------------------------- 1 | commit 4c7342852e65c2088c981288f2c5610d10b9f7f4 2 | Author: Jan Mercl <0xjnml@gmail.com> 3 | Date: Wed Jun 17 10:33:42 2015 +0200 4 | 5 | Add utils for math/big.{Int,Rat}. 6 | -------------------------------------------------------------------------------- /src/github.com/cznic/.corpus.rev.strutil: -------------------------------------------------------------------------------- 1 | commit 7cacf66b7e1bd697d83ea7e97f36960b6e93d909 2 | Author: Jan Mercl <0xjnml@gmail.com> 3 | Date: Mon Jan 16 13:48:09 2017 +0100 4 | 5 | Add {Gopath,ImportPath}(). 6 | -------------------------------------------------------------------------------- /src/github.com/cznic/.corpus.rev.y: -------------------------------------------------------------------------------- 1 | commit 938f8e85fcdf318917f03ea45c1f69f16037cd0d 2 | Author: Jan Mercl <0xjnml@gmail.com> 3 | Date: Fri Oct 7 15:26:23 2016 +0200 4 | 5 | Make Action.Kind() receiver a pointer. 6 | -------------------------------------------------------------------------------- /src/github.com/cznic/.corpus.rev.zappy: -------------------------------------------------------------------------------- 1 | commit 2533cb5b45cc6c07421468ce262899ddc9d53fb7 2 | Author: Jan Mercl <0xjnml@gmail.com> 3 | Date: Sat Jul 23 15:35:15 2016 +0200 4 | 5 | Fix MaxEncodedLen. Closes #5. 6 | -------------------------------------------------------------------------------- /src/github.com/cznic/.corpus.url.fileutil: -------------------------------------------------------------------------------- 1 | https://github.com/cznic/fileutil 2 | -------------------------------------------------------------------------------- /src/github.com/cznic/.corpus.url.golex: -------------------------------------------------------------------------------- 1 | https://github.com/cznic/golex 2 | -------------------------------------------------------------------------------- /src/github.com/cznic/.corpus.url.internal: -------------------------------------------------------------------------------- 1 | https://github.com/cznic/internal 2 | -------------------------------------------------------------------------------- /src/github.com/cznic/.corpus.url.kv: -------------------------------------------------------------------------------- 1 | https://github.com/cznic/kv 2 | -------------------------------------------------------------------------------- /src/github.com/cznic/.corpus.url.lldb: -------------------------------------------------------------------------------- 1 | https://github.com/cznic/lldb 2 | -------------------------------------------------------------------------------- /src/github.com/cznic/.corpus.url.mathutil: -------------------------------------------------------------------------------- 1 | https://github.com/cznic/mathutil 2 | -------------------------------------------------------------------------------- /src/github.com/cznic/.corpus.url.parser: -------------------------------------------------------------------------------- 1 | https://github.com/cznic/parser 2 | -------------------------------------------------------------------------------- /src/github.com/cznic/.corpus.url.sortutil: -------------------------------------------------------------------------------- 1 | https://github.com/cznic/sortutil 2 | -------------------------------------------------------------------------------- /src/github.com/cznic/.corpus.url.strutil: -------------------------------------------------------------------------------- 1 | https://github.com/cznic/strutil 2 | -------------------------------------------------------------------------------- /src/github.com/cznic/.corpus.url.y: -------------------------------------------------------------------------------- 1 | https://github.com/cznic/y 2 | -------------------------------------------------------------------------------- /src/github.com/cznic/.corpus.url.zappy: -------------------------------------------------------------------------------- 1 | https://github.com/cznic/zappy 2 | -------------------------------------------------------------------------------- /src/github.com/daaku/.corpus.url.go.zipexe: -------------------------------------------------------------------------------- 1 | https://github.com/daaku/go.zipexe 2 | -------------------------------------------------------------------------------- /src/github.com/davecgh/.corpus.url.go-spew: -------------------------------------------------------------------------------- 1 | https://github.com/davecgh/go-spew 2 | -------------------------------------------------------------------------------- /src/github.com/dchest/.corpus.rev.cssmin: -------------------------------------------------------------------------------- 1 | commit fb8d9b44afdc258bfff6052d3667521babcb2239 2 | Author: Dmitry Chestnykh 3 | Date: Thu Dec 10 18:00:30 2015 +0100 4 | 5 | Added LICENSE 6 | -------------------------------------------------------------------------------- /src/github.com/dchest/.corpus.url.cssmin: -------------------------------------------------------------------------------- 1 | https://github.com/dchest/cssmin 2 | -------------------------------------------------------------------------------- /src/github.com/denisenkom/.corpus.url.go-mssqldb: -------------------------------------------------------------------------------- 1 | https://github.com/denisenkom/go-mssqldb 2 | -------------------------------------------------------------------------------- /src/github.com/derekparker/.corpus.project.delve: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsc/corpus/625dfccb7a3633a07d5eb2ba19a4ce4e6dba6afe/src/github.com/derekparker/.corpus.project.delve -------------------------------------------------------------------------------- /src/github.com/derekparker/.corpus.rev.delve: -------------------------------------------------------------------------------- 1 | commit 449b276fe1ce7e20a0c7ffffbdd47d97f40022a1 2 | Author: Derek Parker 3 | Date: Wed Jan 11 11:37:04 2017 -0800 4 | 5 | Bump to version 0.12.1 6 | -------------------------------------------------------------------------------- /src/github.com/derekparker/.corpus.url.delve: -------------------------------------------------------------------------------- 1 | https://github.com/derekparker/delve 2 | -------------------------------------------------------------------------------- /src/github.com/dghubble/.corpus.rev.sling: -------------------------------------------------------------------------------- 1 | commit eb56e89ac5088bebb12eef3cb4b293300f43608b 2 | Author: Dalton Hubble 3 | Date: Sun Dec 18 03:07:05 2016 -0800 4 | 5 | Add CHANGES for v1.1.0 6 | -------------------------------------------------------------------------------- /src/github.com/dghubble/.corpus.url.sling: -------------------------------------------------------------------------------- 1 | https://github.com/dghubble/sling 2 | -------------------------------------------------------------------------------- /src/github.com/dgrijalva/.corpus.url.jwt-go: -------------------------------------------------------------------------------- 1 | https://github.com/dgrijalva/jwt-go 2 | -------------------------------------------------------------------------------- /src/github.com/dgryski/.corpus.rev.go-bits: -------------------------------------------------------------------------------- 1 | commit 2ad8d707cc05b1815ce6ff2543bb5e8d8f9298ef 2 | Author: Damian Gryski 3 | Date: Wed Jun 1 09:36:36 2016 +0200 4 | 5 | docs++ 6 | -------------------------------------------------------------------------------- /src/github.com/dgryski/.corpus.url.go-bits: -------------------------------------------------------------------------------- 1 | https://github.com/dgryski/go-bits 2 | -------------------------------------------------------------------------------- /src/github.com/dgryski/.corpus.url.go-bitstream: -------------------------------------------------------------------------------- 1 | https://github.com/dgryski/go-bitstream 2 | -------------------------------------------------------------------------------- /src/github.com/dinedal/.corpus.project.textql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsc/corpus/625dfccb7a3633a07d5eb2ba19a4ce4e6dba6afe/src/github.com/dinedal/.corpus.project.textql -------------------------------------------------------------------------------- /src/github.com/dinedal/.corpus.url.textql: -------------------------------------------------------------------------------- 1 | https://github.com/dinedal/textql 2 | -------------------------------------------------------------------------------- /src/github.com/disintegration/.corpus.url.imaging: -------------------------------------------------------------------------------- 1 | https://github.com/disintegration/imaging 2 | -------------------------------------------------------------------------------- /src/github.com/dlclark/.corpus.url.regexp2: -------------------------------------------------------------------------------- 1 | https://github.com/dlclark/regexp2 2 | -------------------------------------------------------------------------------- /src/github.com/dlintw/.corpus.rev.goconf: -------------------------------------------------------------------------------- 1 | commit dcc070983490608a14480e3bf943bad464785df5 2 | Author: Daniel YC Lin 3 | Date: Tue Feb 28 16:26:10 2012 +0800 4 | 5 | update url to document 6 | -------------------------------------------------------------------------------- /src/github.com/dlintw/.corpus.url.goconf: -------------------------------------------------------------------------------- 1 | https://github.com/dlintw/goconf 2 | -------------------------------------------------------------------------------- /src/github.com/docker/.corpus.project.distribution: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsc/corpus/625dfccb7a3633a07d5eb2ba19a4ce4e6dba6afe/src/github.com/docker/.corpus.project.distribution -------------------------------------------------------------------------------- /src/github.com/docker/.corpus.project.docker: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsc/corpus/625dfccb7a3633a07d5eb2ba19a4ce4e6dba6afe/src/github.com/docker/.corpus.project.docker -------------------------------------------------------------------------------- /src/github.com/docker/.corpus.project.libnetwork: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsc/corpus/625dfccb7a3633a07d5eb2ba19a4ce4e6dba6afe/src/github.com/docker/.corpus.project.libnetwork -------------------------------------------------------------------------------- /src/github.com/docker/.corpus.project.machine: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsc/corpus/625dfccb7a3633a07d5eb2ba19a4ce4e6dba6afe/src/github.com/docker/.corpus.project.machine -------------------------------------------------------------------------------- /src/github.com/docker/.corpus.project.swarm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsc/corpus/625dfccb7a3633a07d5eb2ba19a4ce4e6dba6afe/src/github.com/docker/.corpus.project.swarm -------------------------------------------------------------------------------- /src/github.com/docker/.corpus.url.distribution: -------------------------------------------------------------------------------- 1 | https://github.com/docker/distribution 2 | -------------------------------------------------------------------------------- /src/github.com/docker/.corpus.url.docker: -------------------------------------------------------------------------------- 1 | https://github.com/docker/docker 2 | -------------------------------------------------------------------------------- /src/github.com/docker/.corpus.url.engine-api: -------------------------------------------------------------------------------- 1 | https://github.com/docker/engine-api 2 | -------------------------------------------------------------------------------- /src/github.com/docker/.corpus.url.go-connections: -------------------------------------------------------------------------------- 1 | https://github.com/docker/go-connections 2 | -------------------------------------------------------------------------------- /src/github.com/docker/.corpus.url.go-units: -------------------------------------------------------------------------------- 1 | https://github.com/docker/go-units 2 | -------------------------------------------------------------------------------- /src/github.com/docker/.corpus.url.libnetwork: -------------------------------------------------------------------------------- 1 | https://github.com/docker/libnetwork 2 | -------------------------------------------------------------------------------- /src/github.com/docker/.corpus.url.machine: -------------------------------------------------------------------------------- 1 | https://github.com/docker/machine 2 | -------------------------------------------------------------------------------- /src/github.com/docker/.corpus.url.swarm: -------------------------------------------------------------------------------- 1 | https://github.com/docker/swarm 2 | -------------------------------------------------------------------------------- /src/github.com/dop251/.corpus.url.goja: -------------------------------------------------------------------------------- 1 | https://github.com/dop251/goja 2 | -------------------------------------------------------------------------------- /src/github.com/drone/.corpus.project.drone: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsc/corpus/625dfccb7a3633a07d5eb2ba19a4ce4e6dba6afe/src/github.com/drone/.corpus.project.drone -------------------------------------------------------------------------------- /src/github.com/drone/.corpus.rev.drone: -------------------------------------------------------------------------------- 1 | commit 67fbc8f14dac6b6b77f6483dd92f0ad29a48717b 2 | Author: Brad Rydzewski 3 | Date: Thu Jan 19 11:22:34 2017 +0700 4 | 5 | add custom bool true type 6 | -------------------------------------------------------------------------------- /src/github.com/drone/.corpus.rev.drone-ui: -------------------------------------------------------------------------------- 1 | commit fe03fc6e853ec0a9814c8eab0119a34df17d5ff8 2 | Author: Brad Rydzewski 3 | Date: Tue Jan 3 15:06:30 2017 -0500 4 | 5 | embed updates 6 | -------------------------------------------------------------------------------- /src/github.com/drone/.corpus.rev.mq: -------------------------------------------------------------------------------- 1 | commit 1a62dafd7863c0e0b256edec7db73716a8e17dde 2 | Author: Brad Rydzewski 3 | Date: Sat Nov 26 12:16:33 2016 +0100 4 | 5 | use constants in dialer 6 | -------------------------------------------------------------------------------- /src/github.com/drone/.corpus.url.drone: -------------------------------------------------------------------------------- 1 | https://github.com/drone/drone 2 | -------------------------------------------------------------------------------- /src/github.com/drone/.corpus.url.drone-ui: -------------------------------------------------------------------------------- 1 | https://github.com/drone/drone-ui 2 | -------------------------------------------------------------------------------- /src/github.com/drone/.corpus.url.mq: -------------------------------------------------------------------------------- 1 | https://github.com/drone/mq 2 | -------------------------------------------------------------------------------- /src/github.com/dropbox/.corpus.project.godropbox: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsc/corpus/625dfccb7a3633a07d5eb2ba19a4ce4e6dba6afe/src/github.com/dropbox/.corpus.project.godropbox -------------------------------------------------------------------------------- /src/github.com/dropbox/.corpus.url.godropbox: -------------------------------------------------------------------------------- 1 | https://github.com/dropbox/godropbox 2 | -------------------------------------------------------------------------------- /src/github.com/dsnet/.corpus.url.compress: -------------------------------------------------------------------------------- 1 | https://github.com/dsnet/compress 2 | -------------------------------------------------------------------------------- /src/github.com/dustin/.corpus.rev.go-broadcast: -------------------------------------------------------------------------------- 1 | commit 3bdf6d4a7164a50bc19d5f230e2981d87d2584f1 2 | Author: Dustin Sallings 3 | Date: Thu Jun 26 21:00:55 2014 -0700 4 | 5 | Make use of testing.B.RunParallel 6 | -------------------------------------------------------------------------------- /src/github.com/dustin/.corpus.url.go-broadcast: -------------------------------------------------------------------------------- 1 | https://github.com/dustin/go-broadcast 2 | -------------------------------------------------------------------------------- /src/github.com/dustin/.corpus.url.go-humanize: -------------------------------------------------------------------------------- 1 | https://github.com/dustin/go-humanize 2 | -------------------------------------------------------------------------------- /src/github.com/eBay/.corpus.project.fabio: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsc/corpus/625dfccb7a3633a07d5eb2ba19a4ce4e6dba6afe/src/github.com/eBay/.corpus.project.fabio -------------------------------------------------------------------------------- /src/github.com/eBay/.corpus.rev.fabio: -------------------------------------------------------------------------------- 1 | commit 632def7c649d99b20fa66060fd20465403ec2bb5 2 | Author: Frank Schroeder 3 | Date: Thu Jan 19 11:37:08 2017 +0100 4 | 5 | Release v1.3.7 6 | -------------------------------------------------------------------------------- /src/github.com/eBay/.corpus.url.fabio: -------------------------------------------------------------------------------- 1 | https://github.com/eBay/fabio 2 | -------------------------------------------------------------------------------- /src/github.com/eapache/.corpus.rev.go-xerial-snappy: -------------------------------------------------------------------------------- 1 | commit bb955e01b9346ac19dc29eb16586c90ded99a98c 2 | Author: Evan Huus 3 | Date: Thu Jun 9 10:24:08 2016 -0400 4 | 5 | Travis badge 6 | -------------------------------------------------------------------------------- /src/github.com/eapache/.corpus.url.go-resiliency: -------------------------------------------------------------------------------- 1 | https://github.com/eapache/go-resiliency 2 | -------------------------------------------------------------------------------- /src/github.com/eapache/.corpus.url.go-xerial-snappy: -------------------------------------------------------------------------------- 1 | https://github.com/eapache/go-xerial-snappy 2 | -------------------------------------------------------------------------------- /src/github.com/eapache/.corpus.url.queue: -------------------------------------------------------------------------------- 1 | https://github.com/eapache/queue 2 | -------------------------------------------------------------------------------- /src/github.com/eclipse/.corpus.url.paho.mqtt.golang: -------------------------------------------------------------------------------- 1 | https://github.com/eclipse/paho.mqtt.golang 2 | -------------------------------------------------------------------------------- /src/github.com/edsrzf/.corpus.url.mmap-go: -------------------------------------------------------------------------------- 1 | https://github.com/edsrzf/mmap-go 2 | -------------------------------------------------------------------------------- /src/github.com/eknkc/.corpus.url.amber: -------------------------------------------------------------------------------- 1 | https://github.com/eknkc/amber 2 | -------------------------------------------------------------------------------- /src/github.com/elastic/.corpus.project.logstash-forwarder: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsc/corpus/625dfccb7a3633a07d5eb2ba19a4ce4e6dba6afe/src/github.com/elastic/.corpus.project.logstash-forwarder -------------------------------------------------------------------------------- /src/github.com/elastic/.corpus.url.logstash-forwarder: -------------------------------------------------------------------------------- 1 | https://github.com/elastic/logstash-forwarder 2 | -------------------------------------------------------------------------------- /src/github.com/elazarl/.corpus.url.go-bindata-assetfs: -------------------------------------------------------------------------------- 1 | https://github.com/elazarl/go-bindata-assetfs 2 | -------------------------------------------------------------------------------- /src/github.com/erikstmartin/.corpus.url.go-testdb: -------------------------------------------------------------------------------- 1 | https://github.com/erikstmartin/go-testdb 2 | -------------------------------------------------------------------------------- /src/github.com/ethereum/.corpus.project.go-ethereum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsc/corpus/625dfccb7a3633a07d5eb2ba19a4ce4e6dba6afe/src/github.com/ethereum/.corpus.project.go-ethereum -------------------------------------------------------------------------------- /src/github.com/ethereum/.corpus.url.go-ethereum: -------------------------------------------------------------------------------- 1 | https://github.com/ethereum/go-ethereum 2 | -------------------------------------------------------------------------------- /src/github.com/facebookgo/.corpus.rev.clock: -------------------------------------------------------------------------------- 1 | commit 600d898af40aa09a7a93ecb9265d87b0504b6f03 2 | Author: Naitik Shah 3 | Date: Thu Apr 9 18:09:13 2015 -0700 4 | 5 | reference fork in tests 6 | -------------------------------------------------------------------------------- /src/github.com/facebookgo/.corpus.rev.httpdown: -------------------------------------------------------------------------------- 1 | commit a3b1354551a26449fbe05f5d855937f6e7acbd71 2 | Author: Naitik Shah 3 | Date: Wed Mar 23 15:10:27 2016 -0700 4 | 5 | another unused thing 6 | -------------------------------------------------------------------------------- /src/github.com/facebookgo/.corpus.rev.stats: -------------------------------------------------------------------------------- 1 | commit 1b76add642e42c6ffba7211ad7b3939ce654526e 2 | Author: Naitik Shah 3 | Date: Tue Oct 6 15:16:25 2015 -0700 4 | 5 | fix travis config 6 | -------------------------------------------------------------------------------- /src/github.com/facebookgo/.corpus.url.clock: -------------------------------------------------------------------------------- 1 | https://github.com/facebookgo/clock 2 | -------------------------------------------------------------------------------- /src/github.com/facebookgo/.corpus.url.grace: -------------------------------------------------------------------------------- 1 | https://github.com/facebookgo/grace 2 | -------------------------------------------------------------------------------- /src/github.com/facebookgo/.corpus.url.httpdown: -------------------------------------------------------------------------------- 1 | https://github.com/facebookgo/httpdown 2 | -------------------------------------------------------------------------------- /src/github.com/facebookgo/.corpus.url.stats: -------------------------------------------------------------------------------- 1 | https://github.com/facebookgo/stats 2 | -------------------------------------------------------------------------------- /src/github.com/fatih/.corpus.url.structs: -------------------------------------------------------------------------------- 1 | https://github.com/fatih/structs 2 | -------------------------------------------------------------------------------- /src/github.com/fiorix/.corpus.project.freegeoip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsc/corpus/625dfccb7a3633a07d5eb2ba19a4ce4e6dba6afe/src/github.com/fiorix/.corpus.project.freegeoip -------------------------------------------------------------------------------- /src/github.com/fiorix/.corpus.rev.go-redis: -------------------------------------------------------------------------------- 1 | commit d987058b55eb470a35e9e18169011cd44bb20cc9 2 | Author: Gleicon Moraes 3 | Date: Sun Jan 3 23:03:33 2016 -0200 4 | 5 | ZRANGEBYSCORE e ZREVRANGEBYSCORE 6 | -------------------------------------------------------------------------------- /src/github.com/fiorix/.corpus.url.freegeoip: -------------------------------------------------------------------------------- 1 | https://github.com/fiorix/freegeoip 2 | -------------------------------------------------------------------------------- /src/github.com/fiorix/.corpus.url.go-redis: -------------------------------------------------------------------------------- 1 | https://github.com/fiorix/go-redis 2 | -------------------------------------------------------------------------------- /src/github.com/flike/.corpus.project.kingshard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsc/corpus/625dfccb7a3633a07d5eb2ba19a4ce4e6dba6afe/src/github.com/flike/.corpus.project.kingshard -------------------------------------------------------------------------------- /src/github.com/flike/.corpus.url.kingshard: -------------------------------------------------------------------------------- 1 | https://github.com/flike/kingshard 2 | -------------------------------------------------------------------------------- /src/github.com/flynn/.corpus.project.flynn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsc/corpus/625dfccb7a3633a07d5eb2ba19a4ce4e6dba6afe/src/github.com/flynn/.corpus.project.flynn -------------------------------------------------------------------------------- /src/github.com/flynn/.corpus.url.flynn: -------------------------------------------------------------------------------- 1 | https://github.com/flynn/flynn 2 | -------------------------------------------------------------------------------- /src/github.com/flynn/.corpus.url.go-shlex: -------------------------------------------------------------------------------- 1 | https://github.com/flynn/go-shlex 2 | -------------------------------------------------------------------------------- /src/github.com/fogleman/.corpus.project.primitive: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsc/corpus/625dfccb7a3633a07d5eb2ba19a4ce4e6dba6afe/src/github.com/fogleman/.corpus.project.primitive -------------------------------------------------------------------------------- /src/github.com/fogleman/.corpus.rev.gg: -------------------------------------------------------------------------------- 1 | commit 6166aa3c1afaee416f384645a81636267aee6d25 2 | Author: Michael Fogleman 3 | Date: Tue Dec 20 19:30:13 2016 -0500 4 | 5 | set fontHeight in SetFontFace 6 | -------------------------------------------------------------------------------- /src/github.com/fogleman/.corpus.url.gg: -------------------------------------------------------------------------------- 1 | https://github.com/fogleman/gg 2 | -------------------------------------------------------------------------------- /src/github.com/fogleman/.corpus.url.primitive: -------------------------------------------------------------------------------- 1 | https://github.com/fogleman/primitive 2 | -------------------------------------------------------------------------------- /src/github.com/fortytw2/.corpus.url.leaktest: -------------------------------------------------------------------------------- 1 | https://github.com/fortytw2/leaktest 2 | -------------------------------------------------------------------------------- /src/github.com/fsnotify/.corpus.url.fsnotify: -------------------------------------------------------------------------------- 1 | https://github.com/fsnotify/fsnotify 2 | -------------------------------------------------------------------------------- /src/github.com/fsouza/.corpus.rev.go-dockerclient: -------------------------------------------------------------------------------- 1 | commit e085edda407c05214cc6e71e4881de47667e77ec 2 | Author: Francisco Souza 3 | Date: Tue Jan 10 16:38:49 2017 -0500 4 | 5 | travis: use go 1.8rc1 6 | -------------------------------------------------------------------------------- /src/github.com/fsouza/.corpus.url.go-dockerclient: -------------------------------------------------------------------------------- 1 | https://github.com/fsouza/go-dockerclient 2 | -------------------------------------------------------------------------------- /src/github.com/future-architect/.corpus.project.vuls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsc/corpus/625dfccb7a3633a07d5eb2ba19a4ce4e6dba6afe/src/github.com/future-architect/.corpus.project.vuls -------------------------------------------------------------------------------- /src/github.com/future-architect/.corpus.rev.vuls: -------------------------------------------------------------------------------- 1 | commit 8fe34c847498fcc7477b2360a4f99d5a4f5e71d5 2 | Author: Kota Kanbe 3 | Date: Tue Jan 17 00:32:53 2017 +0900 4 | 5 | Fix architecture image file 6 | -------------------------------------------------------------------------------- /src/github.com/future-architect/.corpus.url.vuls: -------------------------------------------------------------------------------- 1 | https://github.com/future-architect/vuls 2 | -------------------------------------------------------------------------------- /src/github.com/garyburd/.corpus.project.redigo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsc/corpus/625dfccb7a3633a07d5eb2ba19a4ce4e6dba6afe/src/github.com/garyburd/.corpus.project.redigo -------------------------------------------------------------------------------- /src/github.com/garyburd/.corpus.url.redigo: -------------------------------------------------------------------------------- 1 | https://github.com/garyburd/redigo 2 | -------------------------------------------------------------------------------- /src/github.com/gavv/.corpus.rev.httpexpect: -------------------------------------------------------------------------------- 1 | commit 40724cf1e4a08b670b14a02deff693a91f3aa9a0 2 | Author: Victor Gaydov 3 | Date: Wed Jan 11 17:58:43 2017 +0300 4 | 5 | Update README.md 6 | -------------------------------------------------------------------------------- /src/github.com/gavv/.corpus.rev.monotime: -------------------------------------------------------------------------------- 1 | commit 47d58efa69556a936a3c15eb2ed42706d968ab01 2 | Author: Victor Gaydov 3 | Date: Mon Oct 10 23:08:48 2016 +0400 4 | 5 | Update README.md 6 | -------------------------------------------------------------------------------- /src/github.com/gavv/.corpus.url.httpexpect: -------------------------------------------------------------------------------- 1 | https://github.com/gavv/httpexpect 2 | -------------------------------------------------------------------------------- /src/github.com/gavv/.corpus.url.monotime: -------------------------------------------------------------------------------- 1 | https://github.com/gavv/monotime 2 | -------------------------------------------------------------------------------- /src/github.com/gdamore/.corpus.url.encoding: -------------------------------------------------------------------------------- 1 | https://github.com/gdamore/encoding 2 | -------------------------------------------------------------------------------- /src/github.com/geekypanda/.corpus.url.httpcache: -------------------------------------------------------------------------------- 1 | https://github.com/geekypanda/httpcache 2 | -------------------------------------------------------------------------------- /src/github.com/ghodss/.corpus.url.yaml: -------------------------------------------------------------------------------- 1 | https://github.com/ghodss/yaml 2 | -------------------------------------------------------------------------------- /src/github.com/gin-gonic/.corpus.project.gin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsc/corpus/625dfccb7a3633a07d5eb2ba19a4ce4e6dba6afe/src/github.com/gin-gonic/.corpus.project.gin -------------------------------------------------------------------------------- /src/github.com/gin-gonic/.corpus.url.contrib: -------------------------------------------------------------------------------- 1 | https://github.com/gin-gonic/contrib 2 | -------------------------------------------------------------------------------- /src/github.com/gin-gonic/.corpus.url.gin: -------------------------------------------------------------------------------- 1 | https://github.com/gin-gonic/gin 2 | -------------------------------------------------------------------------------- /src/github.com/git-lfs/.corpus.project.git-lfs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsc/corpus/625dfccb7a3633a07d5eb2ba19a4ce4e6dba6afe/src/github.com/git-lfs/.corpus.project.git-lfs -------------------------------------------------------------------------------- /src/github.com/git-lfs/.corpus.url.git-lfs: -------------------------------------------------------------------------------- 1 | https://github.com/git-lfs/git-lfs 2 | -------------------------------------------------------------------------------- /src/github.com/gizak/.corpus.project.termui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsc/corpus/625dfccb7a3633a07d5eb2ba19a4ce4e6dba6afe/src/github.com/gizak/.corpus.project.termui -------------------------------------------------------------------------------- /src/github.com/gizak/.corpus.url.termui: -------------------------------------------------------------------------------- 1 | https://github.com/gizak/termui 2 | -------------------------------------------------------------------------------- /src/github.com/gliderlabs/.corpus.project.logspout: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsc/corpus/625dfccb7a3633a07d5eb2ba19a4ce4e6dba6afe/src/github.com/gliderlabs/.corpus.project.logspout -------------------------------------------------------------------------------- /src/github.com/gliderlabs/.corpus.project.registrator: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsc/corpus/625dfccb7a3633a07d5eb2ba19a4ce4e6dba6afe/src/github.com/gliderlabs/.corpus.project.registrator -------------------------------------------------------------------------------- /src/github.com/gliderlabs/.corpus.rev.registrator: -------------------------------------------------------------------------------- 1 | commit 990786db28899dc9c0d9382d240b5af04d1c525a 2 | Author: Jeff Lindsay 3 | Date: Wed Dec 28 14:26:42 2016 -0600 4 | 5 | Update README.md 6 | -------------------------------------------------------------------------------- /src/github.com/gliderlabs/.corpus.url.logspout: -------------------------------------------------------------------------------- 1 | https://github.com/gliderlabs/logspout 2 | -------------------------------------------------------------------------------- /src/github.com/gliderlabs/.corpus.url.pkg: -------------------------------------------------------------------------------- 1 | https://github.com/gliderlabs/pkg 2 | -------------------------------------------------------------------------------- /src/github.com/gliderlabs/.corpus.url.registrator: -------------------------------------------------------------------------------- 1 | https://github.com/gliderlabs/registrator 2 | -------------------------------------------------------------------------------- /src/github.com/go-errors/.corpus.rev.errors: -------------------------------------------------------------------------------- 1 | commit 8fa88b06e5974e97fbf9899a7f86a344bfd1f105 2 | Author: Conrad Irwin 3 | Date: Mon Dec 5 14:32:45 2016 -0800 4 | 5 | Satisfy bugsnag ErrorWithCallers 6 | -------------------------------------------------------------------------------- /src/github.com/go-errors/.corpus.url.errors: -------------------------------------------------------------------------------- 1 | https://github.com/go-errors/errors 2 | -------------------------------------------------------------------------------- /src/github.com/go-gl/.corpus.url.gl: -------------------------------------------------------------------------------- 1 | https://github.com/go-gl/gl 2 | -------------------------------------------------------------------------------- /src/github.com/go-gl/.corpus.url.glfw: -------------------------------------------------------------------------------- 1 | https://github.com/go-gl/glfw 2 | -------------------------------------------------------------------------------- /src/github.com/go-kit/.corpus.project.kit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsc/corpus/625dfccb7a3633a07d5eb2ba19a4ce4e6dba6afe/src/github.com/go-kit/.corpus.project.kit -------------------------------------------------------------------------------- /src/github.com/go-kit/.corpus.url.kit: -------------------------------------------------------------------------------- 1 | https://github.com/go-kit/kit 2 | -------------------------------------------------------------------------------- /src/github.com/go-logfmt/.corpus.url.logfmt: -------------------------------------------------------------------------------- 1 | https://github.com/go-logfmt/logfmt 2 | -------------------------------------------------------------------------------- /src/github.com/go-macaron/.corpus.rev.cache: -------------------------------------------------------------------------------- 1 | commit 56173531277692bc2925924d51fda1cd0a6b8178 2 | Author: Unknwon 3 | Date: Tue Oct 13 04:11:02 2015 -0400 4 | 5 | upgrade with macaron 6 | -------------------------------------------------------------------------------- /src/github.com/go-macaron/.corpus.rev.captcha: -------------------------------------------------------------------------------- 1 | commit 8aa5919789ab301e865595eb4b1114d6b9847deb 2 | Author: Unknwon 3 | Date: Mon Nov 23 17:51:53 2015 -0500 4 | 5 | fix data race 6 | -------------------------------------------------------------------------------- /src/github.com/go-macaron/.corpus.rev.csrf: -------------------------------------------------------------------------------- 1 | commit 6a9a7df172cc1fcd81e4585f44b09200b6087cc0 2 | Author: Unknwon 3 | Date: Sat Mar 12 20:51:27 2016 -0500 4 | 5 | Fix set CSRF every request which would never expire 6 | -------------------------------------------------------------------------------- /src/github.com/go-macaron/.corpus.rev.gzip: -------------------------------------------------------------------------------- 1 | commit cad1c6580a07c56f5f6bc52d66002a05985c5854 2 | Author: Unknwon 3 | Date: Sun Feb 21 23:36:47 2016 -0500 4 | 5 | Update code for checking render middleware 6 | -------------------------------------------------------------------------------- /src/github.com/go-macaron/.corpus.rev.inject: -------------------------------------------------------------------------------- 1 | commit d8a0b8677191f4380287cfebd08e462217bac7ad 2 | Author: Unknwon 3 | Date: Tue Jun 28 01:00:12 2016 +0800 4 | 5 | Minor fix for #1 6 | -------------------------------------------------------------------------------- /src/github.com/go-macaron/.corpus.url.binding: -------------------------------------------------------------------------------- 1 | https://github.com/go-macaron/binding 2 | -------------------------------------------------------------------------------- /src/github.com/go-macaron/.corpus.url.cache: -------------------------------------------------------------------------------- 1 | https://github.com/go-macaron/cache 2 | -------------------------------------------------------------------------------- /src/github.com/go-macaron/.corpus.url.captcha: -------------------------------------------------------------------------------- 1 | https://github.com/go-macaron/captcha 2 | -------------------------------------------------------------------------------- /src/github.com/go-macaron/.corpus.url.csrf: -------------------------------------------------------------------------------- 1 | https://github.com/go-macaron/csrf 2 | -------------------------------------------------------------------------------- /src/github.com/go-macaron/.corpus.url.gzip: -------------------------------------------------------------------------------- 1 | https://github.com/go-macaron/gzip 2 | -------------------------------------------------------------------------------- /src/github.com/go-macaron/.corpus.url.i18n: -------------------------------------------------------------------------------- 1 | https://github.com/go-macaron/i18n 2 | -------------------------------------------------------------------------------- /src/github.com/go-macaron/.corpus.url.inject: -------------------------------------------------------------------------------- 1 | https://github.com/go-macaron/inject 2 | -------------------------------------------------------------------------------- /src/github.com/go-macaron/.corpus.url.session: -------------------------------------------------------------------------------- 1 | https://github.com/go-macaron/session 2 | -------------------------------------------------------------------------------- /src/github.com/go-macaron/.corpus.url.toolbox: -------------------------------------------------------------------------------- 1 | https://github.com/go-macaron/toolbox 2 | -------------------------------------------------------------------------------- /src/github.com/go-martini/.corpus.project.martini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsc/corpus/625dfccb7a3633a07d5eb2ba19a4ce4e6dba6afe/src/github.com/go-martini/.corpus.project.martini -------------------------------------------------------------------------------- /src/github.com/go-martini/.corpus.url.martini: -------------------------------------------------------------------------------- 1 | https://github.com/go-martini/martini 2 | -------------------------------------------------------------------------------- /src/github.com/go-sql-driver/.corpus.project.mysql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsc/corpus/625dfccb7a3633a07d5eb2ba19a4ce4e6dba6afe/src/github.com/go-sql-driver/.corpus.project.mysql -------------------------------------------------------------------------------- /src/github.com/go-sql-driver/.corpus.rev.mysql: -------------------------------------------------------------------------------- 1 | commit 2e00b5cd70399450106cec6431c2e2ce3cae5034 2 | Author: Egor Smolyakov 3 | Date: Sat Dec 24 14:10:19 2016 +0200 4 | 5 | Fix many urls (#530) 6 | -------------------------------------------------------------------------------- /src/github.com/go-sql-driver/.corpus.url.mysql: -------------------------------------------------------------------------------- 1 | https://github.com/go-sql-driver/mysql 2 | -------------------------------------------------------------------------------- /src/github.com/go-stack/.corpus.url.stack: -------------------------------------------------------------------------------- 1 | https://github.com/go-stack/stack 2 | -------------------------------------------------------------------------------- /src/github.com/go-web/.corpus.rev.httplog: -------------------------------------------------------------------------------- 1 | commit 580d0d49f0d3990a37bf9f11f7b14d4021c5d8fc 2 | Author: Alexandre Fiori 3 | Date: Tue Apr 12 19:27:24 2016 -0400 4 | 5 | Implement auxiliary http interfaces 6 | -------------------------------------------------------------------------------- /src/github.com/go-web/.corpus.rev.httpmux: -------------------------------------------------------------------------------- 1 | commit 9e95425ee2c3de016d8630f6ec9455aaf7abadd2 2 | Author: Alexandre Fiori 3 | Date: Thu May 5 03:02:39 2016 -0400 4 | 5 | Add report card badge 6 | -------------------------------------------------------------------------------- /src/github.com/go-web/.corpus.rev.httprl: -------------------------------------------------------------------------------- 1 | commit 20dc8024cb5d04a4bffe6585685122cee1111a9f 2 | Author: Alexandre Fiori 3 | Date: Thu May 5 03:01:43 2016 -0400 4 | 5 | Add report card badge 6 | -------------------------------------------------------------------------------- /src/github.com/go-web/.corpus.url.httplog: -------------------------------------------------------------------------------- 1 | https://github.com/go-web/httplog 2 | -------------------------------------------------------------------------------- /src/github.com/go-web/.corpus.url.httpmux: -------------------------------------------------------------------------------- 1 | https://github.com/go-web/httpmux 2 | -------------------------------------------------------------------------------- /src/github.com/go-web/.corpus.url.httprl: -------------------------------------------------------------------------------- 1 | https://github.com/go-web/httprl 2 | -------------------------------------------------------------------------------- /src/github.com/go-xorm/.corpus.rev.builder: -------------------------------------------------------------------------------- 1 | commit 867edcc549127f15667ece8876c3a60093c9634b 2 | Author: Lunny Xiao 3 | Date: Mon Jan 9 10:02:54 2017 +0800 4 | 5 | misspell fix 6 | -------------------------------------------------------------------------------- /src/github.com/go-xorm/.corpus.rev.core: -------------------------------------------------------------------------------- 1 | commit 2fbe2c76c6781d9e1c0398fc25386426e611f975 2 | Author: Lunny Xiao 3 | Date: Tue Jan 3 14:45:57 2017 +0800 4 | 5 | query dialect ignore case sensitive 6 | -------------------------------------------------------------------------------- /src/github.com/go-xorm/.corpus.rev.xorm: -------------------------------------------------------------------------------- 1 | commit c360c20aa58a6dec86084967e93f673c57278da1 2 | Author: Lunny Xiao 3 | Date: Fri Jan 20 10:12:06 2017 +0800 4 | 5 | dump support bool 6 | -------------------------------------------------------------------------------- /src/github.com/go-xorm/.corpus.url.builder: -------------------------------------------------------------------------------- 1 | https://github.com/go-xorm/builder 2 | -------------------------------------------------------------------------------- /src/github.com/go-xorm/.corpus.url.core: -------------------------------------------------------------------------------- 1 | https://github.com/go-xorm/core 2 | -------------------------------------------------------------------------------- /src/github.com/go-xorm/.corpus.url.xorm: -------------------------------------------------------------------------------- 1 | https://github.com/go-xorm/xorm 2 | -------------------------------------------------------------------------------- /src/github.com/gobwas/.corpus.rev.glob: -------------------------------------------------------------------------------- 1 | commit bea32b9cd2d6f55753d94a28e959b13f0244797a 2 | Author: gobwas 3 | Date: Wed Dec 7 10:55:55 2016 +0300 4 | 5 | fix typo 6 | -------------------------------------------------------------------------------- /src/github.com/gobwas/.corpus.url.glob: -------------------------------------------------------------------------------- 1 | https://github.com/gobwas/glob 2 | -------------------------------------------------------------------------------- /src/github.com/gocql/.corpus.url.gocql: -------------------------------------------------------------------------------- 1 | https://github.com/gocql/gocql 2 | -------------------------------------------------------------------------------- /src/github.com/godbus/.corpus.url.dbus: -------------------------------------------------------------------------------- 1 | https://github.com/godbus/dbus 2 | -------------------------------------------------------------------------------- /src/github.com/gogits/.corpus.project.gogs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsc/corpus/625dfccb7a3633a07d5eb2ba19a4ce4e6dba6afe/src/github.com/gogits/.corpus.project.gogs -------------------------------------------------------------------------------- /src/github.com/gogits/.corpus.rev.git-module: -------------------------------------------------------------------------------- 1 | commit df1013f8eb4dc70de90bc5597bf560a4b7da802e 2 | Author: Unknwon 3 | Date: Fri Dec 23 19:35:02 2016 -0500 4 | 5 | Add Fetch function 6 | -------------------------------------------------------------------------------- /src/github.com/gogits/.corpus.rev.go-libravatar: -------------------------------------------------------------------------------- 1 | commit cd1abbd55d09b793672732a7a1dfdaa12a40dfd0 2 | Author: Unknwon 3 | Date: Sat Nov 19 21:51:54 2016 -0500 4 | 5 | Remove import path check 6 | -------------------------------------------------------------------------------- /src/github.com/gogits/.corpus.rev.gogs: -------------------------------------------------------------------------------- 1 | commit e8c3e9bcf87aa94497561e52e3cd5a15990a3037 2 | Author: Unknwon 3 | Date: Tue Jan 3 11:02:14 2017 +0800 4 | 5 | Improve code for fix of #4006 6 | -------------------------------------------------------------------------------- /src/github.com/gogits/.corpus.url.chardet: -------------------------------------------------------------------------------- 1 | https://github.com/gogits/chardet 2 | -------------------------------------------------------------------------------- /src/github.com/gogits/.corpus.url.cron: -------------------------------------------------------------------------------- 1 | https://github.com/gogits/cron 2 | -------------------------------------------------------------------------------- /src/github.com/gogits/.corpus.url.git-module: -------------------------------------------------------------------------------- 1 | https://github.com/gogits/git-module 2 | -------------------------------------------------------------------------------- /src/github.com/gogits/.corpus.url.go-gogs-client: -------------------------------------------------------------------------------- 1 | https://github.com/gogits/go-gogs-client 2 | -------------------------------------------------------------------------------- /src/github.com/gogits/.corpus.url.go-libravatar: -------------------------------------------------------------------------------- 1 | https://github.com/gogits/go-libravatar 2 | -------------------------------------------------------------------------------- /src/github.com/gogits/.corpus.url.gogs: -------------------------------------------------------------------------------- 1 | https://github.com/gogits/gogs 2 | -------------------------------------------------------------------------------- /src/github.com/gogo/.corpus.url.protobuf: -------------------------------------------------------------------------------- 1 | https://github.com/gogo/protobuf 2 | -------------------------------------------------------------------------------- /src/github.com/goji/.corpus.url.param: -------------------------------------------------------------------------------- 1 | https://github.com/goji/param 2 | -------------------------------------------------------------------------------- /src/github.com/golang-commonmark/.corpus.url.markdown: -------------------------------------------------------------------------------- 1 | https://github.com/golang-commonmark/markdown 2 | -------------------------------------------------------------------------------- /src/github.com/golang/.corpus.project.groupcache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsc/corpus/625dfccb7a3633a07d5eb2ba19a4ce4e6dba6afe/src/github.com/golang/.corpus.project.groupcache -------------------------------------------------------------------------------- /src/github.com/golang/.corpus.rev.freetype: -------------------------------------------------------------------------------- 1 | commit d9be45aaf7452cc30c0ceb1b1bf7efe1d17b7c87 2 | Author: Nigel Tao 3 | Date: Thu Dec 8 17:47:10 2016 +1100 4 | 5 | Don't crash when a glyph has no contours. 6 | -------------------------------------------------------------------------------- /src/github.com/golang/.corpus.url.freetype: -------------------------------------------------------------------------------- 1 | https://github.com/golang/freetype 2 | -------------------------------------------------------------------------------- /src/github.com/golang/.corpus.url.glog: -------------------------------------------------------------------------------- 1 | https://github.com/golang/glog 2 | -------------------------------------------------------------------------------- /src/github.com/golang/.corpus.url.groupcache: -------------------------------------------------------------------------------- 1 | https://github.com/golang/groupcache 2 | -------------------------------------------------------------------------------- /src/github.com/golang/.corpus.url.mock: -------------------------------------------------------------------------------- 1 | https://github.com/golang/mock 2 | -------------------------------------------------------------------------------- /src/github.com/golang/.corpus.url.protobuf: -------------------------------------------------------------------------------- 1 | https://github.com/golang/protobuf 2 | -------------------------------------------------------------------------------- /src/github.com/golang/.corpus.url.snappy: -------------------------------------------------------------------------------- 1 | https://github.com/golang/snappy 2 | -------------------------------------------------------------------------------- /src/github.com/gonum/.corpus.url.blas: -------------------------------------------------------------------------------- 1 | https://github.com/gonum/blas 2 | -------------------------------------------------------------------------------- /src/github.com/gonum/.corpus.url.floats: -------------------------------------------------------------------------------- 1 | https://github.com/gonum/floats 2 | -------------------------------------------------------------------------------- /src/github.com/gonum/.corpus.url.internal: -------------------------------------------------------------------------------- 1 | https://github.com/gonum/internal 2 | -------------------------------------------------------------------------------- /src/github.com/gonum/.corpus.url.lapack: -------------------------------------------------------------------------------- 1 | https://github.com/gonum/lapack 2 | -------------------------------------------------------------------------------- /src/github.com/gonum/.corpus.url.matrix: -------------------------------------------------------------------------------- 1 | https://github.com/gonum/matrix 2 | -------------------------------------------------------------------------------- /src/github.com/google/.corpus.project.cadvisor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsc/corpus/625dfccb7a3633a07d5eb2ba19a4ce4e6dba6afe/src/github.com/google/.corpus.project.cadvisor -------------------------------------------------------------------------------- /src/github.com/google/.corpus.project.git-appraise: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsc/corpus/625dfccb7a3633a07d5eb2ba19a4ce4e6dba6afe/src/github.com/google/.corpus.project.git-appraise -------------------------------------------------------------------------------- /src/github.com/google/.corpus.project.go-github: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsc/corpus/625dfccb7a3633a07d5eb2ba19a4ce4e6dba6afe/src/github.com/google/.corpus.project.go-github -------------------------------------------------------------------------------- /src/github.com/google/.corpus.project.gxui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsc/corpus/625dfccb7a3633a07d5eb2ba19a4ce4e6dba6afe/src/github.com/google/.corpus.project.gxui -------------------------------------------------------------------------------- /src/github.com/google/.corpus.project.seesaw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsc/corpus/625dfccb7a3633a07d5eb2ba19a4ce4e6dba6afe/src/github.com/google/.corpus.project.seesaw -------------------------------------------------------------------------------- /src/github.com/google/.corpus.rev.go-querystring: -------------------------------------------------------------------------------- 1 | commit 53e6ce116135b80d037921a7fdd5138cf32d7a8a 2 | Author: micanzhang 3 | Date: Wed Jan 11 18:11:55 2017 +0800 4 | 5 | fix pointer to time.Time 6 | -------------------------------------------------------------------------------- /src/github.com/google/.corpus.rev.gxui: -------------------------------------------------------------------------------- 1 | commit f85e0a97b3a4aafc65be1b86d962a8734cd27bf9 2 | Author: Ben Clayton 3 | Date: Wed Oct 28 11:29:39 2015 +0000 4 | 5 | Update README.md 6 | -------------------------------------------------------------------------------- /src/github.com/google/.corpus.url.btree: -------------------------------------------------------------------------------- 1 | https://github.com/google/btree 2 | -------------------------------------------------------------------------------- /src/github.com/google/.corpus.url.cadvisor: -------------------------------------------------------------------------------- 1 | https://github.com/google/cadvisor 2 | -------------------------------------------------------------------------------- /src/github.com/google/.corpus.url.git-appraise: -------------------------------------------------------------------------------- 1 | https://github.com/google/git-appraise 2 | -------------------------------------------------------------------------------- /src/github.com/google/.corpus.url.go-github: -------------------------------------------------------------------------------- 1 | https://github.com/google/go-github 2 | -------------------------------------------------------------------------------- /src/github.com/google/.corpus.url.go-querystring: -------------------------------------------------------------------------------- 1 | https://github.com/google/go-querystring 2 | -------------------------------------------------------------------------------- /src/github.com/google/.corpus.url.gxui: -------------------------------------------------------------------------------- 1 | https://github.com/google/gxui 2 | -------------------------------------------------------------------------------- /src/github.com/google/.corpus.url.seesaw: -------------------------------------------------------------------------------- 1 | https://github.com/google/seesaw 2 | -------------------------------------------------------------------------------- /src/github.com/google/.corpus.url.subcommands: -------------------------------------------------------------------------------- 1 | https://github.com/google/subcommands 2 | -------------------------------------------------------------------------------- /src/github.com/googleapis/.corpus.url.gax-go: -------------------------------------------------------------------------------- 1 | https://github.com/googleapis/gax-go 2 | -------------------------------------------------------------------------------- /src/github.com/gopherjs/.corpus.project.gopherjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsc/corpus/625dfccb7a3633a07d5eb2ba19a4ce4e6dba6afe/src/github.com/gopherjs/.corpus.project.gopherjs -------------------------------------------------------------------------------- /src/github.com/gopherjs/.corpus.url.gopherjs: -------------------------------------------------------------------------------- 1 | https://github.com/gopherjs/gopherjs 2 | -------------------------------------------------------------------------------- /src/github.com/gorilla/.corpus.project.mux: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsc/corpus/625dfccb7a3633a07d5eb2ba19a4ce4e6dba6afe/src/github.com/gorilla/.corpus.project.mux -------------------------------------------------------------------------------- /src/github.com/gorilla/.corpus.project.websocket: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsc/corpus/625dfccb7a3633a07d5eb2ba19a4ce4e6dba6afe/src/github.com/gorilla/.corpus.project.websocket -------------------------------------------------------------------------------- /src/github.com/gorilla/.corpus.rev.context: -------------------------------------------------------------------------------- 1 | commit 08b5f424b9271eedf6f9f0ce86cb9396ed337a42 2 | Author: Matt Silverlock 3 | Date: Wed Aug 17 11:46:32 2016 -0700 4 | 5 | [docs] godoc fix. (#34) 6 | -------------------------------------------------------------------------------- /src/github.com/gorilla/.corpus.rev.websocket: -------------------------------------------------------------------------------- 1 | commit 2257eda00b2084c1351cd672aa5476daa9f5e463 2 | Author: Gary Burd 3 | Date: Thu Jan 19 11:27:08 2017 -0800 4 | 5 | Fix compile error on Go < 1.6 6 | -------------------------------------------------------------------------------- /src/github.com/gorilla/.corpus.url.context: -------------------------------------------------------------------------------- 1 | https://github.com/gorilla/context 2 | -------------------------------------------------------------------------------- /src/github.com/gorilla/.corpus.url.mux: -------------------------------------------------------------------------------- 1 | https://github.com/gorilla/mux 2 | -------------------------------------------------------------------------------- /src/github.com/gorilla/.corpus.url.securecookie: -------------------------------------------------------------------------------- 1 | https://github.com/gorilla/securecookie 2 | -------------------------------------------------------------------------------- /src/github.com/gorilla/.corpus.url.sessions: -------------------------------------------------------------------------------- 1 | https://github.com/gorilla/sessions 2 | -------------------------------------------------------------------------------- /src/github.com/gorilla/.corpus.url.websocket: -------------------------------------------------------------------------------- 1 | https://github.com/gorilla/websocket 2 | -------------------------------------------------------------------------------- /src/github.com/gosuri/.corpus.url.uitable: -------------------------------------------------------------------------------- 1 | https://github.com/gosuri/uitable 2 | -------------------------------------------------------------------------------- /src/github.com/goxjs/.corpus.url.gl: -------------------------------------------------------------------------------- 1 | https://github.com/goxjs/gl 2 | -------------------------------------------------------------------------------- /src/github.com/goxjs/.corpus.url.glfw: -------------------------------------------------------------------------------- 1 | https://github.com/goxjs/glfw 2 | -------------------------------------------------------------------------------- /src/github.com/gravitational/.corpus.project.teleport: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsc/corpus/625dfccb7a3633a07d5eb2ba19a4ce4e6dba6afe/src/github.com/gravitational/.corpus.project.teleport -------------------------------------------------------------------------------- /src/github.com/gravitational/.corpus.url.teleport: -------------------------------------------------------------------------------- 1 | https://github.com/gravitational/teleport 2 | -------------------------------------------------------------------------------- /src/github.com/grpc-ecosystem/.corpus.url.go-grpc-prometheus: -------------------------------------------------------------------------------- 1 | https://github.com/grpc-ecosystem/go-grpc-prometheus 2 | -------------------------------------------------------------------------------- /src/github.com/grpc-ecosystem/.corpus.url.grpc-gateway: -------------------------------------------------------------------------------- 1 | https://github.com/grpc-ecosystem/grpc-gateway 2 | -------------------------------------------------------------------------------- /src/github.com/hailocab/.corpus.url.go-hostpool: -------------------------------------------------------------------------------- 1 | https://github.com/hailocab/go-hostpool 2 | -------------------------------------------------------------------------------- /src/github.com/hashicorp/.corpus.project.consul: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsc/corpus/625dfccb7a3633a07d5eb2ba19a4ce4e6dba6afe/src/github.com/hashicorp/.corpus.project.consul -------------------------------------------------------------------------------- /src/github.com/hashicorp/.corpus.project.serf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsc/corpus/625dfccb7a3633a07d5eb2ba19a4ce4e6dba6afe/src/github.com/hashicorp/.corpus.project.serf -------------------------------------------------------------------------------- /src/github.com/hashicorp/.corpus.project.vault: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsc/corpus/625dfccb7a3633a07d5eb2ba19a4ce4e6dba6afe/src/github.com/hashicorp/.corpus.project.vault -------------------------------------------------------------------------------- /src/github.com/hashicorp/.corpus.rev.go-cleanhttp: -------------------------------------------------------------------------------- 1 | commit ad28ea4487f05916463e2423a55166280e8254b5 2 | Author: vishalnayak 3 | Date: Thu Apr 7 13:41:26 2016 -0400 4 | 5 | Comment correction 6 | -------------------------------------------------------------------------------- /src/github.com/hashicorp/.corpus.rev.serf: -------------------------------------------------------------------------------- 1 | commit d3a67ab21bc8a4643fa53a3633f2d951dd50c6ca 2 | Author: Kyle Havlovitz 3 | Date: Tue Dec 6 20:17:43 2016 -0500 4 | 5 | Update CHANGELOG.md 6 | -------------------------------------------------------------------------------- /src/github.com/hashicorp/.corpus.rev.vault: -------------------------------------------------------------------------------- 1 | commit 235f9458d3206449873025947abb219ba3bca5f9 2 | Author: Brian Kassouf 3 | Date: Thu Jan 19 14:38:52 2017 -0800 4 | 5 | changelog++ 6 | -------------------------------------------------------------------------------- /src/github.com/hashicorp/.corpus.url.consul: -------------------------------------------------------------------------------- 1 | https://github.com/hashicorp/consul 2 | -------------------------------------------------------------------------------- /src/github.com/hashicorp/.corpus.url.go-cleanhttp: -------------------------------------------------------------------------------- 1 | https://github.com/hashicorp/go-cleanhttp 2 | -------------------------------------------------------------------------------- /src/github.com/hashicorp/.corpus.url.go-syslog: -------------------------------------------------------------------------------- 1 | https://github.com/hashicorp/go-syslog 2 | -------------------------------------------------------------------------------- /src/github.com/hashicorp/.corpus.url.go-uuid: -------------------------------------------------------------------------------- 1 | https://github.com/hashicorp/go-uuid 2 | -------------------------------------------------------------------------------- /src/github.com/hashicorp/.corpus.url.golang-lru: -------------------------------------------------------------------------------- 1 | https://github.com/hashicorp/golang-lru 2 | -------------------------------------------------------------------------------- /src/github.com/hashicorp/.corpus.url.hcl: -------------------------------------------------------------------------------- 1 | https://github.com/hashicorp/hcl 2 | -------------------------------------------------------------------------------- /src/github.com/hashicorp/.corpus.url.serf: -------------------------------------------------------------------------------- 1 | https://github.com/hashicorp/serf 2 | -------------------------------------------------------------------------------- /src/github.com/hashicorp/.corpus.url.vault: -------------------------------------------------------------------------------- 1 | https://github.com/hashicorp/vault 2 | -------------------------------------------------------------------------------- /src/github.com/hoisie/.corpus.project.web: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsc/corpus/625dfccb7a3633a07d5eb2ba19a4ce4e6dba6afe/src/github.com/hoisie/.corpus.project.web -------------------------------------------------------------------------------- /src/github.com/hoisie/.corpus.url.web: -------------------------------------------------------------------------------- 1 | https://github.com/hoisie/web 2 | -------------------------------------------------------------------------------- /src/github.com/howeyc/.corpus.url.fsnotify: -------------------------------------------------------------------------------- 1 | https://github.com/howeyc/fsnotify 2 | -------------------------------------------------------------------------------- /src/github.com/howeyc/.corpus.url.gopass: -------------------------------------------------------------------------------- 1 | https://github.com/howeyc/gopass 2 | -------------------------------------------------------------------------------- /src/github.com/hpcloud/.corpus.url.tail: -------------------------------------------------------------------------------- 1 | https://github.com/hpcloud/tail 2 | -------------------------------------------------------------------------------- /src/github.com/huichen/.corpus.project.wukong: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsc/corpus/625dfccb7a3633a07d5eb2ba19a4ce4e6dba6afe/src/github.com/huichen/.corpus.project.wukong -------------------------------------------------------------------------------- /src/github.com/huichen/.corpus.rev.murmur: -------------------------------------------------------------------------------- 1 | commit e0489551cf5116e27d7cc69d97a53cdbdd028acf 2 | Author: Hui Chen 3 | Date: Thu Aug 8 14:23:58 2013 -0700 4 | 5 | 加入许可文件 6 | -------------------------------------------------------------------------------- /src/github.com/huichen/.corpus.rev.sego: -------------------------------------------------------------------------------- 1 | commit d06fe1b3abe3877ab593b57e5e43daf6c4c25add 2 | Author: Hui Chen 3 | Date: Sun Nov 1 19:26:41 2015 +0800 4 | 5 | Update README.md 6 | -------------------------------------------------------------------------------- /src/github.com/huichen/.corpus.url.murmur: -------------------------------------------------------------------------------- 1 | https://github.com/huichen/murmur 2 | -------------------------------------------------------------------------------- /src/github.com/huichen/.corpus.url.sego: -------------------------------------------------------------------------------- 1 | https://github.com/huichen/sego 2 | -------------------------------------------------------------------------------- /src/github.com/huichen/.corpus.url.wukong: -------------------------------------------------------------------------------- 1 | https://github.com/huichen/wukong 2 | -------------------------------------------------------------------------------- /src/github.com/hyperledger/.corpus.url.fabric: -------------------------------------------------------------------------------- 1 | https://github.com/hyperledger/fabric 2 | -------------------------------------------------------------------------------- /src/github.com/imdario/.corpus.url.mergo: -------------------------------------------------------------------------------- 1 | https://github.com/imdario/mergo 2 | -------------------------------------------------------------------------------- /src/github.com/imkira/.corpus.rev.go-interpol: -------------------------------------------------------------------------------- 1 | commit 5accad8134979a6ac504d456a6c7f1c53da237ca 2 | Author: Mário Freitas 3 | Date: Mon Sep 19 03:34:49 2016 +0900 4 | 5 | added: codebeatignore for examples dir 6 | -------------------------------------------------------------------------------- /src/github.com/imkira/.corpus.url.go-interpol: -------------------------------------------------------------------------------- 1 | https://github.com/imkira/go-interpol 2 | -------------------------------------------------------------------------------- /src/github.com/influxdata/.corpus.project.influxdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsc/corpus/625dfccb7a3633a07d5eb2ba19a4ce4e6dba6afe/src/github.com/influxdata/.corpus.project.influxdb -------------------------------------------------------------------------------- /src/github.com/influxdata/.corpus.project.telegraf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsc/corpus/625dfccb7a3633a07d5eb2ba19a4ce4e6dba6afe/src/github.com/influxdata/.corpus.project.telegraf -------------------------------------------------------------------------------- /src/github.com/influxdata/.corpus.rev.usage-client: -------------------------------------------------------------------------------- 1 | commit 6d3895376368aa52a3a81d2a16e90f0f52371967 2 | Author: Mark Bates 3 | Date: Mon Aug 29 14:00:54 2016 -0400 4 | 5 | Fix circle (#6) 6 | -------------------------------------------------------------------------------- /src/github.com/influxdata/.corpus.rev.wlog: -------------------------------------------------------------------------------- 1 | commit 7c63b0a71ef8300adc255344d275e10e5c3a71ec 2 | Author: Nathaniel Cook 3 | Date: Mon Apr 11 16:40:16 2016 -0600 4 | 5 | delimeter -> delimiter 6 | -------------------------------------------------------------------------------- /src/github.com/influxdata/.corpus.url.config: -------------------------------------------------------------------------------- 1 | https://github.com/influxdata/config 2 | -------------------------------------------------------------------------------- /src/github.com/influxdata/.corpus.url.influxdb: -------------------------------------------------------------------------------- 1 | https://github.com/influxdata/influxdb 2 | -------------------------------------------------------------------------------- /src/github.com/influxdata/.corpus.url.telegraf: -------------------------------------------------------------------------------- 1 | https://github.com/influxdata/telegraf 2 | -------------------------------------------------------------------------------- /src/github.com/influxdata/.corpus.url.toml: -------------------------------------------------------------------------------- 1 | https://github.com/influxdata/toml 2 | -------------------------------------------------------------------------------- /src/github.com/influxdata/.corpus.url.usage-client: -------------------------------------------------------------------------------- 1 | https://github.com/influxdata/usage-client 2 | -------------------------------------------------------------------------------- /src/github.com/influxdata/.corpus.url.wlog: -------------------------------------------------------------------------------- 1 | https://github.com/influxdata/wlog 2 | -------------------------------------------------------------------------------- /src/github.com/iris-contrib/.corpus.url.color: -------------------------------------------------------------------------------- 1 | https://github.com/iris-contrib/color 2 | -------------------------------------------------------------------------------- /src/github.com/iris-contrib/.corpus.url.formBinder: -------------------------------------------------------------------------------- 1 | https://github.com/iris-contrib/formBinder 2 | -------------------------------------------------------------------------------- /src/github.com/iris-contrib/.corpus.url.lego: -------------------------------------------------------------------------------- 1 | https://github.com/iris-contrib/lego 2 | -------------------------------------------------------------------------------- /src/github.com/iris-contrib/.corpus.url.letsencrypt: -------------------------------------------------------------------------------- 1 | https://github.com/iris-contrib/letsencrypt 2 | -------------------------------------------------------------------------------- /src/github.com/issue9/.corpus.rev.identicon: -------------------------------------------------------------------------------- 1 | commit d36b54562f4cf70c83653e13dc95c220c79ef521 2 | Author: caixw 3 | Date: Sun Mar 20 14:51:30 2016 +0800 4 | 5 | ci添加对golang1.6的支持 6 | -------------------------------------------------------------------------------- /src/github.com/issue9/.corpus.url.identicon: -------------------------------------------------------------------------------- 1 | https://github.com/issue9/identicon 2 | -------------------------------------------------------------------------------- /src/github.com/jaytaylor/.corpus.url.html2text: -------------------------------------------------------------------------------- 1 | https://github.com/jaytaylor/html2text 2 | -------------------------------------------------------------------------------- /src/github.com/jehiah/.corpus.url.go-strftime: -------------------------------------------------------------------------------- 1 | https://github.com/jehiah/go-strftime 2 | -------------------------------------------------------------------------------- /src/github.com/jessevdk/.corpus.url.go-flags: -------------------------------------------------------------------------------- 1 | https://github.com/jessevdk/go-flags 2 | -------------------------------------------------------------------------------- /src/github.com/jimstudt/.corpus.rev.http-authentication: -------------------------------------------------------------------------------- 1 | commit 3eca13d6893afd7ecabe15f4445f5d2872a1b012 2 | Author: Jim Studt 3 | Date: Tue Apr 1 15:37:05 2014 -0500 4 | 5 | More package renaming 6 | -------------------------------------------------------------------------------- /src/github.com/jimstudt/.corpus.url.http-authentication: -------------------------------------------------------------------------------- 1 | https://github.com/jimstudt/http-authentication 2 | -------------------------------------------------------------------------------- /src/github.com/jinzhu/.corpus.project.gorm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsc/corpus/625dfccb7a3633a07d5eb2ba19a4ce4e6dba6afe/src/github.com/jinzhu/.corpus.project.gorm -------------------------------------------------------------------------------- /src/github.com/jinzhu/.corpus.rev.now: -------------------------------------------------------------------------------- 1 | commit 95f61531f9021a162633b50777cc1263d3064641 2 | Author: Jinzhu 3 | Date: Mon Jan 2 20:48:25 2017 +0800 4 | 5 | Add how to support this project to README 6 | -------------------------------------------------------------------------------- /src/github.com/jinzhu/.corpus.url.gorm: -------------------------------------------------------------------------------- 1 | https://github.com/jinzhu/gorm 2 | -------------------------------------------------------------------------------- /src/github.com/jinzhu/.corpus.url.inflection: -------------------------------------------------------------------------------- 1 | https://github.com/jinzhu/inflection 2 | -------------------------------------------------------------------------------- /src/github.com/jinzhu/.corpus.url.now: -------------------------------------------------------------------------------- 1 | https://github.com/jinzhu/now 2 | -------------------------------------------------------------------------------- /src/github.com/joewalnes/.corpus.project.websocketd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsc/corpus/625dfccb7a3633a07d5eb2ba19a4ce4e6dba6afe/src/github.com/joewalnes/.corpus.project.websocketd -------------------------------------------------------------------------------- /src/github.com/joewalnes/.corpus.url.websocketd: -------------------------------------------------------------------------------- 1 | https://github.com/joewalnes/websocketd 2 | -------------------------------------------------------------------------------- /src/github.com/jonboulle/.corpus.url.clockwork: -------------------------------------------------------------------------------- 1 | https://github.com/jonboulle/clockwork 2 | -------------------------------------------------------------------------------- /src/github.com/jroimartin/.corpus.url.gocui: -------------------------------------------------------------------------------- 1 | https://github.com/jroimartin/gocui 2 | -------------------------------------------------------------------------------- /src/github.com/jtolds/.corpus.url.gls: -------------------------------------------------------------------------------- 1 | https://github.com/jtolds/gls 2 | -------------------------------------------------------------------------------- /src/github.com/judwhite/.corpus.url.go-svc: -------------------------------------------------------------------------------- 1 | https://github.com/judwhite/go-svc 2 | -------------------------------------------------------------------------------- /src/github.com/juju/.corpus.url.errors: -------------------------------------------------------------------------------- 1 | https://github.com/juju/errors 2 | -------------------------------------------------------------------------------- /src/github.com/juju/.corpus.url.ratelimit: -------------------------------------------------------------------------------- 1 | https://github.com/juju/ratelimit 2 | -------------------------------------------------------------------------------- /src/github.com/julienschmidt/.corpus.project.httprouter: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsc/corpus/625dfccb7a3633a07d5eb2ba19a4ce4e6dba6afe/src/github.com/julienschmidt/.corpus.project.httprouter -------------------------------------------------------------------------------- /src/github.com/julienschmidt/.corpus.url.httprouter: -------------------------------------------------------------------------------- 1 | https://github.com/julienschmidt/httprouter 2 | -------------------------------------------------------------------------------- /src/github.com/junegunn/.corpus.project.fzf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsc/corpus/625dfccb7a3633a07d5eb2ba19a4ce4e6dba6afe/src/github.com/junegunn/.corpus.project.fzf -------------------------------------------------------------------------------- /src/github.com/junegunn/.corpus.rev.go-runewidth: -------------------------------------------------------------------------------- 1 | commit 63c378b851290989b19ca955468386485f118c65 2 | Author: mattn 3 | Date: Tue Oct 7 09:43:55 2014 +0900 4 | 5 | s/CurrentCondition/DefaultCondition/g 6 | -------------------------------------------------------------------------------- /src/github.com/junegunn/.corpus.url.fzf: -------------------------------------------------------------------------------- 1 | https://github.com/junegunn/fzf 2 | -------------------------------------------------------------------------------- /src/github.com/junegunn/.corpus.url.go-isatty: -------------------------------------------------------------------------------- 1 | https://github.com/junegunn/go-isatty 2 | -------------------------------------------------------------------------------- /src/github.com/junegunn/.corpus.url.go-runewidth: -------------------------------------------------------------------------------- 1 | https://github.com/junegunn/go-runewidth 2 | -------------------------------------------------------------------------------- /src/github.com/junegunn/.corpus.url.go-shellwords: -------------------------------------------------------------------------------- 1 | https://github.com/junegunn/go-shellwords 2 | -------------------------------------------------------------------------------- /src/github.com/jwilder/.corpus.url.encoding: -------------------------------------------------------------------------------- 1 | https://github.com/jwilder/encoding 2 | -------------------------------------------------------------------------------- /src/github.com/k0kubun/.corpus.rev.pp: -------------------------------------------------------------------------------- 1 | commit f5dce6ed0ccf6c350f1679964ff6b61f3d6d2033 2 | Author: Takashi Kokubun 3 | Date: Thu Jun 2 23:46:26 2016 +0900 4 | 5 | github_changelog_generator 6 | -------------------------------------------------------------------------------- /src/github.com/k0kubun/.corpus.url.pp: -------------------------------------------------------------------------------- 1 | https://github.com/k0kubun/pp 2 | -------------------------------------------------------------------------------- /src/github.com/kardianos/.corpus.url.osext: -------------------------------------------------------------------------------- 1 | https://github.com/kardianos/osext 2 | -------------------------------------------------------------------------------- /src/github.com/kardianos/.corpus.url.service: -------------------------------------------------------------------------------- 1 | https://github.com/kardianos/service 2 | -------------------------------------------------------------------------------- /src/github.com/karlseguin/.corpus.url.ccache: -------------------------------------------------------------------------------- 1 | https://github.com/karlseguin/ccache 2 | -------------------------------------------------------------------------------- /src/github.com/kataras/.corpus.project.iris: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsc/corpus/625dfccb7a3633a07d5eb2ba19a4ce4e6dba6afe/src/github.com/kataras/.corpus.project.iris -------------------------------------------------------------------------------- /src/github.com/kataras/.corpus.rev.cli: -------------------------------------------------------------------------------- 1 | commit 5391185b20613692b38657bdb55e1896d506299d 2 | Author: Gerasimos Maropoulos 3 | Date: Sat Oct 22 08:19:37 2016 +0300 4 | 5 | Fix readme gap 6 | -------------------------------------------------------------------------------- /src/github.com/kataras/.corpus.rev.go-errors: -------------------------------------------------------------------------------- 1 | commit 0f977b82cc78d5d31bb75fb6f903ad9e852c8bbd 2 | Author: Gerasimos Maropoulos 3 | Date: Sun Sep 18 13:12:19 2016 +0300 4 | 5 | Update donations section 6 | -------------------------------------------------------------------------------- /src/github.com/kataras/.corpus.rev.go-fs: -------------------------------------------------------------------------------- 1 | commit c029e113d9faaf558b730f06041c8bf9545a3502 2 | Author: Gerasimos Maropoulos 3 | Date: Mon Oct 31 06:20:56 2016 +0200 4 | 5 | remove gotip 6 | -------------------------------------------------------------------------------- /src/github.com/kataras/.corpus.rev.go-options: -------------------------------------------------------------------------------- 1 | commit 23b556c1b935c594ec6d71ff81ead4dbeec3aa8d 2 | Author: Gerasimos Maropoulos 3 | Date: Fri Sep 9 07:20:19 2016 +0300 4 | 5 | Add link to chat 6 | -------------------------------------------------------------------------------- /src/github.com/kataras/.corpus.rev.iris: -------------------------------------------------------------------------------- 1 | commit cdd5370166aa32f98543e2a71c87e6b8627faf96 2 | Author: Gerasimos (Makis) Maropoulos 3 | Date: Wed Jan 18 13:56:55 2017 +0200 4 | 5 | Update DONATIONS.md 6 | -------------------------------------------------------------------------------- /src/github.com/kataras/.corpus.rev.rizla: -------------------------------------------------------------------------------- 1 | commit cf55c8547a3ff173614cd89b5f216ab2c8468a94 2 | Author: Gerasimos Maropoulos 3 | Date: Mon Oct 31 08:35:59 2016 +0200 4 | 5 | fix import path 6 | -------------------------------------------------------------------------------- /src/github.com/kataras/.corpus.url.cli: -------------------------------------------------------------------------------- 1 | https://github.com/kataras/cli 2 | -------------------------------------------------------------------------------- /src/github.com/kataras/.corpus.url.go-errors: -------------------------------------------------------------------------------- 1 | https://github.com/kataras/go-errors 2 | -------------------------------------------------------------------------------- /src/github.com/kataras/.corpus.url.go-fs: -------------------------------------------------------------------------------- 1 | https://github.com/kataras/go-fs 2 | -------------------------------------------------------------------------------- /src/github.com/kataras/.corpus.url.go-options: -------------------------------------------------------------------------------- 1 | https://github.com/kataras/go-options 2 | -------------------------------------------------------------------------------- /src/github.com/kataras/.corpus.url.go-serializer: -------------------------------------------------------------------------------- 1 | https://github.com/kataras/go-serializer 2 | -------------------------------------------------------------------------------- /src/github.com/kataras/.corpus.url.go-sessions: -------------------------------------------------------------------------------- 1 | https://github.com/kataras/go-sessions 2 | -------------------------------------------------------------------------------- /src/github.com/kataras/.corpus.url.go-template: -------------------------------------------------------------------------------- 1 | https://github.com/kataras/go-template 2 | -------------------------------------------------------------------------------- /src/github.com/kataras/.corpus.url.go-websocket: -------------------------------------------------------------------------------- 1 | https://github.com/kataras/go-websocket 2 | -------------------------------------------------------------------------------- /src/github.com/kataras/.corpus.url.iris: -------------------------------------------------------------------------------- 1 | https://github.com/kataras/iris 2 | -------------------------------------------------------------------------------- /src/github.com/kataras/.corpus.url.rizla: -------------------------------------------------------------------------------- 1 | https://github.com/kataras/rizla 2 | -------------------------------------------------------------------------------- /src/github.com/kballard/.corpus.url.go-shellquote: -------------------------------------------------------------------------------- 1 | https://github.com/kballard/go-shellquote 2 | -------------------------------------------------------------------------------- /src/github.com/kelseyhightower/.corpus.project.confd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsc/corpus/625dfccb7a3633a07d5eb2ba19a4ce4e6dba6afe/src/github.com/kelseyhightower/.corpus.project.confd -------------------------------------------------------------------------------- /src/github.com/kelseyhightower/.corpus.url.confd: -------------------------------------------------------------------------------- 1 | https://github.com/kelseyhightower/confd 2 | -------------------------------------------------------------------------------- /src/github.com/kisielk/.corpus.rev.gotool: -------------------------------------------------------------------------------- 1 | commit 0de1eaf82fa3f583ce21fde859f1e7e0c5e9b220 2 | Author: Dave Cheney 3 | Date: Wed Nov 30 19:01:11 2016 +1100 4 | 5 | Address tiny nit 6 | -------------------------------------------------------------------------------- /src/github.com/kisielk/.corpus.url.gotool: -------------------------------------------------------------------------------- 1 | https://github.com/kisielk/gotool 2 | -------------------------------------------------------------------------------- /src/github.com/klauspost/.corpus.rev.compress: -------------------------------------------------------------------------------- 1 | commit 461e8fd8397ae84a23f56e385801e4feda2048ce 2 | Author: Klaus Post 3 | Date: Sat Jan 14 14:08:32 2017 +0100 4 | 5 | Update README.md 6 | -------------------------------------------------------------------------------- /src/github.com/klauspost/.corpus.rev.crc32: -------------------------------------------------------------------------------- 1 | commit cb6bfca970f6908083f26f39a79009d608efd5cd 2 | Author: Klaus Post 3 | Date: Sun Oct 16 17:41:25 2016 +0200 4 | 5 | Update README.md 6 | -------------------------------------------------------------------------------- /src/github.com/klauspost/.corpus.url.compress: -------------------------------------------------------------------------------- 1 | https://github.com/klauspost/compress 2 | -------------------------------------------------------------------------------- /src/github.com/klauspost/.corpus.url.cpuid: -------------------------------------------------------------------------------- 1 | https://github.com/klauspost/cpuid 2 | -------------------------------------------------------------------------------- /src/github.com/klauspost/.corpus.url.crc32: -------------------------------------------------------------------------------- 1 | https://github.com/klauspost/crc32 2 | -------------------------------------------------------------------------------- /src/github.com/klauspost/.corpus.url.reedsolomon: -------------------------------------------------------------------------------- 1 | https://github.com/klauspost/reedsolomon 2 | -------------------------------------------------------------------------------- /src/github.com/kotakanbe/.corpus.rev.go-pingscanner: -------------------------------------------------------------------------------- 1 | commit 58e188a3e4f6ab1a6371e33421e4502e26fa1e80 2 | Author: kota kanbe 3 | Date: Wed Apr 20 10:31:23 2016 +0900 4 | 5 | Add CHANGELOG.md 6 | -------------------------------------------------------------------------------- /src/github.com/kotakanbe/.corpus.rev.logrus-prefixed-formatter: -------------------------------------------------------------------------------- 1 | commit f4f7d41649cf1e75e736884da8d05324aa76ea25 2 | Author: kota kanbe 3 | Date: Wed Mar 23 22:42:22 2016 +0900 4 | 5 | prefix -> [prefix] 6 | -------------------------------------------------------------------------------- /src/github.com/kotakanbe/.corpus.url.go-cve-dictionary: -------------------------------------------------------------------------------- 1 | https://github.com/kotakanbe/go-cve-dictionary 2 | -------------------------------------------------------------------------------- /src/github.com/kotakanbe/.corpus.url.go-pingscanner: -------------------------------------------------------------------------------- 1 | https://github.com/kotakanbe/go-pingscanner 2 | -------------------------------------------------------------------------------- /src/github.com/kotakanbe/.corpus.url.logrus-prefixed-formatter: -------------------------------------------------------------------------------- 1 | https://github.com/kotakanbe/logrus-prefixed-formatter 2 | -------------------------------------------------------------------------------- /src/github.com/kr/.corpus.rev.pretty: -------------------------------------------------------------------------------- 1 | commit cfb55aafdaf3ec08f0db22699ab822c50091b1c4 2 | Author: Gustavo Niemeyer 3 | Date: Tue Aug 23 14:07:15 2016 -0300 4 | 5 | Fix passthrough handling (#37). (#38) 6 | -------------------------------------------------------------------------------- /src/github.com/kr/.corpus.rev.text: -------------------------------------------------------------------------------- 1 | commit 7cafcd837844e784b526369c9bce262804aebc60 2 | Author: Keith Rarick 3 | Date: Tue May 3 19:26:26 2016 -0700 4 | 5 | cmd/agg: new command 6 | -------------------------------------------------------------------------------- /src/github.com/kr/.corpus.url.pretty: -------------------------------------------------------------------------------- 1 | https://github.com/kr/pretty 2 | -------------------------------------------------------------------------------- /src/github.com/kr/.corpus.url.pty: -------------------------------------------------------------------------------- 1 | https://github.com/kr/pty 2 | -------------------------------------------------------------------------------- /src/github.com/kr/.corpus.url.text: -------------------------------------------------------------------------------- 1 | https://github.com/kr/text 2 | -------------------------------------------------------------------------------- /src/github.com/kylelemons/.corpus.rev.godebug: -------------------------------------------------------------------------------- 1 | commit d99083b96f422f8fd5a93bc02040acec769e178f 2 | Author: Kyle Lemons 3 | Date: Wed Nov 9 13:01:02 2016 -0800 4 | 5 | Fix case for examples 6 | -------------------------------------------------------------------------------- /src/github.com/kylelemons/.corpus.url.godebug: -------------------------------------------------------------------------------- 1 | https://github.com/kylelemons/godebug 2 | -------------------------------------------------------------------------------- /src/github.com/kyokomi/.corpus.rev.emoji: -------------------------------------------------------------------------------- 1 | commit 7e06b236c489543f53868841f188a294e3383eab 2 | Author: kyokomi 3 | Date: Wed Nov 23 23:43:55 2016 +0900 4 | 5 | Fix generate codemap 6 | -------------------------------------------------------------------------------- /src/github.com/kyokomi/.corpus.url.emoji: -------------------------------------------------------------------------------- 1 | https://github.com/kyokomi/emoji 2 | -------------------------------------------------------------------------------- /src/github.com/labstack/.corpus.project.echo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsc/corpus/625dfccb7a3633a07d5eb2ba19a4ce4e6dba6afe/src/github.com/labstack/.corpus.project.echo -------------------------------------------------------------------------------- /src/github.com/labstack/.corpus.url.echo: -------------------------------------------------------------------------------- 1 | https://github.com/labstack/echo 2 | -------------------------------------------------------------------------------- /src/github.com/labstack/.corpus.url.gommon: -------------------------------------------------------------------------------- 1 | https://github.com/labstack/gommon 2 | -------------------------------------------------------------------------------- /src/github.com/lestrrat/.corpus.url.go-pdebug: -------------------------------------------------------------------------------- 1 | https://github.com/lestrrat/go-pdebug 2 | -------------------------------------------------------------------------------- /src/github.com/lib/.corpus.url.pq: -------------------------------------------------------------------------------- 1 | https://github.com/lib/pq 2 | -------------------------------------------------------------------------------- /src/github.com/lightstep/.corpus.url.lightstep-tracer-go: -------------------------------------------------------------------------------- 1 | https://github.com/lightstep/lightstep-tracer-go 2 | -------------------------------------------------------------------------------- /src/github.com/linkeddata/.corpus.rev.gojsonld: -------------------------------------------------------------------------------- 1 | commit a223ef39bb925d36d4c410d3e35b0e34e370cc31 2 | Author: Martin Martinez Rivera 3 | Date: Tue Mar 31 14:59:19 2015 -0400 4 | 5 | Set base in NewOptions. 6 | -------------------------------------------------------------------------------- /src/github.com/linkeddata/.corpus.url.gojsonld: -------------------------------------------------------------------------------- 1 | https://github.com/linkeddata/gojsonld 2 | -------------------------------------------------------------------------------- /src/github.com/lucas-clemente/.corpus.rev.fnv128a: -------------------------------------------------------------------------------- 1 | commit 393af48d391698c6ae4219566bfbdfef67269997 2 | Author: Lucas Clemente 3 | Date: Wed May 4 17:23:51 2016 +0200 4 | 5 | add implementation 6 | -------------------------------------------------------------------------------- /src/github.com/lucas-clemente/.corpus.url.aes12: -------------------------------------------------------------------------------- 1 | https://github.com/lucas-clemente/aes12 2 | -------------------------------------------------------------------------------- /src/github.com/lucas-clemente/.corpus.url.fnv128a: -------------------------------------------------------------------------------- 1 | https://github.com/lucas-clemente/fnv128a 2 | -------------------------------------------------------------------------------- /src/github.com/lucas-clemente/.corpus.url.quic-go: -------------------------------------------------------------------------------- 1 | https://github.com/lucas-clemente/quic-go 2 | -------------------------------------------------------------------------------- /src/github.com/lucas-clemente/.corpus.url.quic-go-certificates: -------------------------------------------------------------------------------- 1 | https://github.com/lucas-clemente/quic-go-certificates 2 | -------------------------------------------------------------------------------- /src/github.com/lucasb-eyer/.corpus.url.go-colorful: -------------------------------------------------------------------------------- 1 | https://github.com/lucasb-eyer/go-colorful 2 | -------------------------------------------------------------------------------- /src/github.com/magiconair/.corpus.rev.properties: -------------------------------------------------------------------------------- 1 | commit b3b15ef068fd0b17ddf408a23669f20811d194d2 2 | Author: Frank Schroeder 3 | Date: Fri Jan 13 10:48:12 2017 +0100 4 | 5 | Update CHANGELOG 6 | -------------------------------------------------------------------------------- /src/github.com/magiconair/.corpus.url.properties: -------------------------------------------------------------------------------- 1 | https://github.com/magiconair/properties 2 | -------------------------------------------------------------------------------- /src/github.com/manucorporat/.corpus.rev.sse: -------------------------------------------------------------------------------- 1 | commit ee05b128a739a0fb76c7ebd3ae4810c1de808d6d 2 | Author: Manu Mtz.-Almeida 3 | Date: Tue Jan 26 19:01:36 2016 +0100 4 | 5 | Adds some comments 6 | -------------------------------------------------------------------------------- /src/github.com/manucorporat/.corpus.rev.stats: -------------------------------------------------------------------------------- 1 | commit 8f2d6ace262eba462e9beb552382c98be51d807b 2 | Author: Manu Mtz-Almeida 3 | Date: Sun May 31 22:46:25 2015 +0200 4 | 5 | Updates stats 6 | -------------------------------------------------------------------------------- /src/github.com/manucorporat/.corpus.url.sse: -------------------------------------------------------------------------------- 1 | https://github.com/manucorporat/sse 2 | -------------------------------------------------------------------------------- /src/github.com/manucorporat/.corpus.url.stats: -------------------------------------------------------------------------------- 1 | https://github.com/manucorporat/stats 2 | -------------------------------------------------------------------------------- /src/github.com/maruel/.corpus.url.panicparse: -------------------------------------------------------------------------------- 1 | https://github.com/maruel/panicparse 2 | -------------------------------------------------------------------------------- /src/github.com/mattn/.corpus.rev.go-runewidth: -------------------------------------------------------------------------------- 1 | commit 737072b4e32b7a5018b4a7125da8d12de90e8045 2 | Author: Yasuhiro Matsumoto 3 | Date: Wed Oct 12 10:35:12 2016 +0900 4 | 5 | fix build 6 | -------------------------------------------------------------------------------- /src/github.com/mattn/.corpus.rev.go-sqlite3: -------------------------------------------------------------------------------- 1 | commit 7ed900a7c4cc22315a007cc49821cce3baa7be0f 2 | Author: Yasuhiro Matsumoto 3 | Date: Thu Jan 19 02:20:24 2017 +0900 4 | 5 | fix test 6 | -------------------------------------------------------------------------------- /src/github.com/mattn/.corpus.url.go-colorable: -------------------------------------------------------------------------------- 1 | https://github.com/mattn/go-colorable 2 | -------------------------------------------------------------------------------- /src/github.com/mattn/.corpus.url.go-isatty: -------------------------------------------------------------------------------- 1 | https://github.com/mattn/go-isatty 2 | -------------------------------------------------------------------------------- /src/github.com/mattn/.corpus.url.go-runewidth: -------------------------------------------------------------------------------- 1 | https://github.com/mattn/go-runewidth 2 | -------------------------------------------------------------------------------- /src/github.com/mattn/.corpus.url.go-sqlite3: -------------------------------------------------------------------------------- 1 | https://github.com/mattn/go-sqlite3 2 | -------------------------------------------------------------------------------- /src/github.com/matttproud/.corpus.url.golang_protobuf_extensions: -------------------------------------------------------------------------------- 1 | https://github.com/matttproud/golang_protobuf_extensions 2 | -------------------------------------------------------------------------------- /src/github.com/mcuadros/.corpus.rev.go-version: -------------------------------------------------------------------------------- 1 | commit 257f7b9a7d87427c8d7f89469a5958d57f8abd7c 2 | Author: Máximo Cuadros 3 | Date: Sat Nov 5 19:36:18 2016 +0100 4 | 5 | update badges 6 | -------------------------------------------------------------------------------- /src/github.com/mcuadros/.corpus.url.go-version: -------------------------------------------------------------------------------- 1 | https://github.com/mcuadros/go-version 2 | -------------------------------------------------------------------------------- /src/github.com/mgutz/.corpus.rev.ansi: -------------------------------------------------------------------------------- 1 | commit c286dcecd19ff979eeb73ea444e479b903f2cfcb 2 | Author: Mario L Gutierrez 3 | Date: Mon Sep 14 09:22:38 2015 -0700 4 | 5 | add off to disable colors 6 | -------------------------------------------------------------------------------- /src/github.com/mgutz/.corpus.url.ansi: -------------------------------------------------------------------------------- 1 | https://github.com/mgutz/ansi 2 | -------------------------------------------------------------------------------- /src/github.com/mholt/.corpus.project.caddy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsc/corpus/625dfccb7a3633a07d5eb2ba19a4ce4e6dba6afe/src/github.com/mholt/.corpus.project.caddy -------------------------------------------------------------------------------- /src/github.com/mholt/.corpus.url.archiver: -------------------------------------------------------------------------------- 1 | https://github.com/mholt/archiver 2 | -------------------------------------------------------------------------------- /src/github.com/mholt/.corpus.url.caddy: -------------------------------------------------------------------------------- 1 | https://github.com/mholt/caddy 2 | -------------------------------------------------------------------------------- /src/github.com/microcosm-cc/.corpus.url.bluemonday: -------------------------------------------------------------------------------- 1 | https://github.com/microcosm-cc/bluemonday 2 | -------------------------------------------------------------------------------- /src/github.com/miekg/.corpus.url.dns: -------------------------------------------------------------------------------- 1 | https://github.com/miekg/dns 2 | -------------------------------------------------------------------------------- /src/github.com/miekg/.corpus.url.mmark: -------------------------------------------------------------------------------- 1 | https://github.com/miekg/mmark 2 | -------------------------------------------------------------------------------- /src/github.com/minio/.corpus.project.minio: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsc/corpus/625dfccb7a3633a07d5eb2ba19a4ce4e6dba6afe/src/github.com/minio/.corpus.project.minio -------------------------------------------------------------------------------- /src/github.com/minio/.corpus.url.minio: -------------------------------------------------------------------------------- 1 | https://github.com/minio/minio 2 | -------------------------------------------------------------------------------- /src/github.com/mitchellh/.corpus.project.packer: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsc/corpus/625dfccb7a3633a07d5eb2ba19a4ce4e6dba6afe/src/github.com/mitchellh/.corpus.project.packer -------------------------------------------------------------------------------- /src/github.com/mitchellh/.corpus.rev.packer: -------------------------------------------------------------------------------- 1 | commit 1109073f9adf6ca6dca11ce5a25afcbaa656d1a6 2 | Author: Matthew Hooker 3 | Date: Thu Jan 19 13:43:19 2017 -0800 4 | 5 | update changelog 6 | -------------------------------------------------------------------------------- /src/github.com/mitchellh/.corpus.url.go-homedir: -------------------------------------------------------------------------------- 1 | https://github.com/mitchellh/go-homedir 2 | -------------------------------------------------------------------------------- /src/github.com/mitchellh/.corpus.url.go-wordwrap: -------------------------------------------------------------------------------- 1 | https://github.com/mitchellh/go-wordwrap 2 | -------------------------------------------------------------------------------- /src/github.com/mitchellh/.corpus.url.mapstructure: -------------------------------------------------------------------------------- 1 | https://github.com/mitchellh/mapstructure 2 | -------------------------------------------------------------------------------- /src/github.com/mitchellh/.corpus.url.packer: -------------------------------------------------------------------------------- 1 | https://github.com/mitchellh/packer 2 | -------------------------------------------------------------------------------- /src/github.com/moul/.corpus.rev.http2curl: -------------------------------------------------------------------------------- 1 | commit 4e24498b31dba4683efb9d35c1c8a91e2eda28c8 2 | Author: Manfred Touron 3 | Date: Mon Oct 31 20:45:48 2016 +0100 4 | 5 | Add more usage links 6 | -------------------------------------------------------------------------------- /src/github.com/moul/.corpus.url.http2curl: -------------------------------------------------------------------------------- 1 | https://github.com/moul/http2curl 2 | -------------------------------------------------------------------------------- /src/github.com/mreiferson/.corpus.url.go-options: -------------------------------------------------------------------------------- 1 | https://github.com/mreiferson/go-options 2 | -------------------------------------------------------------------------------- /src/github.com/mrunalp/.corpus.url.fileutils: -------------------------------------------------------------------------------- 1 | https://github.com/mrunalp/fileutils 2 | -------------------------------------------------------------------------------- /src/github.com/naoina/.corpus.url.go-stringutil: -------------------------------------------------------------------------------- 1 | https://github.com/naoina/go-stringutil 2 | -------------------------------------------------------------------------------- /src/github.com/naoina/.corpus.url.toml: -------------------------------------------------------------------------------- 1 | https://github.com/naoina/toml 2 | -------------------------------------------------------------------------------- /src/github.com/nats-io/.corpus.rev.nuid: -------------------------------------------------------------------------------- 1 | commit 289cccf02c178dc782430d534e3c1f5b72af807f 2 | Author: Ivan Kozlovic 3 | Date: Mon Sep 26 22:49:45 2016 -0600 4 | 5 | First release [ci skip] 6 | -------------------------------------------------------------------------------- /src/github.com/nats-io/.corpus.url.go-nats: -------------------------------------------------------------------------------- 1 | https://github.com/nats-io/go-nats 2 | -------------------------------------------------------------------------------- /src/github.com/nats-io/.corpus.url.nats: -------------------------------------------------------------------------------- 1 | https://github.com/nats-io/nats 2 | -------------------------------------------------------------------------------- /src/github.com/nats-io/.corpus.url.nuid: -------------------------------------------------------------------------------- 1 | https://github.com/nats-io/nuid 2 | -------------------------------------------------------------------------------- /src/github.com/ncw/.corpus.project.rclone: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsc/corpus/625dfccb7a3633a07d5eb2ba19a4ce4e6dba6afe/src/github.com/ncw/.corpus.project.rclone -------------------------------------------------------------------------------- /src/github.com/ncw/.corpus.url.rclone: -------------------------------------------------------------------------------- 1 | https://github.com/ncw/rclone 2 | -------------------------------------------------------------------------------- /src/github.com/neelance/.corpus.rev.sourcemap: -------------------------------------------------------------------------------- 1 | commit 8c68805598ab8d5637b1a72b5f7d381ea0f39c31 2 | Author: Richard Musiol 3 | Date: Wed Oct 28 02:37:22 2015 +0100 4 | 5 | added LICENSE (fixes #1) 6 | -------------------------------------------------------------------------------- /src/github.com/neelance/.corpus.url.sourcemap: -------------------------------------------------------------------------------- 1 | https://github.com/neelance/sourcemap 2 | -------------------------------------------------------------------------------- /src/github.com/newrelic/.corpus.url.go-agent: -------------------------------------------------------------------------------- 1 | https://github.com/newrelic/go-agent 2 | -------------------------------------------------------------------------------- /src/github.com/nfnt/.corpus.url.resize: -------------------------------------------------------------------------------- 1 | https://github.com/nfnt/resize 2 | -------------------------------------------------------------------------------- /src/github.com/ngaut/.corpus.rev.deadline: -------------------------------------------------------------------------------- 1 | commit fae8f9dfd7048de16575b9d4c255278e38c28a4f 2 | Author: liuqi 3 | Date: Mon Mar 2 12:54:50 2015 +0800 4 | 5 | add file 6 | -------------------------------------------------------------------------------- /src/github.com/ngaut/.corpus.rev.pools: -------------------------------------------------------------------------------- 1 | commit 6352e005618615ffaf1cb1c6622b8e91435751fe 2 | Author: liuqi 3 | Date: Wed Oct 8 11:39:41 2014 +0800 4 | 5 | add files 6 | -------------------------------------------------------------------------------- /src/github.com/ngaut/.corpus.rev.sync2: -------------------------------------------------------------------------------- 1 | commit 7a24ed77b2efb460c1468b7dc917821c66e80e55 2 | Author: liuqi 3 | Date: Wed Oct 8 11:26:47 2014 +0800 4 | 5 | add files 6 | -------------------------------------------------------------------------------- /src/github.com/ngaut/.corpus.rev.systimemon: -------------------------------------------------------------------------------- 1 | commit 405356dee987ebcee88c8b18bac79e471a096a03 2 | Author: ngaut 3 | Date: Fri Jul 22 19:51:05 2016 +0800 4 | 5 | add comments 6 | -------------------------------------------------------------------------------- /src/github.com/ngaut/.corpus.url.deadline: -------------------------------------------------------------------------------- 1 | https://github.com/ngaut/deadline 2 | -------------------------------------------------------------------------------- /src/github.com/ngaut/.corpus.url.log: -------------------------------------------------------------------------------- 1 | https://github.com/ngaut/log 2 | -------------------------------------------------------------------------------- /src/github.com/ngaut/.corpus.url.pools: -------------------------------------------------------------------------------- 1 | https://github.com/ngaut/pools 2 | -------------------------------------------------------------------------------- /src/github.com/ngaut/.corpus.url.sync2: -------------------------------------------------------------------------------- 1 | https://github.com/ngaut/sync2 2 | -------------------------------------------------------------------------------- /src/github.com/ngaut/.corpus.url.systimemon: -------------------------------------------------------------------------------- 1 | https://github.com/ngaut/systimemon 2 | -------------------------------------------------------------------------------- /src/github.com/nicksnyder/.corpus.url.go-i18n: -------------------------------------------------------------------------------- 1 | https://github.com/nicksnyder/go-i18n 2 | -------------------------------------------------------------------------------- /src/github.com/nsf/.corpus.project.gocode: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsc/corpus/625dfccb7a3633a07d5eb2ba19a4ce4e6dba6afe/src/github.com/nsf/.corpus.project.gocode -------------------------------------------------------------------------------- /src/github.com/nsf/.corpus.url.gocode: -------------------------------------------------------------------------------- 1 | https://github.com/nsf/gocode 2 | -------------------------------------------------------------------------------- /src/github.com/nsf/.corpus.url.termbox-go: -------------------------------------------------------------------------------- 1 | https://github.com/nsf/termbox-go 2 | -------------------------------------------------------------------------------- /src/github.com/nsqio/.corpus.project.nsq: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsc/corpus/625dfccb7a3633a07d5eb2ba19a4ce4e6dba6afe/src/github.com/nsqio/.corpus.project.nsq -------------------------------------------------------------------------------- /src/github.com/nsqio/.corpus.url.go-nsq: -------------------------------------------------------------------------------- 1 | https://github.com/nsqio/go-nsq 2 | -------------------------------------------------------------------------------- /src/github.com/nsqio/.corpus.url.nsq: -------------------------------------------------------------------------------- 1 | https://github.com/nsqio/nsq 2 | -------------------------------------------------------------------------------- /src/github.com/nwaples/.corpus.url.rardecode: -------------------------------------------------------------------------------- 1 | https://github.com/nwaples/rardecode 2 | -------------------------------------------------------------------------------- /src/github.com/olekukonko/.corpus.url.tablewriter: -------------------------------------------------------------------------------- 1 | https://github.com/olekukonko/tablewriter 2 | -------------------------------------------------------------------------------- /src/github.com/onsi/.corpus.url.ginkgo: -------------------------------------------------------------------------------- 1 | https://github.com/onsi/ginkgo 2 | -------------------------------------------------------------------------------- /src/github.com/onsi/.corpus.url.gomega: -------------------------------------------------------------------------------- 1 | https://github.com/onsi/gomega 2 | -------------------------------------------------------------------------------- /src/github.com/opencontainers/.corpus.project.runc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsc/corpus/625dfccb7a3633a07d5eb2ba19a4ce4e6dba6afe/src/github.com/opencontainers/.corpus.project.runc -------------------------------------------------------------------------------- /src/github.com/opencontainers/.corpus.url.runc: -------------------------------------------------------------------------------- 1 | https://github.com/opencontainers/runc 2 | -------------------------------------------------------------------------------- /src/github.com/opencontainers/.corpus.url.runtime-spec: -------------------------------------------------------------------------------- 1 | https://github.com/opencontainers/runtime-spec 2 | -------------------------------------------------------------------------------- /src/github.com/opennota/.corpus.url.urlesc: -------------------------------------------------------------------------------- 1 | https://github.com/opennota/urlesc 2 | -------------------------------------------------------------------------------- /src/github.com/openshift/.corpus.project.origin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsc/corpus/625dfccb7a3633a07d5eb2ba19a4ce4e6dba6afe/src/github.com/openshift/.corpus.project.origin -------------------------------------------------------------------------------- /src/github.com/openshift/.corpus.url.origin: -------------------------------------------------------------------------------- 1 | https://github.com/openshift/origin 2 | -------------------------------------------------------------------------------- /src/github.com/opentracing/.corpus.url.basictracer-go: -------------------------------------------------------------------------------- 1 | https://github.com/opentracing/basictracer-go 2 | -------------------------------------------------------------------------------- /src/github.com/opentracing/.corpus.url.opentracing-go: -------------------------------------------------------------------------------- 1 | https://github.com/opentracing/opentracing-go 2 | -------------------------------------------------------------------------------- /src/github.com/openzipkin/.corpus.url.zipkin-go-opentracing: -------------------------------------------------------------------------------- 1 | https://github.com/openzipkin/zipkin-go-opentracing 2 | -------------------------------------------------------------------------------- /src/github.com/oschwald/.corpus.url.maxminddb-golang: -------------------------------------------------------------------------------- 1 | https://github.com/oschwald/maxminddb-golang 2 | -------------------------------------------------------------------------------- /src/github.com/ossrs/.corpus.project.srs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsc/corpus/625dfccb7a3633a07d5eb2ba19a4ce4e6dba6afe/src/github.com/ossrs/.corpus.project.srs -------------------------------------------------------------------------------- /src/github.com/ossrs/.corpus.url.srs: -------------------------------------------------------------------------------- 1 | https://github.com/ossrs/srs 2 | -------------------------------------------------------------------------------- /src/github.com/parnurzeal/.corpus.url.gorequest: -------------------------------------------------------------------------------- 1 | https://github.com/parnurzeal/gorequest 2 | -------------------------------------------------------------------------------- /src/github.com/paulbellamy/.corpus.url.ratecounter: -------------------------------------------------------------------------------- 1 | https://github.com/paulbellamy/ratecounter 2 | -------------------------------------------------------------------------------- /src/github.com/pborman/.corpus.url.uuid: -------------------------------------------------------------------------------- 1 | https://github.com/pborman/uuid 2 | -------------------------------------------------------------------------------- /src/github.com/peco/.corpus.project.peco: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsc/corpus/625dfccb7a3633a07d5eb2ba19a4ce4e6dba6afe/src/github.com/peco/.corpus.project.peco -------------------------------------------------------------------------------- /src/github.com/peco/.corpus.rev.peco: -------------------------------------------------------------------------------- 1 | commit 6d5a2065a25be52f710febedb4420dcc0ec34ba8 2 | Author: Daisuke Maki 3 | Date: Mon Jan 9 19:07:17 2017 +0900 4 | 5 | spelling 6 | -------------------------------------------------------------------------------- /src/github.com/peco/.corpus.url.peco: -------------------------------------------------------------------------------- 1 | https://github.com/peco/peco 2 | -------------------------------------------------------------------------------- /src/github.com/pelletier/.corpus.rev.go-buffruneio: -------------------------------------------------------------------------------- 1 | commit df1e16fde7fc330a0ca68167c23bf7ed6ac31d6d 2 | Author: Thomas Pelletier 3 | Date: Sun Jan 24 20:35:03 2016 +0100 4 | 5 | Update README 6 | -------------------------------------------------------------------------------- /src/github.com/pelletier/.corpus.url.go-buffruneio: -------------------------------------------------------------------------------- 1 | https://github.com/pelletier/go-buffruneio 2 | -------------------------------------------------------------------------------- /src/github.com/pelletier/.corpus.url.go-toml: -------------------------------------------------------------------------------- 1 | https://github.com/pelletier/go-toml 2 | -------------------------------------------------------------------------------- /src/github.com/performancecopilot/.corpus.rev.speed: -------------------------------------------------------------------------------- 1 | commit 6c862057c50f0d597c08fd8c58cf88376bb243f3 2 | Author: Suyash 3 | Date: Mon Dec 5 20:21:10 2016 +0530 4 | 5 | Update travis.yml 6 | -------------------------------------------------------------------------------- /src/github.com/performancecopilot/.corpus.url.speed: -------------------------------------------------------------------------------- 1 | https://github.com/performancecopilot/speed 2 | -------------------------------------------------------------------------------- /src/github.com/petar/.corpus.rev.GoLLRB: -------------------------------------------------------------------------------- 1 | commit 53be0d36a84c2a886ca057d34b6aa4468df9ccb4 2 | Author: Petar Maymounkov 3 | Date: Sat Apr 27 17:51:48 2013 -0400 4 | 5 | renames 6 | -------------------------------------------------------------------------------- /src/github.com/petar/.corpus.url.GoLLRB: -------------------------------------------------------------------------------- 1 | https://github.com/petar/GoLLRB 2 | -------------------------------------------------------------------------------- /src/github.com/peterh/.corpus.url.liner: -------------------------------------------------------------------------------- 1 | https://github.com/peterh/liner 2 | -------------------------------------------------------------------------------- /src/github.com/pierrec/.corpus.rev.xxHash: -------------------------------------------------------------------------------- 1 | commit 5a004441f897722c627870a981d02b29924215fa 2 | Author: Pierre CURTO 3 | Date: Tue Jan 12 17:53:51 2016 +0100 4 | 5 | updated README 6 | -------------------------------------------------------------------------------- /src/github.com/pierrec/.corpus.url.lz4: -------------------------------------------------------------------------------- 1 | https://github.com/pierrec/lz4 2 | -------------------------------------------------------------------------------- /src/github.com/pierrec/.corpus.url.xxHash: -------------------------------------------------------------------------------- 1 | https://github.com/pierrec/xxHash 2 | -------------------------------------------------------------------------------- /src/github.com/pingcap/.corpus.project.tidb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsc/corpus/625dfccb7a3633a07d5eb2ba19a4ce4e6dba6afe/src/github.com/pingcap/.corpus.project.tidb -------------------------------------------------------------------------------- /src/github.com/pingcap/.corpus.rev.goleveldb: -------------------------------------------------------------------------------- 1 | commit 158edde5a354460121af007d02a00b01c8d03443 2 | Author: tiancaiamao 3 | Date: Mon Oct 10 18:10:21 2016 +0800 4 | 5 | memdb: use a bit rand generator (#4) 6 | -------------------------------------------------------------------------------- /src/github.com/pingcap/.corpus.rev.kvproto: -------------------------------------------------------------------------------- 1 | commit 007487fecab1fb30f0d32964463c543cd0114bcc 2 | Author: Jay 3 | Date: Wed Jan 18 16:26:49 2017 +0800 4 | 5 | use explicit compact index (#137) 6 | -------------------------------------------------------------------------------- /src/github.com/pingcap/.corpus.url.check: -------------------------------------------------------------------------------- 1 | https://github.com/pingcap/check 2 | -------------------------------------------------------------------------------- /src/github.com/pingcap/.corpus.url.goleveldb: -------------------------------------------------------------------------------- 1 | https://github.com/pingcap/goleveldb 2 | -------------------------------------------------------------------------------- /src/github.com/pingcap/.corpus.url.kvproto: -------------------------------------------------------------------------------- 1 | https://github.com/pingcap/kvproto 2 | -------------------------------------------------------------------------------- /src/github.com/pingcap/.corpus.url.pd: -------------------------------------------------------------------------------- 1 | https://github.com/pingcap/pd 2 | -------------------------------------------------------------------------------- /src/github.com/pingcap/.corpus.url.tidb: -------------------------------------------------------------------------------- 1 | https://github.com/pingcap/tidb 2 | -------------------------------------------------------------------------------- /src/github.com/pingcap/.corpus.url.tipb: -------------------------------------------------------------------------------- 1 | https://github.com/pingcap/tipb 2 | -------------------------------------------------------------------------------- /src/github.com/pkg/.corpus.rev.errors: -------------------------------------------------------------------------------- 1 | commit 248dadf4e9068a0b3e79f02ed0a610d935de5302 2 | Author: Alexey Palazhchenko 3 | Date: Sat Oct 29 12:36:37 2016 +0300 4 | 5 | Bump Go versions (#91) 6 | -------------------------------------------------------------------------------- /src/github.com/pkg/.corpus.url.errors: -------------------------------------------------------------------------------- 1 | https://github.com/pkg/errors 2 | -------------------------------------------------------------------------------- /src/github.com/pquerna/.corpus.url.ffjson: -------------------------------------------------------------------------------- 1 | https://github.com/pquerna/ffjson 2 | -------------------------------------------------------------------------------- /src/github.com/prometheus/.corpus.project.prometheus: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsc/corpus/625dfccb7a3633a07d5eb2ba19a4ce4e6dba6afe/src/github.com/prometheus/.corpus.project.prometheus -------------------------------------------------------------------------------- /src/github.com/prometheus/.corpus.url.client_golang: -------------------------------------------------------------------------------- 1 | https://github.com/prometheus/client_golang 2 | -------------------------------------------------------------------------------- /src/github.com/prometheus/.corpus.url.client_model: -------------------------------------------------------------------------------- 1 | https://github.com/prometheus/client_model 2 | -------------------------------------------------------------------------------- /src/github.com/prometheus/.corpus.url.common: -------------------------------------------------------------------------------- 1 | https://github.com/prometheus/common 2 | -------------------------------------------------------------------------------- /src/github.com/prometheus/.corpus.url.procfs: -------------------------------------------------------------------------------- 1 | https://github.com/prometheus/procfs 2 | -------------------------------------------------------------------------------- /src/github.com/prometheus/.corpus.url.prometheus: -------------------------------------------------------------------------------- 1 | https://github.com/prometheus/prometheus 2 | -------------------------------------------------------------------------------- /src/github.com/rakyll/.corpus.project.boom: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsc/corpus/625dfccb7a3633a07d5eb2ba19a4ce4e6dba6afe/src/github.com/rakyll/.corpus.project.boom -------------------------------------------------------------------------------- /src/github.com/rakyll/.corpus.url.boom: -------------------------------------------------------------------------------- 1 | https://github.com/rakyll/boom 2 | -------------------------------------------------------------------------------- /src/github.com/rakyll/.corpus.url.statik: -------------------------------------------------------------------------------- 1 | https://github.com/rakyll/statik 2 | -------------------------------------------------------------------------------- /src/github.com/rcrowley/.corpus.url.go-metrics: -------------------------------------------------------------------------------- 1 | https://github.com/rcrowley/go-metrics 2 | -------------------------------------------------------------------------------- /src/github.com/reducedb/.corpus.url.encoding: -------------------------------------------------------------------------------- 1 | https://github.com/reducedb/encoding 2 | -------------------------------------------------------------------------------- /src/github.com/retailnext/.corpus.url.hllpp: -------------------------------------------------------------------------------- 1 | https://github.com/retailnext/hllpp 2 | -------------------------------------------------------------------------------- /src/github.com/revel/.corpus.project.revel: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsc/corpus/625dfccb7a3633a07d5eb2ba19a4ce4e6dba6afe/src/github.com/revel/.corpus.project.revel -------------------------------------------------------------------------------- /src/github.com/revel/.corpus.url.config: -------------------------------------------------------------------------------- 1 | https://github.com/revel/config 2 | -------------------------------------------------------------------------------- /src/github.com/revel/.corpus.url.revel: -------------------------------------------------------------------------------- 1 | https://github.com/revel/revel 2 | -------------------------------------------------------------------------------- /src/github.com/rifflock/.corpus.url.lfshook: -------------------------------------------------------------------------------- 1 | https://github.com/rifflock/lfshook 2 | -------------------------------------------------------------------------------- /src/github.com/rliebling/.corpus.url.env: -------------------------------------------------------------------------------- 1 | https://github.com/rliebling/env 2 | -------------------------------------------------------------------------------- /src/github.com/rliebling/.corpus.url.gitignorer: -------------------------------------------------------------------------------- 1 | https://github.com/rliebling/gitignorer 2 | -------------------------------------------------------------------------------- /src/github.com/robertkrimen/.corpus.url.otto: -------------------------------------------------------------------------------- 1 | https://github.com/robertkrimen/otto 2 | -------------------------------------------------------------------------------- /src/github.com/robfig/.corpus.url.go-cache: -------------------------------------------------------------------------------- 1 | https://github.com/robfig/go-cache 2 | -------------------------------------------------------------------------------- /src/github.com/robfig/.corpus.url.pathtree: -------------------------------------------------------------------------------- 1 | https://github.com/robfig/pathtree 2 | -------------------------------------------------------------------------------- /src/github.com/rs/.corpus.url.cors: -------------------------------------------------------------------------------- 1 | https://github.com/rs/cors 2 | -------------------------------------------------------------------------------- /src/github.com/rs/.corpus.url.xhandler: -------------------------------------------------------------------------------- 1 | https://github.com/rs/xhandler 2 | -------------------------------------------------------------------------------- /src/github.com/russross/.corpus.url.blackfriday: -------------------------------------------------------------------------------- 1 | https://github.com/russross/blackfriday 2 | -------------------------------------------------------------------------------- /src/github.com/rwcarlsen/.corpus.url.goexif: -------------------------------------------------------------------------------- 1 | https://github.com/rwcarlsen/goexif 2 | -------------------------------------------------------------------------------- /src/github.com/samuel/.corpus.url.go-zookeeper: -------------------------------------------------------------------------------- 1 | https://github.com/samuel/go-zookeeper 2 | -------------------------------------------------------------------------------- /src/github.com/satori/.corpus.url.go.uuid: -------------------------------------------------------------------------------- 1 | https://github.com/satori/go.uuid 2 | -------------------------------------------------------------------------------- /src/github.com/schachmat/.corpus.project.wego: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsc/corpus/625dfccb7a3633a07d5eb2ba19a4ce4e6dba6afe/src/github.com/schachmat/.corpus.project.wego -------------------------------------------------------------------------------- /src/github.com/schachmat/.corpus.rev.ingo: -------------------------------------------------------------------------------- 1 | commit b1887f863beaeb31b3924e839dfed3cf3a981ea8 2 | Author: schachmat 3 | Date: Fri Apr 15 13:26:27 2016 +0200 4 | 5 | add badges to README 6 | -------------------------------------------------------------------------------- /src/github.com/schachmat/.corpus.rev.wego: -------------------------------------------------------------------------------- 1 | commit a8a0870330403c87dff0a772023fce53df65d050 2 | Author: Markus Teich 3 | Date: Thu Jun 30 17:49:48 2016 +0200 4 | 5 | move screenshot 6 | -------------------------------------------------------------------------------- /src/github.com/schachmat/.corpus.url.ingo: -------------------------------------------------------------------------------- 1 | https://github.com/schachmat/ingo 2 | -------------------------------------------------------------------------------- /src/github.com/schachmat/.corpus.url.wego: -------------------------------------------------------------------------------- 1 | https://github.com/schachmat/wego 2 | -------------------------------------------------------------------------------- /src/github.com/schollz/.corpus.project.find: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsc/corpus/625dfccb7a3633a07d5eb2ba19a4ce4e6dba6afe/src/github.com/schollz/.corpus.project.find -------------------------------------------------------------------------------- /src/github.com/schollz/.corpus.rev.find: -------------------------------------------------------------------------------- 1 | commit ca44b039d18c82ea21cf846839a5c603f07f1acc 2 | Author: Zack Scholl 3 | Date: Sun Jan 15 12:08:41 2017 -0500 4 | 5 | Swapped fold validation 6 | -------------------------------------------------------------------------------- /src/github.com/schollz/.corpus.rev.org.eclipse.paho.mqtt.golang: -------------------------------------------------------------------------------- 1 | commit 6d626954dc988ae6c25b0fdaabdb64f144c438b0 2 | Author: Zack Scholl 3 | Date: Wed Nov 16 13:38:58 2016 -0500 4 | 5 | Updated repos 6 | -------------------------------------------------------------------------------- /src/github.com/schollz/.corpus.url.find: -------------------------------------------------------------------------------- 1 | https://github.com/schollz/find 2 | -------------------------------------------------------------------------------- /src/github.com/schollz/.corpus.url.org.eclipse.paho.mqtt.golang: -------------------------------------------------------------------------------- 1 | https://github.com/schollz/org.eclipse.paho.mqtt.golang 2 | -------------------------------------------------------------------------------- /src/github.com/segmentio/.corpus.rev.analytics-go: -------------------------------------------------------------------------------- 1 | commit bdb0aeca8a993b292b85c9ec17b5ce0ff81848c8 2 | Author: Prateek Srivastava 3 | Date: Mon Jul 11 16:59:31 2016 -0600 4 | 5 | Add CLI (#108) 6 | -------------------------------------------------------------------------------- /src/github.com/segmentio/.corpus.url.analytics-go: -------------------------------------------------------------------------------- 1 | https://github.com/segmentio/analytics-go 2 | -------------------------------------------------------------------------------- /src/github.com/segmentio/.corpus.url.backo-go: -------------------------------------------------------------------------------- 1 | https://github.com/segmentio/backo-go 2 | -------------------------------------------------------------------------------- /src/github.com/sergi/.corpus.url.go-diff: -------------------------------------------------------------------------------- 1 | https://github.com/sergi/go-diff 2 | -------------------------------------------------------------------------------- /src/github.com/shadowsocks/.corpus.project.shadowsocks-go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsc/corpus/625dfccb7a3633a07d5eb2ba19a4ce4e6dba6afe/src/github.com/shadowsocks/.corpus.project.shadowsocks-go -------------------------------------------------------------------------------- /src/github.com/shadowsocks/.corpus.url.shadowsocks-go: -------------------------------------------------------------------------------- 1 | https://github.com/shadowsocks/shadowsocks-go 2 | -------------------------------------------------------------------------------- /src/github.com/shirou/.corpus.url.gopsutil: -------------------------------------------------------------------------------- 1 | https://github.com/shirou/gopsutil 2 | -------------------------------------------------------------------------------- /src/github.com/shurcooL/.corpus.rev.go: -------------------------------------------------------------------------------- 1 | commit ecb4791be8860c12288a50b8473ee60392489d36 2 | Author: Dmitri Shuralyov 3 | Date: Sat Dec 24 16:46:55 2016 -0500 4 | 5 | Regenerate README.md and .travis.yml. 6 | -------------------------------------------------------------------------------- /src/github.com/shurcooL/.corpus.url.go: -------------------------------------------------------------------------------- 1 | https://github.com/shurcooL/go 2 | -------------------------------------------------------------------------------- /src/github.com/shurcooL/.corpus.url.sanitized_anchor_name: -------------------------------------------------------------------------------- 1 | https://github.com/shurcooL/sanitized_anchor_name 2 | -------------------------------------------------------------------------------- /src/github.com/siddontang/.corpus.rev.go: -------------------------------------------------------------------------------- 1 | commit 1e9ce2a5ac4092fdf61e293634e40bfb49595105 2 | Author: siddontang 3 | Date: Wed Oct 5 19:08:31 2016 +0800 4 | 5 | timingwheel: fix time-skew error 6 | -------------------------------------------------------------------------------- /src/github.com/siddontang/.corpus.rev.ledisdb: -------------------------------------------------------------------------------- 1 | commit 380835a0ca70929fb26d78f57444efaaf44abcac 2 | Author: siddontang 3 | Date: Thu Nov 24 09:27:38 2016 +0800 4 | 5 | Update README.md 6 | -------------------------------------------------------------------------------- /src/github.com/siddontang/.corpus.rev.rdb: -------------------------------------------------------------------------------- 1 | commit fc89ed2e418d27e3ea76e708e54276d2b44ae9cf 2 | Author: siddontang 3 | Date: Sat Mar 7 10:11:20 2015 +0800 4 | 5 | update 6 | -------------------------------------------------------------------------------- /src/github.com/siddontang/.corpus.url.go: -------------------------------------------------------------------------------- 1 | https://github.com/siddontang/go 2 | -------------------------------------------------------------------------------- /src/github.com/siddontang/.corpus.url.ledisdb: -------------------------------------------------------------------------------- 1 | https://github.com/siddontang/ledisdb 2 | -------------------------------------------------------------------------------- /src/github.com/siddontang/.corpus.url.rdb: -------------------------------------------------------------------------------- 1 | https://github.com/siddontang/rdb 2 | -------------------------------------------------------------------------------- /src/github.com/sjwhitworth/.corpus.project.golearn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsc/corpus/625dfccb7a3633a07d5eb2ba19a4ce4e6dba6afe/src/github.com/sjwhitworth/.corpus.project.golearn -------------------------------------------------------------------------------- /src/github.com/sjwhitworth/.corpus.url.golearn: -------------------------------------------------------------------------------- 1 | https://github.com/sjwhitworth/golearn 2 | -------------------------------------------------------------------------------- /src/github.com/skratchdot/.corpus.url.open-golang: -------------------------------------------------------------------------------- 1 | https://github.com/skratchdot/open-golang 2 | -------------------------------------------------------------------------------- /src/github.com/smartystreets/.corpus.rev.assertions: -------------------------------------------------------------------------------- 1 | commit 26acb9229f421449ac63d014995b282d59261a8b 2 | Author: Whatcott, Michael 3 | Date: Tue Dec 13 15:48:10 2016 -0700 4 | 5 | Typo. 6 | -------------------------------------------------------------------------------- /src/github.com/smartystreets/.corpus.url.assertions: -------------------------------------------------------------------------------- 1 | https://github.com/smartystreets/assertions 2 | -------------------------------------------------------------------------------- /src/github.com/smartystreets/.corpus.url.goconvey: -------------------------------------------------------------------------------- 1 | https://github.com/smartystreets/goconvey 2 | -------------------------------------------------------------------------------- /src/github.com/soheilhy/.corpus.url.cmux: -------------------------------------------------------------------------------- 1 | https://github.com/soheilhy/cmux 2 | -------------------------------------------------------------------------------- /src/github.com/soniah/.corpus.url.gosnmp: -------------------------------------------------------------------------------- 1 | https://github.com/soniah/gosnmp 2 | -------------------------------------------------------------------------------- /src/github.com/sony/.corpus.url.gobreaker: -------------------------------------------------------------------------------- 1 | https://github.com/sony/gobreaker 2 | -------------------------------------------------------------------------------- /src/github.com/sosedoff/.corpus.project.pgweb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsc/corpus/625dfccb7a3633a07d5eb2ba19a4ce4e6dba6afe/src/github.com/sosedoff/.corpus.project.pgweb -------------------------------------------------------------------------------- /src/github.com/sosedoff/.corpus.url.pgweb: -------------------------------------------------------------------------------- 1 | https://github.com/sosedoff/pgweb 2 | -------------------------------------------------------------------------------- /src/github.com/spf13/.corpus.project.cobra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsc/corpus/625dfccb7a3633a07d5eb2ba19a4ce4e6dba6afe/src/github.com/spf13/.corpus.project.cobra -------------------------------------------------------------------------------- /src/github.com/spf13/.corpus.project.hugo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsc/corpus/625dfccb7a3633a07d5eb2ba19a4ce4e6dba6afe/src/github.com/spf13/.corpus.project.hugo -------------------------------------------------------------------------------- /src/github.com/spf13/.corpus.rev.afero: -------------------------------------------------------------------------------- 1 | commit 72b31426848c6ef12a7a8e216708cb0d1530f074 2 | Author: Sotirios Mantziaris 3 | Date: Tue Jan 10 00:53:20 2017 +0200 4 | 5 | Eliminate go vet warnings 6 | -------------------------------------------------------------------------------- /src/github.com/spf13/.corpus.rev.cast: -------------------------------------------------------------------------------- 1 | commit 56a7ecbeb18dde53c6db4bd96b541fd9741b8d44 2 | Author: Cameron Moore 3 | Date: Sat Dec 24 11:25:03 2016 -0600 4 | 5 | Add Unix epoch support to ToTimeE 6 | -------------------------------------------------------------------------------- /src/github.com/spf13/.corpus.rev.nitro: -------------------------------------------------------------------------------- 1 | commit 24d7ef30a12da0bdc5e2eb370a79c659ddccf0e8 2 | Author: spf13 3 | Date: Thu Oct 3 09:43:07 2013 -0400 4 | 5 | Enabling 'bring your own flag' enabling 6 | -------------------------------------------------------------------------------- /src/github.com/spf13/.corpus.url.afero: -------------------------------------------------------------------------------- 1 | https://github.com/spf13/afero 2 | -------------------------------------------------------------------------------- /src/github.com/spf13/.corpus.url.cast: -------------------------------------------------------------------------------- 1 | https://github.com/spf13/cast 2 | -------------------------------------------------------------------------------- /src/github.com/spf13/.corpus.url.cobra: -------------------------------------------------------------------------------- 1 | https://github.com/spf13/cobra 2 | -------------------------------------------------------------------------------- /src/github.com/spf13/.corpus.url.fsync: -------------------------------------------------------------------------------- 1 | https://github.com/spf13/fsync 2 | -------------------------------------------------------------------------------- /src/github.com/spf13/.corpus.url.hugo: -------------------------------------------------------------------------------- 1 | https://github.com/spf13/hugo 2 | -------------------------------------------------------------------------------- /src/github.com/spf13/.corpus.url.jwalterweatherman: -------------------------------------------------------------------------------- 1 | https://github.com/spf13/jwalterweatherman 2 | -------------------------------------------------------------------------------- /src/github.com/spf13/.corpus.url.nitro: -------------------------------------------------------------------------------- 1 | https://github.com/spf13/nitro 2 | -------------------------------------------------------------------------------- /src/github.com/spf13/.corpus.url.pflag: -------------------------------------------------------------------------------- 1 | https://github.com/spf13/pflag 2 | -------------------------------------------------------------------------------- /src/github.com/spf13/.corpus.url.viper: -------------------------------------------------------------------------------- 1 | https://github.com/spf13/viper 2 | -------------------------------------------------------------------------------- /src/github.com/ssdb/.corpus.url.gossdb: -------------------------------------------------------------------------------- 1 | https://github.com/ssdb/gossdb 2 | -------------------------------------------------------------------------------- /src/github.com/streadway/.corpus.url.amqp: -------------------------------------------------------------------------------- 1 | https://github.com/streadway/amqp 2 | -------------------------------------------------------------------------------- /src/github.com/streadway/.corpus.url.handy: -------------------------------------------------------------------------------- 1 | https://github.com/streadway/handy 2 | -------------------------------------------------------------------------------- /src/github.com/streadway/.corpus.url.quantile: -------------------------------------------------------------------------------- 1 | https://github.com/streadway/quantile 2 | -------------------------------------------------------------------------------- /src/github.com/stretchr/.corpus.url.testify: -------------------------------------------------------------------------------- 1 | https://github.com/stretchr/testify 2 | -------------------------------------------------------------------------------- /src/github.com/syndtr/.corpus.url.gocapability: -------------------------------------------------------------------------------- 1 | https://github.com/syndtr/gocapability 2 | -------------------------------------------------------------------------------- /src/github.com/syndtr/.corpus.url.goleveldb: -------------------------------------------------------------------------------- 1 | https://github.com/syndtr/goleveldb 2 | -------------------------------------------------------------------------------- /src/github.com/tidwall/.corpus.rev.redlog: -------------------------------------------------------------------------------- 1 | commit 54086c8553cd23aba652513a87d2b085ea961541 2 | Author: Josh Baker 3 | Date: Thu Sep 22 13:10:49 2016 -0700 4 | 5 | redis colorizer 6 | -------------------------------------------------------------------------------- /src/github.com/tidwall/.corpus.url.redlog: -------------------------------------------------------------------------------- 1 | https://github.com/tidwall/redlog 2 | -------------------------------------------------------------------------------- /src/github.com/tj/.corpus.rev.cobra: -------------------------------------------------------------------------------- 1 | commit 5e2db986a6120677c989b75e859244845302978a 2 | Author: TJ Holowaychuk 3 | Date: Sat Jul 2 12:25:11 2016 -0700 4 | 5 | moar whitespace 6 | -------------------------------------------------------------------------------- /src/github.com/tj/.corpus.rev.go-prompt: -------------------------------------------------------------------------------- 1 | commit 0d6b6628b949eeb2e85fd0ab97152656cd3d2d0e 2 | Author: TJ Holowaychuk 3 | Date: Wed Mar 23 17:13:19 2016 -0700 4 | 5 | fix Confirm on windows 6 | -------------------------------------------------------------------------------- /src/github.com/tj/.corpus.rev.pflag: -------------------------------------------------------------------------------- 1 | commit e367e44eec0444d207f7dd7b890a0554772132df 2 | Author: TJ Holowaychuk 3 | Date: Sat Jul 2 12:17:05 2016 -0700 4 | 5 | adjust padding for usage output 6 | -------------------------------------------------------------------------------- /src/github.com/tj/.corpus.url.cobra: -------------------------------------------------------------------------------- 1 | https://github.com/tj/cobra 2 | -------------------------------------------------------------------------------- /src/github.com/tj/.corpus.url.go-cli-analytics: -------------------------------------------------------------------------------- 1 | https://github.com/tj/go-cli-analytics 2 | -------------------------------------------------------------------------------- /src/github.com/tj/.corpus.url.go-prompt: -------------------------------------------------------------------------------- 1 | https://github.com/tj/go-prompt 2 | -------------------------------------------------------------------------------- /src/github.com/tj/.corpus.url.go-sync: -------------------------------------------------------------------------------- 1 | https://github.com/tj/go-sync 2 | -------------------------------------------------------------------------------- /src/github.com/tj/.corpus.url.pflag: -------------------------------------------------------------------------------- 1 | https://github.com/tj/pflag 2 | -------------------------------------------------------------------------------- /src/github.com/tools/.corpus.project.godep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsc/corpus/625dfccb7a3633a07d5eb2ba19a4ce4e6dba6afe/src/github.com/tools/.corpus.project.godep -------------------------------------------------------------------------------- /src/github.com/tools/.corpus.url.godep: -------------------------------------------------------------------------------- 1 | https://github.com/tools/godep 2 | -------------------------------------------------------------------------------- /src/github.com/tsenart/.corpus.project.vegeta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsc/corpus/625dfccb7a3633a07d5eb2ba19a4ce4e6dba6afe/src/github.com/tsenart/.corpus.project.vegeta -------------------------------------------------------------------------------- /src/github.com/tsenart/.corpus.url.vegeta: -------------------------------------------------------------------------------- 1 | https://github.com/tsenart/vegeta 2 | -------------------------------------------------------------------------------- /src/github.com/twinj/.corpus.url.uuid: -------------------------------------------------------------------------------- 1 | https://github.com/twinj/uuid 2 | -------------------------------------------------------------------------------- /src/github.com/tylerb/.corpus.url.graceful: -------------------------------------------------------------------------------- 1 | https://github.com/tylerb/graceful 2 | -------------------------------------------------------------------------------- /src/github.com/tylertreat/.corpus.project.comcast: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsc/corpus/625dfccb7a3633a07d5eb2ba19a4ce4e6dba6afe/src/github.com/tylertreat/.corpus.project.comcast -------------------------------------------------------------------------------- /src/github.com/tylertreat/.corpus.url.comcast: -------------------------------------------------------------------------------- 1 | https://github.com/tylertreat/comcast 2 | -------------------------------------------------------------------------------- /src/github.com/uber-go/.corpus.url.atomic: -------------------------------------------------------------------------------- 1 | https://github.com/uber-go/atomic 2 | -------------------------------------------------------------------------------- /src/github.com/ugorji/.corpus.url.go: -------------------------------------------------------------------------------- 1 | https://github.com/ugorji/go 2 | -------------------------------------------------------------------------------- /src/github.com/ulikunitz/.corpus.url.xz: -------------------------------------------------------------------------------- 1 | https://github.com/ulikunitz/xz 2 | -------------------------------------------------------------------------------- /src/github.com/urfave/.corpus.project.cli: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsc/corpus/625dfccb7a3633a07d5eb2ba19a4ce4e6dba6afe/src/github.com/urfave/.corpus.project.cli -------------------------------------------------------------------------------- /src/github.com/urfave/.corpus.project.negroni: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsc/corpus/625dfccb7a3633a07d5eb2ba19a4ce4e6dba6afe/src/github.com/urfave/.corpus.project.negroni -------------------------------------------------------------------------------- /src/github.com/urfave/.corpus.url.cli: -------------------------------------------------------------------------------- 1 | https://github.com/urfave/cli 2 | -------------------------------------------------------------------------------- /src/github.com/urfave/.corpus.url.negroni: -------------------------------------------------------------------------------- 1 | https://github.com/urfave/negroni 2 | -------------------------------------------------------------------------------- /src/github.com/valyala/.corpus.project.fasthttp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsc/corpus/625dfccb7a3633a07d5eb2ba19a4ce4e6dba6afe/src/github.com/valyala/.corpus.project.fasthttp -------------------------------------------------------------------------------- /src/github.com/valyala/.corpus.rev.bytebufferpool: -------------------------------------------------------------------------------- 1 | commit e746df99fe4a3986f4d4f79e13c1e0117ce9c2f7 2 | Author: Kirill Danshin 3 | Date: Wed Aug 17 22:16:52 2016 +0400 4 | 5 | Add benchmark results (#10) 6 | -------------------------------------------------------------------------------- /src/github.com/valyala/.corpus.url.bytebufferpool: -------------------------------------------------------------------------------- 1 | https://github.com/valyala/bytebufferpool 2 | -------------------------------------------------------------------------------- /src/github.com/valyala/.corpus.url.fasthttp: -------------------------------------------------------------------------------- 1 | https://github.com/valyala/fasthttp 2 | -------------------------------------------------------------------------------- /src/github.com/valyala/.corpus.url.fasttemplate: -------------------------------------------------------------------------------- 1 | https://github.com/valyala/fasttemplate 2 | -------------------------------------------------------------------------------- /src/github.com/valyala/.corpus.url.tcplisten: -------------------------------------------------------------------------------- 1 | https://github.com/valyala/tcplisten 2 | -------------------------------------------------------------------------------- /src/github.com/vishvananda/.corpus.url.netlink: -------------------------------------------------------------------------------- 1 | https://github.com/vishvananda/netlink 2 | -------------------------------------------------------------------------------- /src/github.com/vishvananda/.corpus.url.netns: -------------------------------------------------------------------------------- 1 | https://github.com/vishvananda/netns 2 | -------------------------------------------------------------------------------- /src/github.com/vjeantet/.corpus.url.grok: -------------------------------------------------------------------------------- 1 | https://github.com/vjeantet/grok 2 | -------------------------------------------------------------------------------- /src/github.com/vmware/.corpus.project.harbor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsc/corpus/625dfccb7a3633a07d5eb2ba19a4ce4e6dba6afe/src/github.com/vmware/.corpus.project.harbor -------------------------------------------------------------------------------- /src/github.com/vmware/.corpus.url.harbor: -------------------------------------------------------------------------------- 1 | https://github.com/vmware/harbor 2 | -------------------------------------------------------------------------------- /src/github.com/wendal/.corpus.rev.errors: -------------------------------------------------------------------------------- 1 | commit f66c77a7882b399795a8987ebf87ef64a427417e 2 | Author: Wendal Chen 3 | Date: Fri Feb 1 17:32:26 2013 +0800 4 | 5 | Update errors.go 6 | -------------------------------------------------------------------------------- /src/github.com/wendal/.corpus.url.errors: -------------------------------------------------------------------------------- 1 | https://github.com/wendal/errors 2 | -------------------------------------------------------------------------------- /src/github.com/wvanbergen/.corpus.url.kafka: -------------------------------------------------------------------------------- 1 | https://github.com/wvanbergen/kafka 2 | -------------------------------------------------------------------------------- /src/github.com/wvanbergen/.corpus.url.kazoo-go: -------------------------------------------------------------------------------- 1 | https://github.com/wvanbergen/kazoo-go 2 | -------------------------------------------------------------------------------- /src/github.com/xeipuuv/.corpus.url.gojsonpointer: -------------------------------------------------------------------------------- 1 | https://github.com/xeipuuv/gojsonpointer 2 | -------------------------------------------------------------------------------- /src/github.com/xeipuuv/.corpus.url.gojsonreference: -------------------------------------------------------------------------------- 1 | https://github.com/xeipuuv/gojsonreference 2 | -------------------------------------------------------------------------------- /src/github.com/xeipuuv/.corpus.url.gojsonschema: -------------------------------------------------------------------------------- 1 | https://github.com/xeipuuv/gojsonschema 2 | -------------------------------------------------------------------------------- /src/github.com/xenolf/.corpus.url.lego: -------------------------------------------------------------------------------- 1 | https://github.com/xenolf/lego 2 | -------------------------------------------------------------------------------- /src/github.com/xiang90/.corpus.url.probing: -------------------------------------------------------------------------------- 1 | https://github.com/xiang90/probing 2 | -------------------------------------------------------------------------------- /src/github.com/xtaci/.corpus.project.kcptun: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsc/corpus/625dfccb7a3633a07d5eb2ba19a4ce4e6dba6afe/src/github.com/xtaci/.corpus.project.kcptun -------------------------------------------------------------------------------- /src/github.com/xtaci/.corpus.rev.kcptun: -------------------------------------------------------------------------------- 1 | commit 46831490b29e8ef95162bf05ff7cd4b6d09adff7 2 | Author: xtaci 3 | Date: Tue Jan 17 23:37:10 2017 +0800 4 | 5 | add a shortname for parityshard & datashard 6 | -------------------------------------------------------------------------------- /src/github.com/xtaci/.corpus.rev.smux: -------------------------------------------------------------------------------- 1 | commit d1bdf08128ae44344bff5384c02ded77e22fea9e 2 | Author: xtaci 3 | Date: Thu Jan 12 14:52:49 2017 +0800 4 | 5 | Update README.md 6 | -------------------------------------------------------------------------------- /src/github.com/xtaci/.corpus.url.kcp-go: -------------------------------------------------------------------------------- 1 | https://github.com/xtaci/kcp-go 2 | -------------------------------------------------------------------------------- /src/github.com/xtaci/.corpus.url.kcptun: -------------------------------------------------------------------------------- 1 | https://github.com/xtaci/kcptun 2 | -------------------------------------------------------------------------------- /src/github.com/xtaci/.corpus.url.smux: -------------------------------------------------------------------------------- 1 | https://github.com/xtaci/smux 2 | -------------------------------------------------------------------------------- /src/github.com/xtgo/.corpus.url.uuid: -------------------------------------------------------------------------------- 1 | https://github.com/xtgo/uuid 2 | -------------------------------------------------------------------------------- /src/github.com/yalp/.corpus.rev.jsonpath: -------------------------------------------------------------------------------- 1 | commit 31a79c7593bb93eb10b163650d4a3e6ca190e4dc 2 | Author: Marc Capdevielle 3 | Date: Wed Aug 12 02:39:00 2015 +0200 4 | 5 | first implementation 6 | -------------------------------------------------------------------------------- /src/github.com/yalp/.corpus.url.jsonpath: -------------------------------------------------------------------------------- 1 | https://github.com/yalp/jsonpath 2 | -------------------------------------------------------------------------------- /src/github.com/yosssi/.corpus.url.ace: -------------------------------------------------------------------------------- 1 | https://github.com/yosssi/ace 2 | -------------------------------------------------------------------------------- /src/github.com/yudai/.corpus.project.gotty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsc/corpus/625dfccb7a3633a07d5eb2ba19a4ce4e6dba6afe/src/github.com/yudai/.corpus.project.gotty -------------------------------------------------------------------------------- /src/github.com/yudai/.corpus.rev.golcs: -------------------------------------------------------------------------------- 1 | commit d1c525dea8ce39ea9a783d33cf08932305373f2c 2 | Author: Iwasaki Yudai 3 | Date: Sun Apr 5 09:34:35 2015 -0700 4 | 5 | Support IndexPairs() 6 | -------------------------------------------------------------------------------- /src/github.com/yudai/.corpus.rev.gotty: -------------------------------------------------------------------------------- 1 | commit 92d8d62ae1f52bdfcefb8985f2a1c27c6cfe2228 2 | Author: Iwasaki Yudai 3 | Date: Mon Jan 9 12:19:43 2017 +0900 4 | 5 | Bump to go1.7.3 6 | -------------------------------------------------------------------------------- /src/github.com/yudai/.corpus.url.gojsondiff: -------------------------------------------------------------------------------- 1 | https://github.com/yudai/gojsondiff 2 | -------------------------------------------------------------------------------- /src/github.com/yudai/.corpus.url.golcs: -------------------------------------------------------------------------------- 1 | https://github.com/yudai/golcs 2 | -------------------------------------------------------------------------------- /src/github.com/yudai/.corpus.url.gotty: -------------------------------------------------------------------------------- 1 | https://github.com/yudai/gotty 2 | -------------------------------------------------------------------------------- /src/github.com/yuin/.corpus.url.gopher-lua: -------------------------------------------------------------------------------- 1 | https://github.com/yuin/gopher-lua 2 | -------------------------------------------------------------------------------- /src/github.com/zenazn/.corpus.project.goji: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsc/corpus/625dfccb7a3633a07d5eb2ba19a4ce4e6dba6afe/src/github.com/zenazn/.corpus.project.goji -------------------------------------------------------------------------------- /src/github.com/zenazn/.corpus.url.goji: -------------------------------------------------------------------------------- 1 | https://github.com/zenazn/goji 2 | -------------------------------------------------------------------------------- /src/github.com/zensqlmonitor/.corpus.url.go-mssqldb: -------------------------------------------------------------------------------- 1 | https://github.com/zensqlmonitor/go-mssqldb 2 | -------------------------------------------------------------------------------- /src/github.com/zyedidia/.corpus.project.micro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsc/corpus/625dfccb7a3633a07d5eb2ba19a4ce4e6dba6afe/src/github.com/zyedidia/.corpus.project.micro -------------------------------------------------------------------------------- /src/github.com/zyedidia/.corpus.rev.clipboard: -------------------------------------------------------------------------------- 1 | commit adacf416cec40266b051e7bc096c52951f2725e9 2 | Author: Zachary Yedidia 3 | Date: Mon Dec 26 13:48:59 2016 -0500 4 | 5 | Fix compilation error 6 | -------------------------------------------------------------------------------- /src/github.com/zyedidia/.corpus.rev.glob: -------------------------------------------------------------------------------- 1 | commit 7cf5a078d22fc41b27fbda73685c88a3f2c6fe28 2 | Author: Zachary Yedidia 3 | Date: Sat Jun 25 14:34:44 2016 -0400 4 | 5 | Initial commit 6 | -------------------------------------------------------------------------------- /src/github.com/zyedidia/.corpus.rev.json5: -------------------------------------------------------------------------------- 1 | commit 2518f8beebde6814f2d30d566260480d2ded2f76 2 | Author: Zachary Yedidia 3 | Date: Thu Sep 29 18:45:36 2016 -0400 4 | 5 | Update readme 6 | -------------------------------------------------------------------------------- /src/github.com/zyedidia/.corpus.url.clipboard: -------------------------------------------------------------------------------- 1 | https://github.com/zyedidia/clipboard 2 | -------------------------------------------------------------------------------- /src/github.com/zyedidia/.corpus.url.glob: -------------------------------------------------------------------------------- 1 | https://github.com/zyedidia/glob 2 | -------------------------------------------------------------------------------- /src/github.com/zyedidia/.corpus.url.json5: -------------------------------------------------------------------------------- 1 | https://github.com/zyedidia/json5 2 | -------------------------------------------------------------------------------- /src/github.com/zyedidia/.corpus.url.micro: -------------------------------------------------------------------------------- 1 | https://github.com/zyedidia/micro 2 | -------------------------------------------------------------------------------- /src/github.com/zyedidia/.corpus.url.tcell: -------------------------------------------------------------------------------- 1 | https://github.com/zyedidia/tcell 2 | -------------------------------------------------------------------------------- /src/go.uber.org/.corpus.url.zap: -------------------------------------------------------------------------------- 1 | https://github.com/uber-go/zap 2 | -------------------------------------------------------------------------------- /src/golang.org/x/.corpus.url.crypto: -------------------------------------------------------------------------------- 1 | https://go.googlesource.com/crypto 2 | -------------------------------------------------------------------------------- /src/golang.org/x/.corpus.url.image: -------------------------------------------------------------------------------- 1 | https://go.googlesource.com/image 2 | -------------------------------------------------------------------------------- /src/golang.org/x/.corpus.url.net: -------------------------------------------------------------------------------- 1 | https://go.googlesource.com/net 2 | -------------------------------------------------------------------------------- /src/golang.org/x/.corpus.url.oauth2: -------------------------------------------------------------------------------- 1 | https://go.googlesource.com/oauth2 2 | -------------------------------------------------------------------------------- /src/golang.org/x/.corpus.url.sys: -------------------------------------------------------------------------------- 1 | https://go.googlesource.com/sys 2 | -------------------------------------------------------------------------------- /src/golang.org/x/.corpus.url.text: -------------------------------------------------------------------------------- 1 | https://go.googlesource.com/text 2 | -------------------------------------------------------------------------------- /src/golang.org/x/.corpus.url.time: -------------------------------------------------------------------------------- 1 | https://go.googlesource.com/time 2 | -------------------------------------------------------------------------------- /src/golang.org/x/.corpus.url.tools: -------------------------------------------------------------------------------- 1 | https://go.googlesource.com/tools 2 | -------------------------------------------------------------------------------- /src/google.golang.org/.corpus.project.grpc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsc/corpus/625dfccb7a3633a07d5eb2ba19a4ce4e6dba6afe/src/google.golang.org/.corpus.project.grpc -------------------------------------------------------------------------------- /src/google.golang.org/.corpus.url.api: -------------------------------------------------------------------------------- 1 | https://code.googlesource.com/google-api-go-client 2 | -------------------------------------------------------------------------------- /src/google.golang.org/.corpus.url.appengine: -------------------------------------------------------------------------------- 1 | https://github.com/golang/appengine 2 | -------------------------------------------------------------------------------- /src/google.golang.org/.corpus.url.grpc: -------------------------------------------------------------------------------- 1 | https://github.com/grpc/grpc-go 2 | -------------------------------------------------------------------------------- /src/gopkg.in/.corpus.rev.bufio.v1: -------------------------------------------------------------------------------- 1 | commit 567b2bfa514e796916c4747494d6ff5132a1dfce 2 | Author: Vladimir Mihailenco 3 | Date: Wed Jun 18 16:21:51 2014 +0300 4 | 5 | Initial commit. 6 | -------------------------------------------------------------------------------- /src/gopkg.in/.corpus.rev.check.v1: -------------------------------------------------------------------------------- 1 | commit 20d25e2804050c1cd24a7eea1e7a6447dd0e74ec 2 | Author: Leo Arias 3 | Date: Thu Dec 8 12:13:25 2016 -0600 4 | 5 | Add the travis configuration file (#74) 6 | -------------------------------------------------------------------------------- /src/gopkg.in/.corpus.rev.fsnotify.v1: -------------------------------------------------------------------------------- 1 | commit 629574ca2a5df945712d3079857300b5e4da0236 2 | Author: Nathan Youngman 3 | Date: Mon Oct 10 20:33:12 2016 -0600 4 | 5 | v1.4.2 6 | -------------------------------------------------------------------------------- /src/gopkg.in/.corpus.rev.gomail.v2: -------------------------------------------------------------------------------- 1 | commit 81ebce5c23dfd25c6c67194b37d3dd3f338c98b1 2 | Author: Alexandre Cesaro 3 | Date: Mon Apr 11 23:29:32 2016 +0200 4 | 5 | Fixed a typo 6 | -------------------------------------------------------------------------------- /src/gopkg.in/.corpus.rev.inf.v0: -------------------------------------------------------------------------------- 1 | commit 3887ee99ecf07df5b447e9b00d9c0b2adaa9f3e4 2 | Author: speter 3 | Date: Fri Sep 11 12:57:57 2015 +0000 4 | 5 | clarify license 6 | 7 | Updates #1 8 | -------------------------------------------------------------------------------- /src/gopkg.in/.corpus.rev.macaron.v1: -------------------------------------------------------------------------------- 1 | commit ddb19a9f3e8cedd44696b9dd5854dc8a43f3dd6c 2 | Author: Unknwon 3 | Date: Thu Dec 22 05:49:42 2016 -0500 4 | 5 | Fix possible race condition 6 | 7 | Closes #110 8 | -------------------------------------------------------------------------------- /src/gopkg.in/.corpus.rev.sourcemap.v1: -------------------------------------------------------------------------------- 1 | commit eef8f47ab679652a7d3a4ee34c34314d255d2536 2 | Author: Vladimir Mihailenco 3 | Date: Thu Jun 2 08:55:44 2016 +0000 4 | 5 | Add license. Fixes #1. 6 | -------------------------------------------------------------------------------- /src/gopkg.in/.corpus.rev.validator.v2: -------------------------------------------------------------------------------- 1 | commit 0a9835d809fb647a62611d30cb792e0b5dd65b11 2 | Author: James Hartig 3 | Date: Wed Aug 24 10:25:09 2016 -0400 4 | 5 | Fix travis-ci 6 | -------------------------------------------------------------------------------- /src/gopkg.in/.corpus.rev.yaml.v2: -------------------------------------------------------------------------------- 1 | commit a5b47d31c556af34a302ce5d659e6fea44d90de0 2 | Author: Gustavo Niemeyer 3 | Date: Wed Sep 28 12:37:09 2016 -0300 4 | 5 | Fix unmarshaler handling of empty strings. 6 | -------------------------------------------------------------------------------- /src/gopkg.in/.corpus.url.asn1-ber.v1: -------------------------------------------------------------------------------- 1 | https://gopkg.in/asn1-ber.v1 2 | -------------------------------------------------------------------------------- /src/gopkg.in/.corpus.url.bufio.v1: -------------------------------------------------------------------------------- 1 | https://gopkg.in/bufio.v1 2 | -------------------------------------------------------------------------------- /src/gopkg.in/.corpus.url.check.v1: -------------------------------------------------------------------------------- 1 | https://gopkg.in/check.v1 2 | -------------------------------------------------------------------------------- /src/gopkg.in/.corpus.url.fsnotify.v1: -------------------------------------------------------------------------------- 1 | https://gopkg.in/fsnotify.v1 2 | -------------------------------------------------------------------------------- /src/gopkg.in/.corpus.url.gomail.v2: -------------------------------------------------------------------------------- 1 | https://gopkg.in/gomail.v2 2 | -------------------------------------------------------------------------------- /src/gopkg.in/.corpus.url.inf.v0: -------------------------------------------------------------------------------- 1 | https://gopkg.in/inf.v0 2 | -------------------------------------------------------------------------------- /src/gopkg.in/.corpus.url.ini.v1: -------------------------------------------------------------------------------- 1 | https://gopkg.in/ini.v1 2 | -------------------------------------------------------------------------------- /src/gopkg.in/.corpus.url.ldap.v2: -------------------------------------------------------------------------------- 1 | https://gopkg.in/ldap.v2 2 | -------------------------------------------------------------------------------- /src/gopkg.in/.corpus.url.macaron.v1: -------------------------------------------------------------------------------- 1 | https://gopkg.in/macaron.v1 2 | -------------------------------------------------------------------------------- /src/gopkg.in/.corpus.url.mgo.v2: -------------------------------------------------------------------------------- 1 | https://gopkg.in/mgo.v2 2 | -------------------------------------------------------------------------------- /src/gopkg.in/.corpus.url.redis.v2: -------------------------------------------------------------------------------- 1 | https://gopkg.in/redis.v2 2 | -------------------------------------------------------------------------------- /src/gopkg.in/.corpus.url.sourcemap.v1: -------------------------------------------------------------------------------- 1 | https://gopkg.in/sourcemap.v1 2 | -------------------------------------------------------------------------------- /src/gopkg.in/.corpus.url.validator.v2: -------------------------------------------------------------------------------- 1 | https://gopkg.in/validator.v2 2 | -------------------------------------------------------------------------------- /src/gopkg.in/.corpus.url.yaml.v2: -------------------------------------------------------------------------------- 1 | https://gopkg.in/yaml.v2 2 | -------------------------------------------------------------------------------- /src/gopkg.in/airbrake/.corpus.url.gobrake.v2: -------------------------------------------------------------------------------- 1 | https://gopkg.in/airbrake/gobrake.v2 2 | -------------------------------------------------------------------------------- /src/gopkg.in/alecthomas/.corpus.url.kingpin.v2: -------------------------------------------------------------------------------- 1 | https://gopkg.in/alecthomas/kingpin.v2 2 | -------------------------------------------------------------------------------- /src/gopkg.in/cheggaaa/.corpus.rev.pb.v1: -------------------------------------------------------------------------------- 1 | commit d7e6ca3010b6f084d8056847f55d7f572f180678 2 | Author: Sergey Cherepanov 3 | Date: Mon Nov 21 12:29:06 2016 +0300 4 | 5 | More correct string width #90 6 | -------------------------------------------------------------------------------- /src/gopkg.in/cheggaaa/.corpus.url.pb.v1: -------------------------------------------------------------------------------- 1 | https://gopkg.in/cheggaaa/pb.v1 2 | -------------------------------------------------------------------------------- /src/gopkg.in/coreos/.corpus.url.go-etcd.v0: -------------------------------------------------------------------------------- 1 | https://gopkg.in/coreos/go-etcd.v0 2 | -------------------------------------------------------------------------------- /src/gopkg.in/dancannon/.corpus.url.gorethink.v1: -------------------------------------------------------------------------------- 1 | https://gopkg.in/dancannon/gorethink.v1 2 | -------------------------------------------------------------------------------- /src/gopkg.in/editorconfig/.corpus.url.editorconfig-core-go.v1: -------------------------------------------------------------------------------- 1 | https://gopkg.in/editorconfig/editorconfig-core-go.v1 2 | -------------------------------------------------------------------------------- /src/gopkg.in/fatih/.corpus.url.pool.v2: -------------------------------------------------------------------------------- 1 | https://gopkg.in/fatih/pool.v2 2 | -------------------------------------------------------------------------------- /src/gopkg.in/gemnasium/.corpus.url.logrus-airbrake-hook.v2: -------------------------------------------------------------------------------- 1 | https://gopkg.in/gemnasium/logrus-airbrake-hook.v2 2 | -------------------------------------------------------------------------------- /src/gopkg.in/go-playground/.corpus.rev.validator.v8: -------------------------------------------------------------------------------- 1 | commit 5f57d2222ad794d0dffb07e664ea05e2ee07d60c 2 | Author: joeybloggs 3 | Date: Mon Jul 18 09:41:25 2016 -0400 4 | 5 | increment version in README 6 | -------------------------------------------------------------------------------- /src/gopkg.in/go-playground/.corpus.url.validator.v8: -------------------------------------------------------------------------------- 1 | https://gopkg.in/go-playground/validator.v8 2 | -------------------------------------------------------------------------------- /src/gopkg.in/natefinch/.corpus.rev.lumberjack.v2: -------------------------------------------------------------------------------- 1 | commit dd45e6a67c53f673bb49ca8a001fd3a63ceb640e 2 | Author: Nate Finch 3 | Date: Fri Nov 4 09:48:45 2016 -0400 4 | 5 | update docs w/ backup format info 6 | -------------------------------------------------------------------------------- /src/gopkg.in/natefinch/.corpus.url.lumberjack.v2: -------------------------------------------------------------------------------- 1 | https://gopkg.in/natefinch/lumberjack.v2 2 | -------------------------------------------------------------------------------- /src/gopkg.in/square/.corpus.url.go-jose.v1: -------------------------------------------------------------------------------- 1 | https://gopkg.in/square/go-jose.v1 2 | -------------------------------------------------------------------------------- /src/gopkg.in/urfave/.corpus.url.cli.v1: -------------------------------------------------------------------------------- 1 | https://gopkg.in/urfave/cli.v1 2 | -------------------------------------------------------------------------------- /src/k8s.io/.corpus.project.heapster: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rsc/corpus/625dfccb7a3633a07d5eb2ba19a4ce4e6dba6afe/src/k8s.io/.corpus.project.heapster -------------------------------------------------------------------------------- /src/k8s.io/.corpus.url.heapster: -------------------------------------------------------------------------------- 1 | https://github.com/kubernetes/heapster 2 | -------------------------------------------------------------------------------- /src/layeh.com/.corpus.rev.gopher-luar: -------------------------------------------------------------------------------- 1 | commit 80196fe2abc5682963fc7a5261f5a5d77509938b 2 | Author: Tim Cooper 3 | Date: Sat Jan 7 10:01:04 2017 -0400 4 | 5 | remove unused code 6 | -------------------------------------------------------------------------------- /src/layeh.com/.corpus.url.gopher-luar: -------------------------------------------------------------------------------- 1 | https://github.com/layeh/gopher-luar 2 | -------------------------------------------------------------------------------- /src/sourcegraph.com/sourcegraph/.corpus.url.appdash: -------------------------------------------------------------------------------- 1 | https://github.com/sourcegraph/appdash 2 | --------------------------------------------------------------------------------