Compare commits

..

2 Commits

Author SHA1 Message Date
9e4421d8f8 Add go workspace file
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2023-09-26 15:39:21 -07:00
25eb677f7a Fix Go module name 2023-09-26 15:38:44 -07:00
3 changed files with 10 additions and 7 deletions

View File

@ -23,8 +23,8 @@ import (
"io" "io"
"github.com/twitchtv/twirp" "github.com/twitchtv/twirp"
"go.elara.ws/lure-web/lure-backend/internal/api"
"go.elara.ws/logger/log" "go.elara.ws/logger/log"
"go.elara.ws/lure-web/backend/internal/api"
"go.elara.ws/lure/pkg/search" "go.elara.ws/lure/pkg/search"
"golang.org/x/text/language" "golang.org/x/text/language"
) )

View File

@ -28,10 +28,10 @@ import (
"github.com/go-chi/chi/v5" "github.com/go-chi/chi/v5"
"github.com/twitchtv/twirp" "github.com/twitchtv/twirp"
"go.elara.ws/logger" "go.elara.ws/logger"
"go.elara.ws/lure-web/lure-backend/internal/api"
"go.elara.ws/logger/log" "go.elara.ws/logger/log"
"go.elara.ws/lure/pkg/repos" "go.elara.ws/lure-web/backend/internal/api"
lurelog "go.elara.ws/lure/pkg/log" lurelog "go.elara.ws/lure/pkg/log"
"go.elara.ws/lure/pkg/repos"
) )
func init() { func init() {

3
go.work Normal file
View File

@ -0,0 +1,3 @@
go 1.21.1
use ./backend