@@ -33,7 +33,7 @@ import (
"time"
"gopkg.in/gin-contrib/cors.v1"
- "gopkg.in/gin-gonic/gin.v1"
+ "github.com/gin-gonic/gin"
)
func main() {
@@ -3,7 +3,7 @@ package cors
import (
"net/http"
type cors struct {
@@ -7,8 +7,8 @@ import (
"testing"
"github.com/stretchr/testify/assert"
func init() {
@@ -3,8 +3,8 @@ package main