Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorGitLab Renovate Bot <gitlab-bot@gitlab.com>2023-05-11 02:22:39 +0300
committerGitLab Renovate Bot <gitlab-bot@gitlab.com>2023-05-11 02:22:39 +0300
commitfb4ff5f18496b2bb6fc306bc93d01d0c27f29eb8 (patch)
treea0f7e8d047b4f8c4f73c33251f00cf5a42a96319 /go.mod
parentff96c9cf394813bb54b9d20ccffd65f99ef18e48 (diff)
go: Update module github.com/beevik/ntp to v0.3.2
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod6
1 files changed, 3 insertions, 3 deletions
diff --git a/go.mod b/go.mod
index ac4b5a6cf..94d4d2bbd 100644
--- a/go.mod
+++ b/go.mod
@@ -7,7 +7,7 @@ replace github.com/go-enry/go-license-detector/v4 => github.com/gl-gitaly/go-lic
require (
github.com/ProtonMail/go-crypto v0.0.0-20230426101702-58e86b294756
- github.com/beevik/ntp v0.3.0
+ github.com/beevik/ntp v0.3.2
github.com/cloudflare/tableflip v1.2.3
github.com/containerd/cgroups v1.1.0
github.com/dgraph-io/badger/v3 v3.2103.5
@@ -188,9 +188,9 @@ require (
go.uber.org/atomic v1.10.0 // indirect
golang.org/x/crypto v0.7.0 // indirect
golang.org/x/mod v0.8.0 // indirect
- golang.org/x/net v0.8.0 // indirect
+ golang.org/x/net v0.9.0 // indirect
golang.org/x/oauth2 v0.5.0 // indirect
- golang.org/x/text v0.8.0 // indirect
+ golang.org/x/text v0.9.0 // indirect
golang.org/x/tools v0.6.0 // indirect
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
gonum.org/v1/gonum v0.8.2 // indirect