File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55package main
66
77import (
8- "github.com/ozgen /gvm-openapi-emulator/config"
9- "github.com/ozgen /gvm-openapi-emulator/internal/server"
10- "github.com/ozgen /gvm-openapi-emulator/logger"
8+ "github.com/greenbone /gvm-openapi-emulator/config"
9+ "github.com/greenbone /gvm-openapi-emulator/internal/server"
10+ "github.com/greenbone /gvm-openapi-emulator/logger"
1111)
1212
1313func main () {
Original file line number Diff line number Diff line change 55package config
66
77import (
8+ "github.com/greenbone/gvm-openapi-emulator/utils"
89 "github.com/joho/godotenv"
9- "github.com/ozgen/gvm-openapi-emulator/utils"
1010)
1111
1212type RunningEnv string
Original file line number Diff line number Diff line change 1- module github.com/ozgen /gvm-openapi-emulator
1+ module github.com/greenbone /gvm-openapi-emulator
22
33go 1.24.0
44
Original file line number Diff line number Diff line change 44
55package samples
66
7- import "github.com/ozgen /gvm-openapi-emulator/config"
7+ import "github.com/greenbone /gvm-openapi-emulator/config"
88
99type Envelope struct {
1010 Status int `json:"status"`
Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ import (
1111 "path/filepath"
1212 "strings"
1313
14- "github.com/ozgen /gvm-openapi-emulator/utils"
14+ "github.com/greenbone /gvm-openapi-emulator/utils"
1515 "github.com/sirupsen/logrus"
1616
17- "github.com/ozgen /gvm-openapi-emulator/config"
17+ "github.com/greenbone /gvm-openapi-emulator/config"
1818)
1919
2020type SampleProvider struct {
Original file line number Diff line number Diff line change 99 "path/filepath"
1010 "testing"
1111
12- "github.com/ozgen /gvm-openapi-emulator/logger"
12+ "github.com/greenbone /gvm-openapi-emulator/logger"
1313
14- "github.com/ozgen /gvm-openapi-emulator/config"
14+ "github.com/greenbone /gvm-openapi-emulator/config"
1515 "github.com/stretchr/testify/mock"
1616 "github.com/stretchr/testify/require"
1717)
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import (
1313 "sync"
1414 "time"
1515
16- "github.com/ozgen /gvm-openapi-emulator/logger"
16+ "github.com/greenbone /gvm-openapi-emulator/logger"
1717 "github.com/sirupsen/logrus"
1818)
1919
Original file line number Diff line number Diff line change @@ -10,11 +10,11 @@ import (
1010 "strings"
1111 "time"
1212
13- "github.com/ozgen /gvm-openapi-emulator/config"
14- "github.com/ozgen /gvm-openapi-emulator/internal/openapi"
15- "github.com/ozgen /gvm-openapi-emulator/internal/samples"
16- "github.com/ozgen /gvm-openapi-emulator/logger"
17- "github.com/ozgen /gvm-openapi-emulator/utils"
13+ "github.com/greenbone /gvm-openapi-emulator/config"
14+ "github.com/greenbone /gvm-openapi-emulator/internal/openapi"
15+ "github.com/greenbone /gvm-openapi-emulator/internal/samples"
16+ "github.com/greenbone /gvm-openapi-emulator/logger"
17+ "github.com/greenbone /gvm-openapi-emulator/utils"
1818 "github.com/sirupsen/logrus"
1919)
2020
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import (
1313 "strings"
1414 "testing"
1515
16- "github.com/ozgen /gvm-openapi-emulator/config"
16+ "github.com/greenbone /gvm-openapi-emulator/config"
1717)
1818
1919func TestNew_LoadsSpecAndBuildsRoutes (t * testing.T ) {
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import (
1111 "sort"
1212 "strings"
1313
14- "github.com/ozgen /gvm-openapi-emulator/config"
14+ "github.com/greenbone /gvm-openapi-emulator/config"
1515
1616 "github.com/sirupsen/logrus"
1717)
You can’t perform that action at this time.
0 commit comments