mirror of
https://github.com/dirtbags/moth.git
synced 2025-01-14 10:55:18 -07:00
Attempt to fix packages
This commit is contained in:
parent
67e8dda39d
commit
d2971ee740
8 changed files with 8 additions and 8 deletions
|
@ -8,7 +8,7 @@ import (
|
|||
"strings"
|
||||
"time"
|
||||
|
||||
"github.com/dirtbags/moth/pkg/jsend"
|
||||
"github.com/dirtbags/moth/v4/pkg/jsend"
|
||||
)
|
||||
|
||||
// HTTPServer is a MOTH HTTP server
|
||||
|
|
|
@ -15,7 +15,7 @@ import (
|
|||
"strings"
|
||||
"time"
|
||||
|
||||
"github.com/dirtbags/moth/pkg/transpile"
|
||||
"github.com/dirtbags/moth/v4/pkg/transpile"
|
||||
)
|
||||
|
||||
// ProviderCommand specifies a command to run for the puzzle API
|
||||
|
|
|
@ -6,7 +6,7 @@ import (
|
|||
"strconv"
|
||||
"time"
|
||||
|
||||
"github.com/dirtbags/moth/pkg/award"
|
||||
"github.com/dirtbags/moth/v4/pkg/award"
|
||||
)
|
||||
|
||||
// Category represents a puzzle category.
|
||||
|
|
|
@ -14,7 +14,7 @@ import (
|
|||
"sync"
|
||||
"time"
|
||||
|
||||
"github.com/dirtbags/moth/pkg/award"
|
||||
"github.com/dirtbags/moth/v4/pkg/award"
|
||||
"github.com/spf13/afero"
|
||||
)
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ import (
|
|||
"log"
|
||||
"time"
|
||||
|
||||
"github.com/dirtbags/moth/pkg/transpile"
|
||||
"github.com/dirtbags/moth/v4/pkg/transpile"
|
||||
"github.com/spf13/afero"
|
||||
)
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@ import (
|
|||
"os"
|
||||
"sort"
|
||||
|
||||
"github.com/dirtbags/moth/pkg/transpile"
|
||||
"github.com/dirtbags/moth/v4/pkg/transpile"
|
||||
|
||||
"github.com/spf13/afero"
|
||||
)
|
||||
|
|
|
@ -10,7 +10,7 @@ import (
|
|||
"strings"
|
||||
"testing"
|
||||
|
||||
"github.com/dirtbags/moth/pkg/transpile"
|
||||
"github.com/dirtbags/moth/v4/pkg/transpile"
|
||||
"github.com/spf13/afero"
|
||||
)
|
||||
|
||||
|
|
2
go.mod
2
go.mod
|
@ -1,4 +1,4 @@
|
|||
module github.com/dirtbags/moth
|
||||
module github.com/dirtbags/moth/v4
|
||||
|
||||
go 1.13
|
||||
|
||||
|
|
Loading…
Reference in a new issue