File tree Expand file tree Collapse file tree 4 files changed +5
-3
lines changed
Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ require (
1010 github.com/gotd/contrib v0.21.0
1111 github.com/hashicorp/golang-lru/v2 v2.0.7
1212 github.com/miscreant/miscreant.go v0.0.0-20200214223636-26d376326b75
13- github.com/syncthing/syncthing v1.30.0-rc.1.0.20250901201048-541678ad9e62
13+ github.com/syncthing/syncthing v1.30.0-rc.1.0.20250902190322-6e9ccf7211ae
1414 golang.org/x/exp v0.0.0-20250811191247-51f88131bc50
1515 google.golang.org/protobuf v1.36.7
1616)
Original file line number Diff line number Diff line change @@ -195,6 +195,8 @@ github.com/syncthing/syncthing v1.30.0-rc.1.0.20250822070005-8151bcddff7a h1:jLd
195195github.com/syncthing/syncthing v1.30.0-rc.1.0.20250822070005-8151bcddff7a /go.mod h1:iuplL43p4R4fD1UB2W0zd3lcn2E4Rw84NMzwk9GhdOs =
196196github.com/syncthing/syncthing v1.30.0-rc.1.0.20250901201048-541678ad9e62 h1:M8uXdtPYyQotq2eK68b97YvQUgjE7Slnbm/t35JGC/A =
197197github.com/syncthing/syncthing v1.30.0-rc.1.0.20250901201048-541678ad9e62 /go.mod h1:4fXQuO2uPVFDlBX3/p4IZYmncoChUPdtc14umDfNygw =
198+ github.com/syncthing/syncthing v1.30.0-rc.1.0.20250902190322-6e9ccf7211ae h1:fytzxaeRqsj+hXmLfS+OpetaGBgCblQpM9Fosqo2E/g =
199+ github.com/syncthing/syncthing v1.30.0-rc.1.0.20250902190322-6e9ccf7211ae /go.mod h1:4fXQuO2uPVFDlBX3/p4IZYmncoChUPdtc14umDfNygw =
198200github.com/syndtr/goleveldb v1.0.1-0.20220721030215-126854af5e6d h1:vfofYNRScrDdvS342BElfbETmL1Aiz3i2t0zfRj16Hs =
199201github.com/syndtr/goleveldb v1.0.1-0.20220721030215-126854af5e6d /go.mod h1:RRCYJbIwD5jmqPI9XoAFR0OcDxqUctll6zUj/+B4S48 =
200202github.com/thejerf/suture/v4 v4.0.6 h1:QsuCEsCqb03xF9tPAsWAj8QOAJBgQI1c0VqJNaingg8 =
Original file line number Diff line number Diff line change @@ -2457,7 +2457,7 @@ <h1>Legal notices</h1>
24572457 </ li >
24582458
24592459 < li >
2460- < span > < strong > github.com/syncthing/syncthing</ strong > v1.30.0-rc.1.0.20250901201048-541678ad9e62 </ span >
2460+ < span > < strong > github.com/syncthing/syncthing</ strong > v1.30.0-rc.1.0.20250902190322-6e9ccf7211ae </ span >
24612461 < details >
24622462 < summary > MPL-2.0 License</ summary >
24632463 < pre > Mozilla Public License Version 2.0
Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ const (
106106
107107func NewClient (configPath string , filesPath string , saveLog bool ) * Client {
108108 // Set version info
109- build .Version = "v2.0.4 "
109+ build .Version = "v2.0.5 "
110110 build .Host = "t-shaped.nl"
111111 build .User = "sushitrain"
112112
You can’t perform that action at this time.
0 commit comments