Skip to content

Commit

Permalink
chore(deps): upgrade git to v1.2.3
Browse files Browse the repository at this point in the history
- previous release accidentally broke the flow returning more results than expected
  • Loading branch information
fallion committed Oct 21, 2019
1 parent 950c3a4 commit 990d01c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
module github.com/commitsar-app/release-notary

go 1.12
go 1.13

require (
github.com/commitsar-app/git v1.2.1
github.com/commitsar-app/git v1.2.3
github.com/json-iterator/go v1.1.7
github.com/spf13/cobra v0.0.5
github.com/spf13/viper v1.4.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973/go.mod h1:Dwedo/Wpr24
github.com/beorn7/perks v1.0.0/go.mod h1:KWe93zE9D1o94FZ5RNwFwVgaQK1VOXiVxmqh+CedLV8=
github.com/cespare/xxhash v1.1.0/go.mod h1:XrSqR1VqqWfGrhpAt58auRo0WTKS1nRRg3ghfAqPWnc=
github.com/client9/misspell v0.3.4/go.mod h1:qj6jICC3Q7zFZvVWo7KLAzC3yx5G7kyvSDkc90ppPyw=
github.com/commitsar-app/git v1.2.1 h1:4QZd06m+g1X4gkdAZ2bAFQUKg8iqOr3V6ev+T0M3GEg=
github.com/commitsar-app/git v1.2.1/go.mod h1:hfc966CU24y1gafccBGFrUseC7vFMu2jog4AaOJvPho=
github.com/commitsar-app/git v1.2.3 h1:Ua1iVzi89OqYABgfhL9VWID8BFecX1DvcF2SI66oe80=
github.com/commitsar-app/git v1.2.3/go.mod h1:O4c3jRwyAebt9OfCaiEv+e7cjwPp8Vgmsot82/zwysM=
github.com/coreos/bbolt v1.3.2/go.mod h1:iRUV2dpdMOn7Bo10OQBFzIJO9kkE559Wcmn+qkEiiKk=
github.com/coreos/etcd v3.3.10+incompatible/go.mod h1:uF7uidLiAD3TWHmW31ZFd/JWoc32PjwdhPthX9715RE=
github.com/coreos/go-etcd v2.0.0+incompatible/go.mod h1:Jez6KQU2B/sWsbdaef3ED8NzMklzPG4d5KIOhIy30Tk=
Expand Down

0 comments on commit 990d01c

Please sign in to comment.