simplified concurrent querying

This commit is contained in:
Yosyp Buchma 2023-09-19 20:56:54 +03:00
parent ffabf8b26e
commit f472becd89
3 changed files with 16 additions and 36 deletions

1
go.mod
View file

@ -18,5 +18,6 @@ require (
github.com/shopspring/decimal v1.3.1
github.com/stretchr/testify v1.8.2
github.com/volatiletech/null/v8 v8.1.2
golang.org/x/sync v0.3.0
gopkg.in/guregu/null.v4 v4.0.0
)