Skip to content

Commit

Permalink
we don't need it
Browse files Browse the repository at this point in the history
  • Loading branch information
wass3rw3rk committed Jun 10, 2024
1 parent dd10e59 commit b74b025
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ require (
github.com/drone/envsubst v1.0.3
github.com/ghodss/yaml v1.0.0
github.com/gin-gonic/gin v1.10.0
github.com/go-jose/go-jose/v4 v4.0.1
github.com/go-playground/assert/v2 v2.2.0
github.com/go-vela/types v0.24.0-rc1
github.com/golang-jwt/jwt/v5 v5.2.1
Expand Down Expand Up @@ -67,6 +66,7 @@ require (
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
github.com/gabriel-vasile/mimetype v1.4.3 // indirect
github.com/gin-contrib/sse v0.1.0 // indirect
github.com/go-jose/go-jose/v4 v4.0.1 // indirect
github.com/go-logr/logr v1.4.1 // indirect
github.com/go-playground/locales v0.14.1 // indirect
github.com/go-playground/universal-translator v0.18.1 // indirect
Expand Down
3 changes: 1 addition & 2 deletions queue/redis/length_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,10 @@ package redis

import (
"context"
"encoding/json"
"reflect"
"testing"

"github.com/go-jose/go-jose/v4/json"

"github.com/go-vela/server/queue/models"
)

Expand Down
2 changes: 1 addition & 1 deletion queue/redis/pop_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ package redis

import (
"context"
"encoding/json"
"testing"
"time"

"github.com/go-jose/go-jose/v4/json"
"github.com/google/go-cmp/cmp"
"golang.org/x/crypto/nacl/sign"

Expand Down

0 comments on commit b74b025

Please sign in to comment.