Skip to content

Commit

Permalink
Merge pull request #84 from rsteube/elvish-head-compability
Browse files Browse the repository at this point in the history
elvish: updated carapace for HEAD compability
  • Loading branch information
rsteube authored Sep 1, 2020
2 parents c23fd8f + d1fb333 commit e6815a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ require (
)

// use the shorthand PR
replace github.com/rsteube/carapace v0.0.17 => github.com/rsteube/carapace v0.0.17-0.20200901140803-0dea8a0a356b
replace github.com/rsteube/carapace v0.0.17 => github.com/rsteube/carapace v0.0.17-0.20200901191454-d9ad00575d35

replace github.com/spf13/pflag v1.0.5 => github.com/cornfeedhobo/pflag v1.0.2-0.20200824165833-dd6f6588b61d
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ github.com/prometheus/procfs v0.0.0-20181005140218-185b4288413d/go.mod h1:c3At6R
github.com/prometheus/procfs v0.0.0-20190507164030-5867b95ac084/go.mod h1:TjEm7ze935MbeOT/UhFTIMYKhuLP4wbCsTZCD3I8kEA=
github.com/prometheus/tsdb v0.7.1/go.mod h1:qhTCs0VvXwvX/y3TZrWD7rabWM+ijKTux40TwIPHuXU=
github.com/rogpeppe/fastuuid v0.0.0-20150106093220-6724a57986af/go.mod h1:XWv6SoW27p1b0cqNHllgS5HIMJraePCO15w5zCzIWYg=
github.com/rsteube/carapace v0.0.17-0.20200901140803-0dea8a0a356b h1:oKoVNkmd/rMS+JyBcKNedNB1oVPdc2H89yT4tBbNq5A=
github.com/rsteube/carapace v0.0.17-0.20200901140803-0dea8a0a356b/go.mod h1:wIpMkSiUR71qmwdh53z/uDbHLpHKUZwUFiKtsYTwtbw=
github.com/rsteube/carapace v0.0.17-0.20200901191454-d9ad00575d35 h1:0CIMOCd/3de9k+mXiq9fZf6VkdtS6bFtaZHkzwSph6U=
github.com/rsteube/carapace v0.0.17-0.20200901191454-d9ad00575d35/go.mod h1:wIpMkSiUR71qmwdh53z/uDbHLpHKUZwUFiKtsYTwtbw=
github.com/russross/blackfriday/v2 v2.0.1/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM=
github.com/sergi/go-diff v1.0.0/go.mod h1:0CfEIISq7TuYL3j771MWULgwwjU+GofnZX9QAmXWZgo=
github.com/sergi/go-diff v1.1.0/go.mod h1:STckp+ISIX8hZLjrqAeVduY0gWCT9IjLuqbuNXdaHfM=
Expand Down

0 comments on commit e6815a3

Please sign in to comment.