rename
This commit is contained in:
+2
-2
@@ -42,8 +42,8 @@ import (
|
||||
"net/http"
|
||||
"time"
|
||||
|
||||
"gitverse.ru/andoma/gin-contrib/requestid"
|
||||
"gitverse.ru/andoma/gin"
|
||||
"git.company.lan/gopkg/gin-contrib/requestid"
|
||||
"git.company.lan/gopkg/gin"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
package requestid
|
||||
|
||||
import (
|
||||
"gitverse.ru/andoma/gin"
|
||||
"git.company.lan/gopkg/gin"
|
||||
)
|
||||
|
||||
// Option for queue system
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
package requestid
|
||||
|
||||
import (
|
||||
"git.company.lan/gopkg/gin"
|
||||
"github.com/google/uuid"
|
||||
"gitverse.ru/andoma/gin"
|
||||
)
|
||||
|
||||
const defaultHeaderKey = "X-Request-ID"
|
||||
|
||||
@@ -6,8 +6,8 @@ import (
|
||||
"net/http/httptest"
|
||||
"testing"
|
||||
|
||||
"git.company.lan/gopkg/gin"
|
||||
"github.com/stretchr/testify/assert"
|
||||
"gitverse.ru/andoma/gin"
|
||||
)
|
||||
|
||||
const testXRequestID = "test-request-id"
|
||||
|
||||
Reference in New Issue
Block a user