build: Update all dependencies (#7968)

Also add a script step for how to do this, as frankly I forget each time
what the canonical way is.

`go run build.go update-deps`
This commit is contained in:
Jakob Borg
2021-09-26 12:08:23 +02:00
committed by GitHub
parent f96c211198
commit 73c5184518
5 changed files with 331 additions and 261 deletions
+1 -1
View File
@@ -8,10 +8,10 @@ import (
_ "github.com/gogo/protobuf/gogoproto"
proto "github.com/gogo/protobuf/proto"
github_com_gogo_protobuf_types "github.com/gogo/protobuf/types"
_ "github.com/golang/protobuf/ptypes/timestamp"
github_com_syncthing_syncthing_lib_protocol "github.com/syncthing/syncthing/lib/protocol"
protocol "github.com/syncthing/syncthing/lib/protocol"
_ "github.com/syncthing/syncthing/proto/ext"
_ "google.golang.org/protobuf/types/known/timestamppb"
io "io"
math "math"
math_bits "math/bits"