refactor: Move met and nominatim to ./pkg
Signed-off-by: Tim Hårek Andreassen <tim@harek.no>
This commit is contained in:
parent
366a97d55f
commit
845038120e
9 changed files with 4 additions and 4 deletions
|
@ -6,7 +6,7 @@ import (
|
|||
"os"
|
||||
|
||||
"git.sr.ht/~timharek/yr/cmd/flags"
|
||||
"git.sr.ht/~timharek/yr/internal/nominatim"
|
||||
"git.sr.ht/~timharek/yr/pkg/nominatim"
|
||||
"git.sr.ht/~timharek/yr/yr"
|
||||
"github.com/pkg/browser"
|
||||
"github.com/spf13/cobra"
|
||||
|
|
|
@ -8,7 +8,7 @@ import (
|
|||
|
||||
"git.sr.ht/~timharek/yr/cmd/flags"
|
||||
"git.sr.ht/~timharek/yr/cmd/internal/ui/table"
|
||||
"git.sr.ht/~timharek/yr/internal/nominatim"
|
||||
"git.sr.ht/~timharek/yr/pkg/nominatim"
|
||||
"git.sr.ht/~timharek/yr/yr"
|
||||
"github.com/pkg/browser"
|
||||
"github.com/spf13/cobra"
|
||||
|
|
4
yr/yr.go
4
yr/yr.go
|
@ -6,8 +6,8 @@ import (
|
|||
"slices"
|
||||
"time"
|
||||
|
||||
"git.sr.ht/~timharek/yr/internal/met"
|
||||
"git.sr.ht/~timharek/yr/internal/nominatim"
|
||||
"git.sr.ht/~timharek/yr/pkg/met"
|
||||
"git.sr.ht/~timharek/yr/pkg/nominatim"
|
||||
"git.sr.ht/~timharek/yr/yr/direction"
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue