File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 "fmt"
99 "testing"
1010
11- "github.com/gofrs/uuid/v3 "
11+ "github.com/gofrs/uuid"
1212 "github.com/stretchr/testify/assert"
1313 "github.com/stretchr/testify/require"
1414 "github.com/tidwall/gjson"
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ import (
2626
2727 "github.com/go-jose/go-jose/v3"
2828 "github.com/go-jose/go-jose/v3/jwt"
29- "github.com/gofrs/uuid/v3 "
29+ "github.com/gofrs/uuid"
3030 "github.com/hashicorp/go-retryablehttp"
3131 "github.com/pkg/errors"
3232 "github.com/rs/cors"
Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ require (
1313 github.com/ghodss/yaml v1.0.0
1414 github.com/go-jose/go-jose/v3 v3.0.5
1515 github.com/gofrs/uuid v4.4.0+incompatible
16- github.com/gofrs/uuid/v3 v3.1.2
1716 github.com/gomarkdown/markdown v0.0.0-20240730141124-034f12af3bf6
1817 github.com/hashicorp/go-retryablehttp v0.7.8
1918 github.com/ory/client-go v1.22.41
Original file line number Diff line number Diff line change @@ -260,8 +260,6 @@ github.com/gofrs/flock v0.13.0/go.mod h1:jxeyy9R1auM5S6JYDBhDt+E2TCo7DkratH4Pgi8
260260github.com/gofrs/uuid v4.2.0+incompatible /go.mod h1:b2aQJv3Z4Fp6yNu3cdSllBxTCLRxnplIgP/c0N/04lM =
261261github.com/gofrs/uuid v4.4.0+incompatible h1:3qXRTX8/NbyulANqlc0lchS1gqAVxRgsuW1YrTJupqA =
262262github.com/gofrs/uuid v4.4.0+incompatible /go.mod h1:b2aQJv3Z4Fp6yNu3cdSllBxTCLRxnplIgP/c0N/04lM =
263- github.com/gofrs/uuid/v3 v3.1.2 h1:V3IBv1oU82x6YIr5txe3azVHgmOKYdyKQTowm9moBlY =
264- github.com/gofrs/uuid/v3 v3.1.2 /go.mod h1:xPwMqoocQ1L5G6pXX5BcE7N5jlzn2o19oqAKxwZW/kI =
265263github.com/gogo/googleapis v1.4.1 h1:1Yx4Myt7BxzvUr5ldGSbwYiZG6t9wGBZ+8/fX3Wvtq0 =
266264github.com/gogo/googleapis v1.4.1 /go.mod h1:2lpHqI5OcWCtVElxXnPt+s8oJvMpySlOyM6xDCrzib4 =
267265github.com/gogo/protobuf v1.3.2 h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q =
You can’t perform that action at this time.
0 commit comments