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 4d045c9 commit 4e6a511Copy full SHA for 4e6a511
go/framework/gin-code-read/go.mod
@@ -15,6 +15,6 @@ require (
15
github.com/modern-go/reflect2 v1.0.1 // indirect
16
github.com/ugorji/go/codec v1.1.7 // indirect
17
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 // indirect
18
- golang.org/x/sys v0.0.0-20200116001909-b77594299b42 // indirect
+ golang.org/x/sys v0.1.0 // indirect
19
gopkg.in/yaml.v2 v2.2.8 // indirect
20
)
0 commit comments