Skip to content

Commit

Permalink
deps: use golang.org/x/sync directly
Browse files Browse the repository at this point in the history
Signed-off-by: Yadong <ding_yadong@foxmail.com>
  • Loading branch information
Desiki-high committed May 25, 2023
1 parent c44454a commit 2528bc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ require (
github.com/sirupsen/logrus v1.9.0
github.com/stretchr/testify v1.8.2
github.com/urfave/cli/v2 v2.25.0
golang.org/x/sync v0.1.0
gopkg.in/yaml.v3 v3.0.1
)

Expand Down Expand Up @@ -95,7 +96,6 @@ require (
golang.org/x/crypto v0.6.0 // indirect
golang.org/x/mod v0.9.0 // indirect
golang.org/x/net v0.8.0 // indirect
golang.org/x/sync v0.1.0 // indirect
golang.org/x/sys v0.6.0 // indirect
golang.org/x/text v0.8.0 // indirect
golang.org/x/time v0.3.0 // indirect
Expand Down

0 comments on commit 2528bc6

Please sign in to comment.