Skip to content

Commit

Permalink
head version
Browse files Browse the repository at this point in the history
  • Loading branch information
tmaa0019 committed Sep 20, 2024
1 parent cb29d8a commit f58678a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ require (
github.com/go-redis/redis/v8 v8.11.5
github.com/golang-jwt/jwt/v4 v4.5.0
github.com/natefinch/lumberjack v2.0.0+incompatible
github.com/rogpeppe/go-internal v1.9.0
github.com/spf13/viper v1.19.0
go.uber.org/zap v1.21.0
gorm.io/driver/mysql v1.5.7
Expand Down
2 changes: 1 addition & 1 deletion pkg/rediscache/cache_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"context"
"fmt"
"github.com/caohui123/goweb/pkg/config"
cache "github.com/caohui123/goweb/pkg/rediscache"
"github.com/go-redis/cache/v8"
"os"
"testing"
"time"
Expand Down
2 changes: 1 addition & 1 deletion pkg/rediscache/redis.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ package rediscache
import (
"context"
"github.com/caohui123/goweb/pkg/config"
"github.com/go-redis/cache/v8"
"github.com/go-redis/redis/v8"
"github.com/rogpeppe/go-internal/cache"
"time"
)

Expand Down

0 comments on commit f58678a

Please sign in to comment.