Attempt to fix packages

This commit is contained in:
Neale Pickett 2023-04-11 17:56:59 -06:00
parent 67e8dda39d
commit d2971ee740
8 changed files with 8 additions and 8 deletions

View File

@ -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

View File

@ -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

View File

@ -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.

View File

@ -14,7 +14,7 @@ import (
"sync"
"time"
"github.com/dirtbags/moth/pkg/award"
"github.com/dirtbags/moth/v4/pkg/award"
"github.com/spf13/afero"
)

View File

@ -7,7 +7,7 @@ import (
"log"
"time"
"github.com/dirtbags/moth/pkg/transpile"
"github.com/dirtbags/moth/v4/pkg/transpile"
"github.com/spf13/afero"
)

View File

@ -9,7 +9,7 @@ import (
"os"
"sort"
"github.com/dirtbags/moth/pkg/transpile"
"github.com/dirtbags/moth/v4/pkg/transpile"
"github.com/spf13/afero"
)

View File

@ -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
View File

@ -1,4 +1,4 @@
module github.com/dirtbags/moth
module github.com/dirtbags/moth/v4
go 1.13