build(deps):调整、清理依赖库。
This commit is contained in:
parent
62473399f6
commit
b57b5061a9
2
go.mod
2
go.mod
|
@ -7,6 +7,7 @@ require (
|
|||
github.com/go-redis/redis/v8 v8.11.5
|
||||
github.com/google/uuid v1.3.0
|
||||
github.com/jackc/pgx/v5 v5.0.0-beta.1
|
||||
github.com/liamylian/jsontime/v2 v2.0.0
|
||||
github.com/shopspring/decimal v1.3.1
|
||||
github.com/spf13/viper v1.12.0
|
||||
github.com/vmihailenco/msgpack/v5 v5.3.5
|
||||
|
@ -29,7 +30,6 @@ require (
|
|||
github.com/jackc/pgservicefile v0.0.0-20200714003250-2b9c44734f2b // indirect
|
||||
github.com/json-iterator/go v1.1.12 // indirect
|
||||
github.com/leodido/go-urn v1.2.1 // indirect
|
||||
github.com/liamylian/jsontime/v2 v2.0.0 // indirect
|
||||
github.com/magiconair/properties v1.8.6 // indirect
|
||||
github.com/mattn/go-isatty v0.0.14 // indirect
|
||||
github.com/mitchellh/mapstructure v1.5.0 // indirect
|
||||
|
|
Loading…
Reference in New Issue
Block a user