Commit 9ce12aa
committed
go.mod: fix compattest/peercfg version
Since this was only accessed via a go.mod replace directive, it worked
fine for tests, etc. running in galaxycache's repo, but, since the
replace directive doesn't propagate outside the original repo, go
commands doing deep resolution complain because they can't resolve the
zero-valued version.
Note: Since the dependency on peercfg is only via tests, this didn't
actually affect building anything depending on Galaxycache, just
commands like that run by GoLand at startup:
```sh
go list -modfile=go.mod -m -json -mod=mod all
```1 parent 872fc1d commit 9ce12aa
2 files changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
| 26 | + | |
25 | 27 | | |
26 | 28 | | |
27 | 29 | | |
| |||
0 commit comments