Commit dadcdf3
authored
node: migrate solana-go imports to foundation path (#4862)
Add replace directive for solana-foundation's version of solana-go.
This module is still exported by them under the `gagliardetto` name
so we can't change the actual import directives in the files that
use this package.
Verification that v1.8.4 is identical across both repos:
git ls-remote --tags https://github.com/gagliardetto/solana-go.git refs/tags/v1.8.4
git ls-remote --tags https://github.com/solana-foundation/solana-go.git refs/tags/v1.8.4
Both resolve to:
834605a343769985bdad2bd0c8ba7dbf7ff7ba7d
go mod download -json github.com/gagliardetto/solana-go@v1.8.4
go mod download -json github.com/solana-foundation/solana-go@v1.8.4
Both report Origin.Hash:
834605a343769985bdad2bd0c8ba7dbf7ff7ba7d
diff -qr \
"$HOME/go/pkg/mod/github.com/gagliardetto/solana-go@v1.8.4" \
"$HOME/go/pkg/mod/github.com/solana-foundation/solana-go@v1.8.4"
No diff output confirms the extracted module trees are identical.1 parent 2771cd0 commit dadcdf3
2 files changed
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
381 | 381 | | |
382 | 382 | | |
383 | 383 | | |
| 384 | + | |
| 385 | + | |
| 386 | + | |
| 387 | + | |
| 388 | + | |
384 | 389 | | |
385 | 390 | | |
386 | 391 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3922 | 3922 | | |
3923 | 3923 | | |
3924 | 3924 | | |
| 3925 | + | |
| 3926 | + | |
3925 | 3927 | | |
3926 | 3928 | | |
3927 | 3929 | | |
| |||
0 commit comments