Skip to content

Commit dd1f43e

Browse files
committed
fix: upgrade dependencies
1 parent 3288445 commit dd1f43e

2 files changed

Lines changed: 26 additions & 135 deletions

File tree

go.mod

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,35 +3,32 @@ module github.com/fasthttp/session/v2
33
go 1.17
44

55
require (
6-
github.com/bradfitz/gomemcache v0.0.0-20230124162541-5f7a7d875746
6+
github.com/bradfitz/gomemcache v0.0.0-20230611145640-acc696258285
77
github.com/go-redis/redis/v8 v8.11.5
88
github.com/go-sql-driver/mysql v1.7.1
99
github.com/lib/pq v1.10.9
10-
github.com/mattn/go-sqlite3 v1.14.16
11-
github.com/redis/go-redis/v9 v9.0.4
10+
github.com/mattn/go-sqlite3 v1.14.17
11+
github.com/redis/go-redis/v9 v9.0.5
1212
github.com/savsgio/gotils v0.0.0-20230208104028-c358bd845dee
1313
github.com/tinylib/msgp v1.1.8
1414
github.com/valyala/bytebufferpool v1.0.0
15-
github.com/valyala/fasthttp v1.47.0
16-
go.mongodb.org/mongo-driver v1.11.6
15+
github.com/valyala/fasthttp v1.48.0
16+
go.mongodb.org/mongo-driver v1.12.0
1717
)
1818

1919
require (
2020
github.com/andybalholm/brotli v1.0.5 // indirect
2121
github.com/cespare/xxhash/v2 v2.2.0 // indirect
2222
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
2323
github.com/golang/snappy v0.0.1 // indirect
24-
github.com/google/go-cmp v0.5.5 // indirect
25-
github.com/klauspost/compress v1.16.5 // indirect
24+
github.com/klauspost/compress v1.16.3 // indirect
2625
github.com/montanaflynn/stats v0.0.0-20171201202039-1bf9dbcd8cbe // indirect
2726
github.com/philhofer/fwd v1.1.2 // indirect
28-
github.com/pkg/errors v0.9.1 // indirect
2927
github.com/xdg-go/pbkdf2 v1.0.0 // indirect
30-
github.com/xdg-go/scram v1.1.1 // indirect
31-
github.com/xdg-go/stringprep v1.0.3 // indirect
28+
github.com/xdg-go/scram v1.1.2 // indirect
29+
github.com/xdg-go/stringprep v1.0.4 // indirect
3230
github.com/youmark/pkcs8 v0.0.0-20181117223130-1be2e3e5546d // indirect
3331
golang.org/x/crypto v0.7.0 // indirect
3432
golang.org/x/sync v0.1.0 // indirect
3533
golang.org/x/text v0.8.0 // indirect
36-
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
3734
)

0 commit comments

Comments
 (0)