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 12f27c0 commit 0df8ec7Copy full SHA for 0df8ec7
src/exercise/http-server/middleware-useage/go.mod
@@ -20,9 +20,9 @@ require (
20
github.com/modern-go/reflect2 v1.0.2 // indirect
21
github.com/pelletier/go-toml/v2 v2.0.1 // indirect
22
github.com/ugorji/go/codec v1.2.7 // indirect
23
- golang.org/x/crypto v0.17.0 // indirect
24
- golang.org/x/net v0.10.0 // indirect
25
- golang.org/x/sys v0.15.0 // indirect
+ golang.org/x/crypto v0.21.0 // indirect
+ golang.org/x/net v0.23.0 // indirect
+ golang.org/x/sys v0.18.0 // indirect
26
golang.org/x/text v0.14.0 // indirect
27
google.golang.org/protobuf v1.28.0 // indirect
28
gopkg.in/yaml.v2 v2.4.0 // indirect
0 commit comments