aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-05-13 11:07:24 +0000
committerGitHub <noreply@github.com>2024-05-13 11:07:24 +0000
commit14f6bc1739c5c990060e81aec9c6eb7a130f00ff (patch)
tree43df5657592e2380092ee0b1723610980906847b /go.mod
parent1da647cdd448aba1fa84de7e3aa24c4d0eedfac3 (diff)
downloadx-14f6bc1739c5c990060e81aec9c6eb7a130f00ff.tar.xz
x-14f6bc1739c5c990060e81aec9c6eb7a130f00ff.zip
build(deps): bump golang.org/x/sync from 0.6.0 to 0.7.0 (#590)
* build(deps): bump golang.org/x/sync from 0.6.0 to 0.7.0 Bumps [golang.org/x/sync](https://github.com/golang/sync) from 0.6.0 to 0.7.0. - [Commits](https://github.com/golang/sync/compare/v0.6.0...v0.7.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> * Bump Go mod SRI --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mimi <mimi@xeserv.us>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod10
1 files changed, 5 insertions, 5 deletions
diff --git a/go.mod b/go.mod
index df11f41..ddc49ce 100644
--- a/go.mod
+++ b/go.mod
@@ -35,8 +35,10 @@ require (
github.com/lib/pq v1.10.9
github.com/mndrix/golog v0.0.0-20170330170653-a28e2a269775
github.com/mymmrac/telego v0.29.2
+ github.com/orandin/slog-gorm v1.3.2
github.com/otiai10/copy v1.14.0
github.com/peterh/liner v1.2.2
+ github.com/pires/go-proxyproto v0.7.0
github.com/pkg/errors v0.9.1
github.com/posener/complete v1.2.3
github.com/rodaine/table v1.1.1
@@ -52,8 +54,10 @@ require (
go4.org v0.0.0-20190313082347-94abd6928b1d
golang.org/x/crypto v0.21.0
golang.org/x/oauth2 v0.18.0
- golang.org/x/sync v0.6.0
+ golang.org/x/sync v0.7.0
google.golang.org/grpc v1.62.1
+ gorm.io/driver/sqlite v1.5.5
+ gorm.io/gorm v1.25.10
honnef.co/go/transmission v0.0.0-20200712215954-58262f0ca9c9
modernc.org/sqlite v1.29.5
nhooyr.io/websocket v1.8.10
@@ -133,8 +137,6 @@ require (
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/mitchellh/reflectwalk v1.0.2 // indirect
github.com/ncruces/go-strftime v0.1.9 // indirect
- github.com/orandin/slog-gorm v1.3.2 // indirect
- github.com/pires/go-proxyproto v0.7.0 // indirect
github.com/pjbgf/sha1cd v0.3.0 // indirect
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
github.com/safchain/ethtool v0.3.0 // indirect
@@ -163,8 +165,6 @@ require (
google.golang.org/genproto/googleapis/rpc v0.0.0-20240123012728-ef4313101c80 // indirect
gopkg.in/warnings.v0 v0.1.2 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
- gorm.io/driver/sqlite v1.5.5 // indirect
- gorm.io/gorm v1.25.10 // indirect
modernc.org/gc/v3 v3.0.0-20240107210532-573471604cb6 // indirect
modernc.org/libc v1.41.0 // indirect
modernc.org/mathutil v1.6.0 // indirect