Skip to content

Commit

Permalink
Bump golang.org/x/sync from 0.3.0 to 0.4.0
Browse files Browse the repository at this point in the history
Bumps [golang.org/x/sync](https://github.com/golang/sync) from 0.3.0 to 0.4.0.
- [Commits](golang/sync@v0.3.0...v0.4.0)

---
updated-dependencies:
- dependency-name: golang.org/x/sync
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Oct 5, 2023
1 parent 100fc47 commit 97dc9c4
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 41 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ module github.com/starskim/DDBOT
go 1.20

require (
dario.cat/mergo v1.0.0
github.com/Jeffail/gabs/v2 v2.7.0
github.com/Mrs4s/MiraiGo v0.0.0-20230823050531-a8213e127b2b
github.com/PuerkitoBio/goquery v1.8.1
Expand All @@ -18,7 +19,6 @@ require (
github.com/guonaihong/gout v0.3.8
github.com/hashicorp/golang-lru v1.0.2
github.com/huandu/xstrings v1.4.0
dario.cat/mergo v1.0.0
github.com/json-iterator/go v1.1.12
github.com/lestrrat-go/file-rotatelogs v2.4.0+incompatible
github.com/mitchellh/copystructure v1.2.0
Expand All @@ -36,7 +36,7 @@ require (
github.com/tidwall/buntdb v1.3.0
github.com/tidwall/gjson v1.17.0
go.uber.org/atomic v1.11.0
golang.org/x/sync v0.3.0
golang.org/x/sync v0.4.0
google.golang.org/protobuf v1.31.0
)

Expand Down
Loading

0 comments on commit 97dc9c4

Please sign in to comment.