[feat] 重新梳理依赖
This commit is contained in:
@@ -3,23 +3,26 @@ module git.fsdpf.net/go/contracts
|
||||
go 1.21
|
||||
|
||||
require (
|
||||
git.fsdpf.net/go/db v0.0.0-20230621051209-5740d112407f
|
||||
github.com/go-chi/chi/v5 v5.0.10
|
||||
git.fsdpf.net/go/condition v0.0.0-20240509034445-afc243ea916e
|
||||
git.fsdpf.net/go/db v0.0.0-20230731125324-11651ea6640b
|
||||
github.com/go-chi/chi/v5 v5.0.12
|
||||
github.com/golang/protobuf v1.5.2
|
||||
github.com/google/uuid v1.3.0
|
||||
github.com/gorilla/websocket v1.5.0
|
||||
github.com/jhump/protoreflect v1.15.1
|
||||
github.com/lestrrat-go/jwx v1.2.25
|
||||
github.com/samber/do v1.6.0
|
||||
github.com/samber/lo v1.38.1
|
||||
github.com/spf13/cast v1.5.0
|
||||
github.com/samber/lo v1.39.0
|
||||
github.com/spf13/cast v1.6.0
|
||||
github.com/spf13/viper v1.15.0
|
||||
github.com/tidwall/gjson v1.14.4
|
||||
github.com/tidwall/gjson v1.17.1
|
||||
github.com/tidwall/sjson v1.2.5
|
||||
google.golang.org/grpc v1.52.0
|
||||
)
|
||||
|
||||
require (
|
||||
git.fsdpf.net/go/req v0.0.0-20240509034400-4ef8c130a758 // indirect
|
||||
git.fsdpf.net/go/utils v0.0.0-20240509025914-c03a9cb48aff // indirect
|
||||
github.com/bufbuild/protocompile v0.4.0 // indirect
|
||||
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.0-20210816181553-5444fa50b93d // indirect
|
||||
github.com/fsnotify/fsnotify v1.6.0 // indirect
|
||||
|
||||
Reference in New Issue
Block a user