mirror of
https://github.com/syncthing/syncthing.git
synced 2024-11-16 18:41:59 -07:00
2c8b627008
Integers are for numbers, enabling arithmetic like subtractions and for loops without getting shot in the foot. Unsigneds are for bitfields. - "int" for numbers that will always be laughably smaller than four billion, and where we don't care about the serialization format. - "int32" for numbers that will always be laughably smaller than four billion, and will be serialized to four bytes. - "int64" for numbers that may approach four billion or will be serialized to eight bytes. - "uint32" and "uint64" for bitfields, depending on required number of bits and serialization format. Likewise "uint8" and "uint16", although rare in this project since they don't exist in XDR. - "int8", "int16" and plain "uint" are almost never useful.
78 lines
2.0 KiB
JSON
78 lines
2.0 KiB
JSON
{
|
|
"ImportPath": "github.com/syncthing/syncthing",
|
|
"GoVersion": "go1.4",
|
|
"Packages": [
|
|
"./cmd/..."
|
|
],
|
|
"Deps": [
|
|
{
|
|
"ImportPath": "github.com/AudriusButkevicius/lfu-go",
|
|
"Rev": "164bcecceb92fd6037f4d18a8d97b495ec6ef669"
|
|
},
|
|
{
|
|
"ImportPath": "github.com/bkaradzic/go-lz4",
|
|
"Rev": "93a831dcee242be64a9cc9803dda84af25932de7"
|
|
},
|
|
{
|
|
"ImportPath": "github.com/calmh/logger",
|
|
"Rev": "f50d32b313bec2933a3e1049f7416a29f3413d29"
|
|
},
|
|
{
|
|
"ImportPath": "github.com/calmh/luhn",
|
|
"Rev": "0c8388ff95fa92d4094011e5a04fc99dea3d1632"
|
|
},
|
|
{
|
|
"ImportPath": "github.com/calmh/osext",
|
|
"Rev": "9bf61584e5f1f172e8766ddc9022d9c401faaa5e"
|
|
},
|
|
{
|
|
"ImportPath": "github.com/calmh/xdr",
|
|
"Rev": "ff948d7666c5e0fd18d398f6278881724d36a90b"
|
|
},
|
|
{
|
|
"ImportPath": "github.com/juju/ratelimit",
|
|
"Rev": "f9f36d11773655c0485207f0ad30dc2655f69d56"
|
|
},
|
|
{
|
|
"ImportPath": "github.com/syncthing/protocol",
|
|
"Rev": "15bf5f583a88b7aaf0a5b810fcf5fb21da0a3b3f"
|
|
},
|
|
{
|
|
"ImportPath": "github.com/syndtr/goleveldb/leveldb",
|
|
"Rev": "63c9e642efad852f49e20a6f90194cae112fd2ac"
|
|
},
|
|
{
|
|
"ImportPath": "github.com/syndtr/gosnappy/snappy",
|
|
"Rev": "ce8acff4829e0c2458a67ead32390ac0a381c862"
|
|
},
|
|
{
|
|
"ImportPath": "github.com/vitrun/qart/coding",
|
|
"Rev": "ccb109cf25f0cd24474da73b9fee4e7a3e8a8ce0"
|
|
},
|
|
{
|
|
"ImportPath": "github.com/vitrun/qart/gf256",
|
|
"Rev": "ccb109cf25f0cd24474da73b9fee4e7a3e8a8ce0"
|
|
},
|
|
{
|
|
"ImportPath": "github.com/vitrun/qart/qr",
|
|
"Rev": "ccb109cf25f0cd24474da73b9fee4e7a3e8a8ce0"
|
|
},
|
|
{
|
|
"ImportPath": "golang.org/x/crypto/bcrypt",
|
|
"Rev": "4ed45ec682102c643324fae5dff8dab085b6c300"
|
|
},
|
|
{
|
|
"ImportPath": "golang.org/x/crypto/blowfish",
|
|
"Rev": "4ed45ec682102c643324fae5dff8dab085b6c300"
|
|
},
|
|
{
|
|
"ImportPath": "golang.org/x/text/transform",
|
|
"Rev": "c980adc4a823548817b9c47d38c6ca6b7d7d8b6a"
|
|
},
|
|
{
|
|
"ImportPath": "golang.org/x/text/unicode/norm",
|
|
"Rev": "c980adc4a823548817b9c47d38c6ca6b7d7d8b6a"
|
|
}
|
|
]
|
|
}
|