Skip to content

Commit 8d76053

Browse files
committed
samber/lo
1 parent 1f6bfc1 commit 8d76053

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

go.mod

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ require (
1414
github.com/urfave/cli v1.22.9
1515
go.mongodb.org/mongo-driver v1.10.2
1616
golang.org/x/exp v0.0.0-20230321023759-10a507213a29
17-
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
17+
golang.org/x/sync v0.7.0
1818
gopkg.in/natefinch/lumberjack.v2 v2.0.0
1919
)
2020

@@ -41,6 +41,7 @@ require (
4141
github.com/pelletier/go-toml/v2 v2.0.1 // indirect
4242
github.com/pmezard/go-difflib v1.0.0 // indirect
4343
github.com/russross/blackfriday/v2 v2.1.0 // indirect
44+
github.com/samber/lo v1.47.0 // indirect
4445
github.com/ugorji/go/codec v1.2.7 // indirect
4546
github.com/xdg-go/pbkdf2 v1.0.0 // indirect
4647
github.com/xdg-go/scram v1.1.1 // indirect
@@ -49,7 +50,7 @@ require (
4950
golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d // indirect
5051
golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2 // indirect
5152
golang.org/x/sys v0.1.0 // indirect
52-
golang.org/x/text v0.3.7 // indirect
53+
golang.org/x/text v0.16.0 // indirect
5354
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
5455
google.golang.org/protobuf v1.28.0 // indirect
5556
gopkg.in/yaml.v2 v2.4.0 // indirect

0 commit comments

Comments
 (0)