Skip to content

Commit

Permalink
chore(deps): replace Commitsar history package with the Git one
Browse files Browse the repository at this point in the history
- restructuring repo structure across commitsar-app
  • Loading branch information
fallion committed Oct 19, 2019
1 parent 58119e3 commit 41f7077
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion cmd/log.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package cmd
import (
"log"

"github.com/commitsar-app/commitsar/pkg/history"
history "github.com/commitsar-app/git/pkg"
"github.com/commitsar-app/release-notary/internal/text"
"github.com/spf13/cobra"
)
Expand Down
2 changes: 1 addition & 1 deletion cmd/publish.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"fmt"
"strings"

"github.com/commitsar-app/commitsar/pkg/history"
"github.com/commitsar-app/git/pkg"
"github.com/commitsar-app/release-notary/internal/releaser"
"github.com/commitsar-app/release-notary/internal/text"
"github.com/spf13/cobra"
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/commitsar-app/release-notary
go 1.12

require (
github.com/commitsar-app/commitsar v0.7.0
github.com/commitsar-app/git v0.0.0-20191019084103-e93adbb73466
github.com/json-iterator/go v1.1.7
github.com/spf13/cobra v0.0.5
github.com/spf13/viper v1.4.0
Expand Down
6 changes: 2 additions & 4 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/commitsar v0.7.0 h1:s3JmpbgRaxYbfwW7hIcnIWH5Ic4bvTykolFHN9q3SRM=
github.com/commitsar-app/commitsar v0.7.0/go.mod h1:/G6ZQ47qedEG5yTIfA/nxCD0xhIpBbktKpf6f4A76rc=
github.com/commitsar-app/git v0.0.0-20191019084103-e93adbb73466 h1:XUXb96S2KZZnCogp3i1pj4jtWNpFXYL8zSGSi7kMxdI=
github.com/commitsar-app/git v0.0.0-20191019084103-e93adbb73466/go.mod h1:hfc966CU24y1gafccBGFrUseC7vFMu2jog4AaOJvPho=
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 Expand Up @@ -82,8 +82,6 @@ github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ=
github.com/kr/pty v1.1.8/go.mod h1:O1sed60cT9XZ5uDucP5qwvh+TE3NnUj51EiZO/lmSfw=
github.com/kr/text v0.1.0 h1:45sCR5RtlFHMR4UwH9sdQ5TC8v0qDQCHnXt+kaKSTVE=
github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI=
github.com/logrusorgru/aurora v0.0.0-20190803045625-94edacc10f9b h1:PMbSa9CgaiQR9NLlUTwKi+7aeLl3GG5JX5ERJxfQ3IE=
github.com/logrusorgru/aurora v0.0.0-20190803045625-94edacc10f9b/go.mod h1:7rIyQOR62GCctdiQpZ/zOJlFyk6y+94wXzv6RNZgaR4=
github.com/magiconair/properties v1.8.0 h1:LLgXmsheXeRoUOBOjtwPQCWIYqM/LU1ayDtDePerRcY=
github.com/magiconair/properties v1.8.0/go.mod h1:PppfXfuXeibc/6YijjN8zIbojt8czPbwD3XqdrwzmxQ=
github.com/matttproud/golang_protobuf_extensions v1.0.1/go.mod h1:D8He9yQNgCq6Z5Ld7szi9bcBfOoFv/3dc6xSMkL2PC0=
Expand Down

0 comments on commit 41f7077

Please sign in to comment.