@@ -25,6 +25,7 @@ require (
25
25
github.com/jasonlvhit/gocron v0.0.1
26
26
github.com/mackerelio/go-osstat v0.2.4
27
27
github.com/shirou/gopsutil/v3 v3.23.7
28
+ gorm.io/driver/postgres v1.5.2
28
29
)
29
30
30
31
require (
@@ -36,7 +37,6 @@ require (
36
37
github.com/go-ole/go-ole v1.2.6 // indirect
37
38
github.com/go-sql-driver/mysql v1.7.0 // indirect
38
39
github.com/golang-jwt/jwt/v4 v4.0.0 // indirect
39
- github.com/jasonlvhit/gocron v0.0.1 // indirect
40
40
github.com/jackc/pgpassfile v1.0.0 // indirect
41
41
github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a // indirect
42
42
github.com/jackc/pgx/v5 v5.3.1 // indirect
@@ -61,11 +61,9 @@ require (
61
61
github.com/valyala/bytebufferpool v1.0.0 // indirect
62
62
github.com/valyala/fasthttp v1.45.0 // indirect
63
63
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
67
64
github.com/yusufpapurcu/wmi v1.2.3 // indirect
68
65
golang.org/x/sys v0.10.0 // indirect
66
+ golang.org/x/text v0.9.0 // indirect
69
67
modernc.org/libc v1.22.3 // indirect
70
68
modernc.org/mathutil v1.5.0 // indirect
71
69
modernc.org/memory v1.5.0 // indirect
0 commit comments