aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 3841aeeb..97f327a1 100644
--- a/go.mod
+++ b/go.mod
@@ -3,7 +3,7 @@ module gogs.io/gogs
go 1.18
require (
- github.com/Masterminds/semver/v3 v3.1.1
+ github.com/Masterminds/semver/v3 v3.2.0
github.com/derision-test/go-mockgen v1.3.7
github.com/editorconfig/editorconfig-core-go/v2 v2.5.1
github.com/go-ldap/ldap/v3 v3.4.4