File tree Expand file tree Collapse file tree 3 files changed +12
-5
lines changed
Expand file tree Collapse file tree 3 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 1- on : [push, pull_request]
1+ on :
2+ push :
3+ branches :
4+ - " **"
5+ tags-ignore :
6+ - " **"
7+ pull_request :
8+
29name : Test
310jobs :
411 test :
Original file line number Diff line number Diff line change @@ -3,6 +3,6 @@ module github.com/dop251/diskrsync
33go 1.16
44
55require (
6- github.com/dop251/spgz v1.1.1
6+ github.com/dop251/spgz v1.2.0
77 golang.org/x/crypto v0.0.0-20210921155107-089bfa567519
88)
Original file line number Diff line number Diff line change 11github.com/davecgh/go-spew v1.1.1 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
2- github.com/dop251/buse v0.0.0-20170916130217-f7a5c857babd /go.mod h1:hQb8UeARubyuKpfzN+fkxK9TTytxdWRCalLjf/FQgwk =
2+ github.com/dop251/buse v1.1.0 /go.mod h1:MGzyYwutwcAUZa2KlHLEhUaYBr6JpZf4sqyh1v1lEZs =
33github.com/dop251/nbd v0.0.0-20170916130042-b8933b281cb7 /go.mod h1:/YqO/I24sucjxhCgQHgDrnffSwg5HzoYHQASayZnYl8 =
4- github.com/dop251/spgz v1.1.1 h1:BUU3VWP/kLdoCCXKPI1990AeUnCyARNKZ3t4UvTNJ6Y =
5- github.com/dop251/spgz v1.1.1 /go.mod h1:aXXbApWJzaK6jzPiIWWLFi3k47VmRFfunUp2ANdQFD8 =
4+ github.com/dop251/spgz v1.2.0 h1:/VXInlcNmrhdehE228zLnTK9jTdpnNxtxG/t6XlFn14 =
5+ github.com/dop251/spgz v1.2.0 /go.mod h1:TvZEdiTP+5fkWTBiO9Po3zlegP9MXzwVKw9O97IJijQ =
66github.com/pkg/errors v0.9.1 /go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0 =
77github.com/pmezard/go-difflib v1.0.0 /go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4 =
88github.com/sirupsen/logrus v1.8.1 /go.mod h1:yWOB1SBYBC5VeMP7gHvWumXLIWorT60ONWic61uBYv0 =
You can’t perform that action at this time.
0 commit comments