transaction
... | ... | @@ -11,6 +11,7 @@ require ( |
github.com/google/uuid v1.6.0 | ||
github.com/jackc/pgx/v5 v5.7.5 | ||
github.com/patrickmn/go-cache v2.1.0+incompatible | ||
github.com/pkg/errors v0.9.1 | ||
golang.org/x/exp v0.0.0-20250718183923-645b1fa84792 | ||
golang.org/x/sync v0.16.0 | ||
) | ||
... | ... | @@ -40,11 +41,11 @@ require ( |
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect | ||
github.com/ugorji/go/codec v1.3.0 // indirect | ||
go.uber.org/atomic v1.11.0 // indirect | ||
golang.org/x/arch v0.19.0 // indirect | ||
golang.org/x/crypto v0.40.0 // indirect | ||
golang.org/x/net v0.42.0 // indirect | ||
golang.org/x/sys v0.34.0 // indirect | ||
golang.org/x/text v0.27.0 // indirect | ||
google.golang.org/protobuf v1.36.6 // indirect | ||
golang.org/x/arch v0.20.0 // indirect | ||
golang.org/x/crypto v0.41.0 // indirect | ||
golang.org/x/net v0.43.0 // indirect | ||
golang.org/x/sys v0.35.0 // indirect | ||
golang.org/x/text v0.28.0 // indirect | ||
google.golang.org/protobuf v1.36.7 // indirect | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
) |
zdb/tx.go
0 → 100644
Please register or sign in to comment