diff options
| author | Jeroen Wijenbergh <jeroen.wijenbergh@geant.org> | 2026-02-12 12:34:08 +0100 |
|---|---|---|
| committer | Jeroen Wijenbergh <jeroen.wijenbergh@geant.org> | 2026-02-12 12:59:03 +0100 |
| commit | a30ef6b27e578a4cf0a674b24f5b52b4c1516c63 (patch) | |
| tree | 27c7321cbceac2a487c1ba17151711de3d438a53 /proxy | |
| parent | b00ce8214479c50e137db73c77b0cc1393c5e7d4 (diff) | |
All: Rename packages that sound useless or clash with std
Diffstat (limited to 'proxy')
| -rw-r--r-- | proxy/proxy.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/proxy/proxy.go b/proxy/proxy.go index af0cd89..b8a9ad9 100644 --- a/proxy/proxy.go +++ b/proxy/proxy.go @@ -12,7 +12,7 @@ import ( "codeberg.org/eduVPN/proxyguard" "codeberg.org/eduVPN/eduvpn-common/i18n/err" - httpw "codeberg.org/eduVPN/eduvpn-common/internal/http" + "codeberg.org/eduVPN/eduvpn-common/internal/httpwrap" ) // Logger is defined here such that we can update the proxyguard logger @@ -43,7 +43,7 @@ func NewProxyguard(ctx context.Context, lp int, tcpsp int, peer string, setupSoc ListenPort: lp, TCPSourcePort: tcpsp, SetupSocket: setupSocket, - UserAgent: httpw.UserAgent, + UserAgent: httpwrap.UserAgent, }, resChan: make(chan struct{}), } |
