updated deps

This commit is contained in:
2021-12-15 17:01:47 +01:00
parent e6490be8bd
commit 1872cbf791
2 changed files with 19 additions and 38 deletions

8
go.mod
View File

@@ -4,7 +4,7 @@ go 1.17
require (
entgo.io/ent v0.9.1
github.com/an0nfunc/go-steam/v3 v3.0.2
github.com/an0nfunc/go-steam/v3 v3.0.3
github.com/an0nfunc/go-steamapi v1.1.0
github.com/go-redis/cache/v8 v8.4.3
github.com/go-redis/redis/v8 v8.11.4
@@ -44,9 +44,9 @@ require (
github.com/vmihailenco/go-tinylfu v0.2.2 // indirect
github.com/vmihailenco/msgpack/v5 v5.3.5 // indirect
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
golang.org/x/crypto v0.0.0-20211202192323-5770296d904e // indirect
golang.org/x/exp v0.0.0-20211129234152-8a230f1f7d7a // indirect
golang.org/x/crypto v0.0.0-20211209193657-4570a0811e8b // indirect
golang.org/x/exp v0.0.0-20211214223157-bafe2e20209a // indirect
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
golang.org/x/sys v0.0.0-20211124211545-fe61309f8881 // indirect
golang.org/x/sys v0.0.0-20211214234402-4825e8c3871d // indirect
golang.org/x/text v0.3.7 // indirect
)