We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 833052b commit 85e45deCopy full SHA for 85e45de
examples/gin-server/go.mod
@@ -4,4 +4,7 @@ go 1.16
4
5
require github.com/acl-dev/master-go v1.0.8
6
7
-require github.com/gin-gonic/gin v1.7.7
+require (
8
+ github.com/gin-gonic/gin v1.7.7
9
+ golang.org/x/sys v0.0.0-20220412211240-33da011f77ad // indirect
10
+)
go.mod
@@ -1,3 +1,5 @@
1
module github.com/acl-dev/master-go
2
3
go 1.16
+
+require golang.org/x/sys v0.0.0-20220412211240-33da011f77ad // indirect
0 commit comments