Skip to content

Commit b0a1340

Browse files
authored
Merge pull request #232 from rsteube/elvish-fix-eval
elvis: fix eval callback
2 parents deeffdb + a151932 commit b0a1340

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ require (
66
github.com/mitchellh/go-homedir v1.1.0
77
github.com/mitchellh/go-ps v1.0.0
88
github.com/pelletier/go-toml v1.8.1
9-
github.com/rsteube/carapace v0.1.12
9+
github.com/rsteube/carapace v0.1.13
1010
github.com/spf13/cobra v1.1.1
1111
gopkg.in/ini.v1 v1.62.0
1212
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,8 +171,8 @@ github.com/prometheus/procfs v0.0.0-20190507164030-5867b95ac084/go.mod h1:TjEm7z
171171
github.com/prometheus/tsdb v0.7.1/go.mod h1:qhTCs0VvXwvX/y3TZrWD7rabWM+ijKTux40TwIPHuXU=
172172
github.com/rogpeppe/fastuuid v0.0.0-20150106093220-6724a57986af/go.mod h1:XWv6SoW27p1b0cqNHllgS5HIMJraePCO15w5zCzIWYg=
173173
github.com/rogpeppe/go-internal v1.3.0/go.mod h1:M8bDsm7K2OlrFYOpmOWEs/qY81heoFRclV5y23lUDJ4=
174-
github.com/rsteube/carapace v0.1.12 h1:lcYRhAzemMjQsJSW9C+wr6ihtP7wPx3mPZjGtVBoeWI=
175-
github.com/rsteube/carapace v0.1.12/go.mod h1:MW6dtBU0/zTdivRaQzlCHyceSHKzZP0xHqjXmgeSN5Y=
174+
github.com/rsteube/carapace v0.1.13 h1:vbEygspRxP3HD2xDiVMyiAIWhf4oubRPdxTOwJzZxIs=
175+
github.com/rsteube/carapace v0.1.13/go.mod h1:MW6dtBU0/zTdivRaQzlCHyceSHKzZP0xHqjXmgeSN5Y=
176176
github.com/russross/blackfriday/v2 v2.0.1/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM=
177177
github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f/go.mod h1:sm1tb6uqfes/u+d4ooFouqFdy9/2g9QGwK3SQygK0Ts=
178178
github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529/go.mod h1:DxrIzT+xaE7yg65j358z/aeFdxmN0P9QXhEzd20vsDc=

0 commit comments

Comments
 (0)