Skip to content

Commit

Permalink
Bump sync and sys
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Weaver <[email protected]>
  • Loading branch information
alexweav committed Oct 4, 2023
1 parent 7c41a47 commit f4e540f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ require (
go.uber.org/atomic v1.11.0
golang.org/x/mod v0.12.0
golang.org/x/net v0.15.0
golang.org/x/sync v0.1.0
golang.org/x/sync v0.3.0
golang.org/x/text v0.13.0
golang.org/x/tools v0.13.0
gopkg.in/telebot.v3 v3.1.3
Expand Down Expand Up @@ -87,7 +87,7 @@ require (
go.opentelemetry.io/otel/trace v1.14.0 // indirect
golang.org/x/crypto v0.13.0 // indirect
golang.org/x/oauth2 v0.8.0 // indirect
golang.org/x/sys v0.8.0 // indirect
golang.org/x/sys v0.12.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/protobuf v1.30.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
Expand Down

0 comments on commit f4e540f

Please sign in to comment.