aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorJakob Borg <jakob@kastelo.net>2022-07-21 18:39:14 +0200
committerGitHub <noreply@github.com>2022-07-21 18:39:14 +0200
commit9b390f1264db01121541ce3568dca77b2132347a (patch)
tree0457cb4fc87962a76ea78bbf29bd3f3fb112438d /go.mod
parentc06a169f5f8f4e7dd70b5ee72eb789c9861e9d3d (diff)
downloadsyncthing-9b390f1264db01121541ce3568dca77b2132347a.tar.gz
syncthing-9b390f1264db01121541ce3568dca77b2132347a.zip
build: Update goleveldb (#8440)
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod14
1 files changed, 7 insertions, 7 deletions
diff --git a/go.mod b/go.mod
index 93dc3b7a4..da7382c24 100644
--- a/go.mod
+++ b/go.mod
@@ -14,7 +14,7 @@ require (
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/fsnotify/fsnotify v1.5.4 // 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
@@ -43,16 +43,16 @@ require (
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/shirou/gopsutil/v3 v3.22.6
github.com/syncthing/notify v0.0.0-20210616190510-c6b7342338d2
- github.com/syndtr/goleveldb v1.0.1-0.20200815071216-d9e9293bd0f7
+ github.com/syndtr/goleveldb v1.0.1-0.20220721030215-126854af5e6d
github.com/thejerf/suture/v4 v4.0.2
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-20220114195835-da31bd327af9
+ golang.org/x/net v0.0.0-20220607020251-c690dde0001d
+ golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a
golang.org/x/text v0.3.7
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac
golang.org/x/tools v0.1.7
@@ -71,14 +71,14 @@ require (
github.com/marten-seemann/qtls-go1-18 v0.1.1 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
github.com/nxadm/tail v1.4.8 // indirect
- github.com/onsi/ginkgo v1.16.4 // indirect
+ github.com/onsi/ginkgo v1.16.5 // indirect
github.com/oschwald/maxminddb-golang v1.8.0 // indirect
github.com/petermattis/goid v0.0.0-20180202154549-b0b1615b78e5 // indirect
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect
github.com/prometheus/client_model v0.2.0 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/yusufpapurcu/wmi v1.2.2 // indirect
- golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
+ golang.org/x/xerrors v0.0.0-20220517211312-f3a8303e98df // indirect
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
)