aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristine Dodrill <me@christine.website>2018-10-05 10:06:54 -0700
committerChristine Dodrill <me@christine.website>2018-10-05 14:31:22 -0700
commitdbeba1e5c5c0bc534a515eb298ee4f1d49df4d20 (patch)
tree2bbca457936bbf32290b9a8543f9a2f156b45175
parent7332b16d4a09492e5a35ad00d3ab58ac5742cad6 (diff)
downloadx-dbeba1e5c5c0bc534a515eb298ee4f1d49df4d20.tar.xz
x-dbeba1e5c5c0bc534a515eb298ee4f1d49df4d20.zip
update vendor
-rw-r--r--go.mod11
-rw-r--r--go.sum22
-rw-r--r--vendor/github.com/aclements/go-moremath/LICENSE27
-rw-r--r--vendor/github.com/aclements/go-moremath/mathx/beta.go93
-rw-r--r--vendor/github.com/aclements/go-moremath/mathx/choose.go62
-rw-r--r--vendor/github.com/aclements/go-moremath/mathx/gamma.go96
-rw-r--r--vendor/github.com/aclements/go-moremath/mathx/package.go11
-rw-r--r--vendor/github.com/aclements/go-moremath/mathx/sign.go18
-rw-r--r--vendor/github.com/dgryski/go-failure/README5
-rw-r--r--vendor/github.com/dgryski/go-failure/failure.go73
-rw-r--r--vendor/github.com/dgryski/go-onlinestats/LICENSE21
-rw-r--r--vendor/github.com/dgryski/go-onlinestats/basics.go54
-rw-r--r--vendor/github.com/dgryski/go-onlinestats/dea.go54
-rw-r--r--vendor/github.com/dgryski/go-onlinestats/expweight.go48
-rw-r--r--vendor/github.com/dgryski/go-onlinestats/kstest.go95
-rw-r--r--vendor/github.com/dgryski/go-onlinestats/pearson.go35
-rw-r--r--vendor/github.com/dgryski/go-onlinestats/reservoir.go76
-rw-r--r--vendor/github.com/dgryski/go-onlinestats/spearman.go84
-rw-r--r--vendor/github.com/dgryski/go-onlinestats/stats.go137
-rw-r--r--vendor/github.com/dgryski/go-onlinestats/swilk.go424
-rw-r--r--vendor/github.com/dgryski/go-onlinestats/ttest.go85
-rw-r--r--vendor/github.com/dgryski/go-onlinestats/tukey.go27
-rw-r--r--vendor/github.com/dgryski/go-onlinestats/utest.go71
-rw-r--r--vendor/github.com/dgryski/go-onlinestats/windexp.go72
-rw-r--r--vendor/github.com/dgryski/go-onlinestats/window.go86
-rw-r--r--vendor/github.com/google/uuid/.travis.yml9
-rw-r--r--vendor/github.com/google/uuid/CONTRIBUTING.md10
-rw-r--r--vendor/github.com/google/uuid/CONTRIBUTORS9
-rw-r--r--vendor/github.com/google/uuid/LICENSE27
-rw-r--r--vendor/github.com/google/uuid/README.md19
-rw-r--r--vendor/github.com/google/uuid/dce.go80
-rw-r--r--vendor/github.com/google/uuid/doc.go12
-rw-r--r--vendor/github.com/google/uuid/hash.go53
-rw-r--r--vendor/github.com/google/uuid/marshal.go37
-rw-r--r--vendor/github.com/google/uuid/node.go89
-rw-r--r--vendor/github.com/google/uuid/node_js.go12
-rw-r--r--vendor/github.com/google/uuid/node_net.go33
-rw-r--r--vendor/github.com/google/uuid/sql.go59
-rw-r--r--vendor/github.com/google/uuid/time.go123
-rw-r--r--vendor/github.com/google/uuid/util.go43
-rw-r--r--vendor/github.com/google/uuid/uuid.go198
-rw-r--r--vendor/github.com/google/uuid/version1.go44
-rw-r--r--vendor/github.com/google/uuid/version4.go38
-rw-r--r--vendor/github.com/klauspost/cpuid/.gitignore24
-rw-r--r--vendor/github.com/klauspost/cpuid/.travis.yml23
-rw-r--r--vendor/github.com/klauspost/cpuid/CONTRIBUTING.txt35
-rw-r--r--vendor/github.com/klauspost/cpuid/LICENSE22
-rw-r--r--vendor/github.com/klauspost/cpuid/README.md145
-rw-r--r--vendor/github.com/klauspost/cpuid/cpuid.go1040
-rw-r--r--vendor/github.com/klauspost/cpuid/cpuid_386.s42
-rw-r--r--vendor/github.com/klauspost/cpuid/cpuid_amd64.s42
-rw-r--r--vendor/github.com/klauspost/cpuid/detect_intel.go17
-rw-r--r--vendor/github.com/klauspost/cpuid/detect_ref.go23
-rw-r--r--vendor/github.com/klauspost/cpuid/generate.go4
-rw-r--r--vendor/github.com/klauspost/cpuid/private-gen.go476
-rw-r--r--vendor/github.com/klauspost/crc32/.gitignore24
-rw-r--r--vendor/github.com/klauspost/crc32/.travis.yml13
-rw-r--r--vendor/github.com/klauspost/crc32/LICENSE28
-rw-r--r--vendor/github.com/klauspost/crc32/README.md92
-rw-r--r--vendor/github.com/klauspost/crc32/crc32.go207
-rw-r--r--vendor/github.com/klauspost/crc32/crc32_amd64.go230
-rw-r--r--vendor/github.com/klauspost/crc32/crc32_amd64.s319
-rw-r--r--vendor/github.com/klauspost/crc32/crc32_amd64p32.go43
-rw-r--r--vendor/github.com/klauspost/crc32/crc32_amd64p32.s67
-rw-r--r--vendor/github.com/klauspost/crc32/crc32_generic.go89
-rw-r--r--vendor/github.com/klauspost/crc32/crc32_otherarch.go15
-rw-r--r--vendor/github.com/klauspost/crc32/crc32_s390x.go91
-rw-r--r--vendor/github.com/klauspost/crc32/crc32_s390x.s249
-rw-r--r--vendor/github.com/klauspost/reedsolomon/.gitignore26
-rw-r--r--vendor/github.com/klauspost/reedsolomon/.travis.yml32
-rw-r--r--vendor/github.com/klauspost/reedsolomon/LICENSE23
-rw-r--r--vendor/github.com/klauspost/reedsolomon/README.md279
-rw-r--r--vendor/github.com/klauspost/reedsolomon/appveyor.yml20
-rw-r--r--vendor/github.com/klauspost/reedsolomon/galois.go902
-rw-r--r--vendor/github.com/klauspost/reedsolomon/galois_amd64.go91
-rw-r--r--vendor/github.com/klauspost/reedsolomon/galois_amd64.s236
-rw-r--r--vendor/github.com/klauspost/reedsolomon/galois_arm64.go48
-rw-r--r--vendor/github.com/klauspost/reedsolomon/galois_arm64.s141
-rw-r--r--vendor/github.com/klauspost/reedsolomon/galois_noasm.go27
-rw-r--r--vendor/github.com/klauspost/reedsolomon/gentables.go132
-rw-r--r--vendor/github.com/klauspost/reedsolomon/inversion_tree.go160
-rw-r--r--vendor/github.com/klauspost/reedsolomon/matrix.go279
-rw-r--r--vendor/github.com/klauspost/reedsolomon/options.go111
-rw-r--r--vendor/github.com/klauspost/reedsolomon/reedsolomon.go884
-rw-r--r--vendor/github.com/klauspost/reedsolomon/streaming.go584
-rw-r--r--vendor/github.com/pborman/uuid/.travis.yml10
-rw-r--r--vendor/github.com/pborman/uuid/CONTRIBUTING.md10
-rw-r--r--vendor/github.com/pborman/uuid/CONTRIBUTORS1
-rw-r--r--vendor/github.com/pborman/uuid/LICENSE27
-rw-r--r--vendor/github.com/pborman/uuid/README.md15
-rw-r--r--vendor/github.com/pborman/uuid/dce.go84
-rw-r--r--vendor/github.com/pborman/uuid/doc.go13
-rw-r--r--vendor/github.com/pborman/uuid/go.mod3
-rw-r--r--vendor/github.com/pborman/uuid/go.sum2
-rw-r--r--vendor/github.com/pborman/uuid/hash.go53
-rw-r--r--vendor/github.com/pborman/uuid/marshal.go85
-rw-r--r--vendor/github.com/pborman/uuid/node.go50
-rw-r--r--vendor/github.com/pborman/uuid/sql.go68
-rw-r--r--vendor/github.com/pborman/uuid/time.go57
-rw-r--r--vendor/github.com/pborman/uuid/util.go32
-rw-r--r--vendor/github.com/pborman/uuid/uuid.go162
-rw-r--r--vendor/github.com/pborman/uuid/version1.go23
-rw-r--r--vendor/github.com/pborman/uuid/version4.go26
-rw-r--r--vendor/github.com/streamrail/concurrent-map/LICENSE22
-rw-r--r--vendor/github.com/streamrail/concurrent-map/README.md53
-rw-r--r--vendor/github.com/streamrail/concurrent-map/concurrent_map.go301
-rw-r--r--vendor/github.com/xtaci/kcp-go/.gitignore24
-rw-r--r--vendor/github.com/xtaci/kcp-go/.travis.yml15
-rw-r--r--vendor/github.com/xtaci/kcp-go/LICENSE22
-rw-r--r--vendor/github.com/xtaci/kcp-go/README.md92
-rw-r--r--vendor/github.com/xtaci/kcp-go/crypt.go263
-rw-r--r--vendor/github.com/xtaci/kcp-go/donate.pngbin0 -> 4420 bytes
-rw-r--r--vendor/github.com/xtaci/kcp-go/fec.go236
-rw-r--r--vendor/github.com/xtaci/kcp-go/frame.pngbin0 -> 8179 bytes
-rw-r--r--vendor/github.com/xtaci/kcp-go/kcp.go978
-rw-r--r--vendor/github.com/xtaci/kcp-go/sess.go936
-rw-r--r--vendor/github.com/xtaci/kcp-go/shannon.jpgbin0 -> 52964 bytes
-rw-r--r--vendor/github.com/xtaci/kcp-go/snmp.go63
-rw-r--r--vendor/github.com/xtaci/kcp-go/xor.go111
-rw-r--r--vendor/github.com/xtaci/smux/.gitignore24
-rw-r--r--vendor/github.com/xtaci/smux/.travis.yml15
-rw-r--r--vendor/github.com/xtaci/smux/LICENSE21
-rw-r--r--vendor/github.com/xtaci/smux/README.md99
-rw-r--r--vendor/github.com/xtaci/smux/curve.jpgbin0 -> 106626 bytes
-rw-r--r--vendor/github.com/xtaci/smux/frame.go60
-rw-r--r--vendor/github.com/xtaci/smux/mux.go80
-rw-r--r--vendor/github.com/xtaci/smux/mux.jpgbin0 -> 6199 bytes
-rw-r--r--vendor/github.com/xtaci/smux/session.go350
-rw-r--r--vendor/github.com/xtaci/smux/smux.pngbin0 -> 9891 bytes
-rw-r--r--vendor/github.com/xtaci/smux/stream.go262
-rw-r--r--vendor/golang.org/x/crypto/blowfish/block.go159
-rw-r--r--vendor/golang.org/x/crypto/blowfish/cipher.go91
-rw-r--r--vendor/golang.org/x/crypto/blowfish/const.go199
-rw-r--r--vendor/golang.org/x/crypto/cast5/cast5.go526
-rw-r--r--vendor/golang.org/x/crypto/pbkdf2/pbkdf2.go77
-rw-r--r--vendor/golang.org/x/crypto/salsa20/salsa20.go58
-rw-r--r--vendor/golang.org/x/crypto/tea/cipher.go108