diff options
| author | Christine Dodrill <me@christine.website> | 2019-01-12 06:06:43 -0800 |
|---|---|---|
| committer | Christine Dodrill <me@christine.website> | 2019-01-12 06:06:43 -0800 |
| commit | b28dcc4c40a1b0efe614988c8f23ba4a0fcca8b9 (patch) | |
| tree | ed7a4b2309689b1585604fc372799cb5798266e5 /internal | |
| parent | 8b9620659c88b8236f12d81ca6fdc21550aaefa9 (diff) | |
| download | x-b28dcc4c40a1b0efe614988c8f23ba4a0fcca8b9.tar.xz x-b28dcc4c40a1b0efe614988c8f23ba4a0fcca8b9.zip | |
use within.website/ln
Diffstat (limited to 'internal')
| -rw-r--r-- | internal/internal.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/internal.go b/internal/internal.go index 46eeaaf..68c407c 100644 --- a/internal/internal.go +++ b/internal/internal.go @@ -8,11 +8,11 @@ import ( "net/http" "os" - "github.com/Xe/ln" - "github.com/Xe/ln/opname" "github.com/Xe/x/tools/license/licenses" "go4.org/legal" "within.website/confyg/flagconfyg" + "within.website/ln" + "within.website/ln/opname" ) var ( |
