diff options
| author | herkulessi <git@herkulessi.de> | 2026-04-22 18:54:22 +0200 |
|---|---|---|
| committer | herkulessi <git@herkulessi.de> | 2026-04-22 18:58:41 +0200 |
| commit | dfaf01905e3070b018623ee5495d0c163939aa87 (patch) | |
| tree | e17dad06608845854fb730075897283a9fa7e515 /internal/httpwrap | |
| parent | 6809ea7e84dd438eb722761a6f2d276812b5de64 (diff) | |
Rename Module
Diffstat (limited to 'internal/httpwrap')
| -rw-r--r-- | internal/httpwrap/httpwrap.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/httpwrap/httpwrap.go b/internal/httpwrap/httpwrap.go index 5fd42c8..fde6b86 100644 --- a/internal/httpwrap/httpwrap.go +++ b/internal/httpwrap/httpwrap.go @@ -14,7 +14,7 @@ import ( "strings" "time" - "codeberg.org/eduVPN/eduvpn-common/internal/commonver" + "herkulessi.de/git/eduvpn-common/internal/commonver" ) // UserAgent is the user agent that is used for requests |
