We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6158c3 commit da104f2Copy full SHA for da104f2
go.mod
@@ -1,6 +1,9 @@
1
module github.com/mycontroller-org/server/v2
2
3
-go 1.23
+go 1.23.0
4
+
5
+toolchain go1.23.7
6
7
require (
8
github.com/Masterminds/semver/v3 v3.2.1
9
github.com/NYTimes/gziphandler v1.1.1
0 commit comments