mirror of
https://github.com/octoleo/syncthing.git
synced 2024-11-05 21:07:58 +00:00
ba2c79f310
Bumps [github.com/pierrec/lz4/v4](https://github.com/pierrec/lz4) from 4.1.12 to 4.1.13. - [Release notes](https://github.com/pierrec/lz4/releases) - [Commits](https://github.com/pierrec/lz4/compare/v4.1.12...v4.1.13) --- updated-dependencies: - dependency-name: github.com/pierrec/lz4/v4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
61 lines
2.5 KiB
Modula-2
61 lines
2.5 KiB
Modula-2
module github.com/syncthing/syncthing
|
|
|
|
require (
|
|
github.com/AudriusButkevicius/pfilter v0.0.10
|
|
github.com/AudriusButkevicius/recli v0.0.6
|
|
github.com/alecthomas/kong v0.3.0
|
|
github.com/calmh/xdr v1.1.0
|
|
github.com/ccding/go-stun v0.1.3
|
|
github.com/certifi/gocertifi v0.0.0-20210507211836-431795d63e8d // indirect
|
|
github.com/cespare/xxhash/v2 v2.1.2 // indirect
|
|
github.com/chmduquesne/rollinghash v0.0.0-20180912150627-a60f8e7142b5
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.1 // indirect
|
|
github.com/d4l3k/messagediff v1.2.1
|
|
github.com/flynn-archive/go-shlex v0.0.0-20150515145356-3f9db97f8568
|
|
github.com/fsnotify/fsnotify v1.5.1 // indirect
|
|
github.com/getsentry/raven-go v0.2.0
|
|
github.com/go-asn1-ber/asn1-ber v1.5.3 // indirect
|
|
github.com/go-ldap/ldap/v3 v3.4.1
|
|
github.com/gobwas/glob v0.2.3
|
|
github.com/gogo/protobuf v1.3.2
|
|
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da
|
|
github.com/golang/snappy v0.0.4 // indirect
|
|
github.com/greatroar/blobloom v0.7.0
|
|
github.com/hashicorp/golang-lru v0.5.4
|
|
github.com/jackpal/gateway v1.0.7
|
|
github.com/jackpal/go-nat-pmp v1.0.2
|
|
github.com/julienschmidt/httprouter v1.3.0
|
|
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
|
|
github.com/klauspost/cpuid/v2 v2.0.9 // indirect
|
|
github.com/lib/pq v1.10.3
|
|
github.com/lucas-clemente/quic-go v0.25.0
|
|
github.com/maruel/panicparse v1.6.1
|
|
github.com/maxbrunsfeld/counterfeiter/v6 v6.3.0
|
|
github.com/minio/sha256-simd v1.0.0
|
|
github.com/miscreant/miscreant.go v0.0.0-20200214223636-26d376326b75
|
|
github.com/oschwald/geoip2-golang v1.5.0
|
|
github.com/pierrec/lz4/v4 v4.1.13
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/prometheus/client_golang v1.11.0
|
|
github.com/prometheus/common v0.30.0 // indirect
|
|
github.com/prometheus/procfs v0.7.3 // indirect
|
|
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475
|
|
github.com/sasha-s/go-deadlock v0.3.1
|
|
github.com/shirou/gopsutil/v3 v3.21.12
|
|
github.com/syncthing/notify v0.0.0-20210616190510-c6b7342338d2
|
|
github.com/syndtr/goleveldb v1.0.1-0.20200815071216-d9e9293bd0f7
|
|
github.com/thejerf/suture/v4 v4.0.1
|
|
github.com/urfave/cli v1.22.5
|
|
github.com/vitrun/qart v0.0.0-20160531060029-bf64b92db6b0
|
|
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519
|
|
golang.org/x/mod v0.5.1 // indirect
|
|
golang.org/x/net v0.0.0-20210924151903-3ad01bbaa167
|
|
golang.org/x/sys v0.0.0-20211013075003-97ac67df715c
|
|
golang.org/x/text v0.3.7
|
|
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac
|
|
golang.org/x/tools v0.1.6
|
|
google.golang.org/protobuf v1.27.1
|
|
)
|
|
|
|
go 1.16
|