Commit 3a7c1f0
wayne mattadeen
Move shared packages from internal/ to pkg/ for external imports
BREAKING: Import paths changed from:
github.com/satgate-io/satgate/internal/proxy
to:
github.com/satgate-io/satgate/pkg/proxy
This allows satgate-enterprise to import OSS core packages.
Go's internal/ visibility rules prevent cross-module imports.
Also aligned toolchain to go1.24.111 parent a8a902c commit 3a7c1f0
15 files changed
Lines changed: 10 additions & 10 deletions
File tree
- cmd/satgate
- pkg
- config
- governance
- lightning
- macaroon
- proxy
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
0 commit comments