Skip to content

Commit

Permalink
update gadgeto
Browse files Browse the repository at this point in the history
  • Loading branch information
ccfish86 committed Jun 14, 2024
1 parent 381cab9 commit 955ccdd
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion examples/market/router.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ import (
"reflect"
"strings"

"github.com/ccfish86/gadgeto/tonic"
"github.com/gin-contrib/cors"
"github.com/gin-gonic/gin"
"github.com/mcorbin/gadgeto/tonic"

"github.com/ccfish86/fizz/v2"
"github.com/ccfish86/fizz/v2/openapi"
Expand Down
2 changes: 1 addition & 1 deletion fizz.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ import (
"time"

"github.com/ccfish86/fizz/v2/openapi"
"github.com/ccfish86/gadgeto/tonic"
"github.com/gin-gonic/gin"
"github.com/mcorbin/gadgeto/tonic"
)

const ctxOpenAPIOperation = "_ctx_openapi_operation"
Expand Down
2 changes: 1 addition & 1 deletion fizz_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ import (
"testing"
"time"

"github.com/ccfish86/gadgeto/tonic"
"github.com/gin-gonic/gin"
"github.com/gofrs/uuid"
"github.com/mcorbin/gadgeto/tonic"
"github.com/stretchr/testify/assert"
"gopkg.in/yaml.v2"

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require (
github.com/gin-gonic/gin v1.8.1
github.com/gofrs/uuid v4.2.0+incompatible
github.com/juju/errors v0.0.0-20220622220526-54a94488269b
github.com/mcorbin/gadgeto v0.12.0
github.com/ccfish86/gadgeto v0.12.2
github.com/stretchr/testify v1.8.0
golang.org/x/text v0.3.7
gopkg.in/yaml.v2 v2.4.0
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
github.com/Pallinder/go-randomdata v1.2.0 h1:DZ41wBchNRb/0GfsePLiSwb0PHZmT67XY00lCDlaYPg=
github.com/Pallinder/go-randomdata v1.2.0/go.mod h1:yHmJgulpD2Nfrm0cR9tI/+oAgRqCQQixsA8HyRZfV9Y=
github.com/ccfish86/gadgeto v0.12.2 h1:I6lY0vGuCVKTMv+U2vbPuMX/Yk2X7oAByNeR+P5BlyA=
github.com/ccfish86/gadgeto v0.12.2/go.mod h1:qf5zz0MIAwxTkMZ3yvF+BLGLYvG643WItuXXu7reUUs=
github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E=
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
Expand Down
2 changes: 1 addition & 1 deletion openapi/generator.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ import (
"strconv"
"strings"

"github.com/ccfish86/gadgeto/tonic"
"github.com/gofrs/uuid"
"github.com/mcorbin/gadgeto/tonic"
)

const (
Expand Down
2 changes: 1 addition & 1 deletion openapi/generator_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
"time"

"github.com/Pallinder/go-randomdata"
"github.com/mcorbin/gadgeto/tonic"
"github.com/ccfish86/gadgeto/tonic"
"github.com/stretchr/testify/assert"
)

Expand Down
2 changes: 1 addition & 1 deletion openapi/validation_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"io/ioutil"
"testing"

"github.com/mcorbin/gadgeto/tonic"
"github.com/ccfish86/gadgeto/tonic"
"github.com/stretchr/testify/assert"
)

Expand Down

0 comments on commit 955ccdd

Please sign in to comment.