Skip to content

Commit

Permalink
Upgraded spgz
Browse files Browse the repository at this point in the history
  • Loading branch information
dop251 committed Nov 8, 2021
1 parent cbe9cc3 commit 03d0ff6
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
9 changes: 8 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
on: [push, pull_request]
on:
push:
branches:
- "**"
tags-ignore:
- "**"
pull_request:

name: Test
jobs:
test:
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ module github.com/dop251/diskrsync
go 1.16

require (
github.com/dop251/spgz v1.1.1
github.com/dop251/spgz v1.2.0
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519
)
6 changes: 3 additions & 3 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/dop251/buse v0.0.0-20170916130217-f7a5c857babd/go.mod h1:hQb8UeARubyuKpfzN+fkxK9TTytxdWRCalLjf/FQgwk=
github.com/dop251/buse v1.1.0/go.mod h1:MGzyYwutwcAUZa2KlHLEhUaYBr6JpZf4sqyh1v1lEZs=
github.com/dop251/nbd v0.0.0-20170916130042-b8933b281cb7/go.mod h1:/YqO/I24sucjxhCgQHgDrnffSwg5HzoYHQASayZnYl8=
github.com/dop251/spgz v1.1.1 h1:BUU3VWP/kLdoCCXKPI1990AeUnCyARNKZ3t4UvTNJ6Y=
github.com/dop251/spgz v1.1.1/go.mod h1:aXXbApWJzaK6jzPiIWWLFi3k47VmRFfunUp2ANdQFD8=
github.com/dop251/spgz v1.2.0 h1:/VXInlcNmrhdehE228zLnTK9jTdpnNxtxG/t6XlFn14=
github.com/dop251/spgz v1.2.0/go.mod h1:TvZEdiTP+5fkWTBiO9Po3zlegP9MXzwVKw9O97IJijQ=
github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/sirupsen/logrus v1.8.1/go.mod h1:yWOB1SBYBC5VeMP7gHvWumXLIWorT60ONWic61uBYv0=
Expand Down

0 comments on commit 03d0ff6

Please sign in to comment.