File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,9 +10,9 @@ import (
1010
1111 "github.com/spf13/cobra"
1212
13- "sensepost .com/wpswag/internal/convert"
14- "sensepost .com/wpswag/internal/util"
15- "sensepost .com/wpswag/internal/wp"
13+ "github .com/m7medVision /wpswag/internal/convert"
14+ "github .com/m7medVision /wpswag/internal/util"
15+ "github .com/m7medVision /wpswag/internal/wp"
1616)
1717
1818var (
Original file line number Diff line number Diff line change 1- module sensepost .com/wpswag
1+ module github .com/m7medVision /wpswag
22
33go 1.25.1
44
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package convert
33import (
44 "strings"
55
6- "sensepost .com/wpswag/internal/oas"
6+ "github .com/m7medVision /wpswag/internal/oas"
77)
88
99// Builder incrementally builds an OpenAPI 3.0.3 spec from WordPress routes.
Original file line number Diff line number Diff line change @@ -10,9 +10,9 @@ import (
1010 "sync"
1111 "unicode"
1212
13- "sensepost .com/wpswag/internal/oas"
14- "sensepost .com/wpswag/internal/util"
15- "sensepost .com/wpswag/internal/wp"
13+ "github .com/m7medVision /wpswag/internal/oas"
14+ "github .com/m7medVision /wpswag/internal/util"
15+ "github .com/m7medVision /wpswag/internal/wp"
1616)
1717
1818type fetchFunc func (method , source string ) ([]byte , error )
Original file line number Diff line number Diff line change 66 "net/http"
77 "testing"
88
9- "sensepost .com/wpswag/internal/oas"
10- "sensepost .com/wpswag/internal/wp"
9+ "github .com/m7medVision /wpswag/internal/oas"
10+ "github .com/m7medVision /wpswag/internal/wp"
1111)
1212
1313func TestConvertUsesOptionsSchemaForTypedResponsesAndTags (t * testing.T ) {
Original file line number Diff line number Diff line change 11package main
22
3- import "sensepost .com/wpswag/cmd"
3+ import "github .com/m7medVision /wpswag/cmd"
44
55func main () {
66 cmd .Execute ()
You can’t perform that action at this time.
0 commit comments