Skip to content

Commit 937bfa8

Browse files
committed
chore: cleanup
1 parent 28742db commit 937bfa8

4 files changed

Lines changed: 2 additions & 5 deletions

File tree

cmd/cloudx/oauth2/client_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
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"

cmd/cloudx/proxy/helpers.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

go.mod

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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

go.sum

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -260,8 +260,6 @@ github.com/gofrs/flock v0.13.0/go.mod h1:jxeyy9R1auM5S6JYDBhDt+E2TCo7DkratH4Pgi8
260260
github.com/gofrs/uuid v4.2.0+incompatible/go.mod h1:b2aQJv3Z4Fp6yNu3cdSllBxTCLRxnplIgP/c0N/04lM=
261261
github.com/gofrs/uuid v4.4.0+incompatible h1:3qXRTX8/NbyulANqlc0lchS1gqAVxRgsuW1YrTJupqA=
262262
github.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=
265263
github.com/gogo/googleapis v1.4.1 h1:1Yx4Myt7BxzvUr5ldGSbwYiZG6t9wGBZ+8/fX3Wvtq0=
266264
github.com/gogo/googleapis v1.4.1/go.mod h1:2lpHqI5OcWCtVElxXnPt+s8oJvMpySlOyM6xDCrzib4=
267265
github.com/gogo/protobuf v1.3.2 h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q=

0 commit comments

Comments
 (0)