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 e3f92f0 commit c047c35Copy full SHA for c047c35
_examples/database/orm/reform/go.mod
@@ -58,9 +58,9 @@ require (
58
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
59
github.com/yosssi/ace v0.0.5 // indirect
60
golang.org/x/crypto v0.4.0 // indirect
61
- golang.org/x/net v0.4.0 // indirect
62
- golang.org/x/sys v0.3.0 // indirect
63
- golang.org/x/text v0.5.0 // indirect
+ golang.org/x/net v0.7.0 // indirect
+ golang.org/x/sys v0.5.0 // indirect
+ golang.org/x/text v0.7.0 // indirect
64
golang.org/x/time v0.3.0 // indirect
65
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
66
google.golang.org/protobuf v1.28.1 // indirect
_examples/database/orm/reform/go.sum
0 commit comments