Skip to content

Commit

Permalink
Fix my own stupidity (go.mod local import paths)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxlandon committed Sep 9, 2023
1 parent 003c7fb commit a53335f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@ toolchain go1.21.0
// To update or try to:
// - You must replace rsteube/carapace v0.43.0 with the version found in the main require.
// - You must replace v0.25.2... with "library", then go mod tidy && go mod vendor.
// replace github.com/rsteube/carapace v0.43.3 => github.com/reeflective/carapace v0.25.2-0.20230816093630-a30f5184fa0d

replace github.com/rsteube/carapace v0.43.3 => /home/user/code/github.com/reeflective/carapace
replace github.com/rsteube/carapace v0.43.3 => github.com/reeflective/carapace v0.25.2-0.20230816093630-a30f5184fa0d

require (
filippo.io/age v1.1.1
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,8 @@ github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZN
github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA=
github.com/psanford/memfs v0.0.0-20230130182539-4dbf7e3e865e h1:51xcRlSMBU5rhM9KahnJGfEsBPVPz3182TgFRowA8yY=
github.com/psanford/memfs v0.0.0-20230130182539-4dbf7e3e865e/go.mod h1:tcaRap0jS3eifrEEllL6ZMd9dg8IlDpi2S1oARrQ+NI=
github.com/reeflective/carapace v0.25.2-0.20230816093630-a30f5184fa0d h1:RK0OaQs+3CMJnfXc5SNEg+Kbu4A2AVljPuG5/HcaUdM=
github.com/reeflective/carapace v0.25.2-0.20230816093630-a30f5184fa0d/go.mod h1:jkLt41Ne2TD2xPuMdX/2O05Smhy8vMgG7O2TYvC0yOc=
github.com/reeflective/console v0.1.9 h1:MoCST3dJeV2/MxQLL87Xbr9K9tIevDKGy21W7E0nshY=
github.com/reeflective/console v0.1.9/go.mod h1:hnei2839LkOh6N4m2rTx2Vx3QAVkF9X74BG7MKbIljs=
github.com/reeflective/readline v1.0.10 h1:neAdbArjB1f5LZ2JBh/9TZ9ibFUrjjvBS8xuhLbx5do=
Expand Down
4 changes: 2 additions & 2 deletions vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -571,8 +571,8 @@ github.com/remyoudompheng/bigfft
# github.com/rivo/uniseg v0.4.4
## explicit; go 1.18
github.com/rivo/uniseg
# github.com/rsteube/carapace v0.43.3 => /home/user/code/github.com/reeflective/carapace
## explicit; go 1.21
# github.com/rsteube/carapace v0.43.3 => github.com/reeflective/carapace v0.25.2-0.20230816093630-a30f5184fa0d
## explicit; go 1.15
github.com/rsteube/carapace
github.com/rsteube/carapace/internal/cache
github.com/rsteube/carapace/internal/common
Expand Down

0 comments on commit a53335f

Please sign in to comment.