Skip to content

Commit ac02eed

Browse files
committed
Merge remote-tracking branch 'refs/remotes/origin/demo' into demo
2 parents 3106489 + 1868aa5 commit ac02eed

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

server/go.mod

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ require (
2525
github.com/jasonlvhit/gocron v0.0.1
2626
github.com/mackerelio/go-osstat v0.2.4
2727
github.com/shirou/gopsutil/v3 v3.23.7
28+
gorm.io/driver/postgres v1.5.2
2829
)
2930

3031
require (
@@ -36,7 +37,6 @@ require (
3637
github.com/go-ole/go-ole v1.2.6 // indirect
3738
github.com/go-sql-driver/mysql v1.7.0 // indirect
3839
github.com/golang-jwt/jwt/v4 v4.0.0 // indirect
39-
github.com/jasonlvhit/gocron v0.0.1 // indirect
4040
github.com/jackc/pgpassfile v1.0.0 // indirect
4141
github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a // indirect
4242
github.com/jackc/pgx/v5 v5.3.1 // indirect
@@ -61,11 +61,9 @@ require (
6161
github.com/valyala/bytebufferpool v1.0.0 // indirect
6262
github.com/valyala/fasthttp v1.45.0 // indirect
6363
github.com/valyala/tcplisten v1.0.0 // indirect
64-
golang.org/x/sys v0.7.0 // indirect
65-
golang.org/x/text v0.9.0 // indirect
66-
gorm.io/driver/postgres v1.5.2 // indirect
6764
github.com/yusufpapurcu/wmi v1.2.3 // indirect
6865
golang.org/x/sys v0.10.0 // indirect
66+
golang.org/x/text v0.9.0 // indirect
6967
modernc.org/libc v1.22.3 // indirect
7068
modernc.org/mathutil v1.5.0 // indirect
7169
modernc.org/memory v1.5.0 // indirect

server/pkg/middleware/jwt.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import (
66

77
"github.com/cirnum/loadtester/server/app/utils"
88
"github.com/cirnum/loadtester/server/pkg/configs"
9-
"github.com/dgrijalva/jwt-go"
109
"github.com/gofiber/fiber/v2"
1110
)
1211

0 commit comments

Comments
 (0)