File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/exercise/http-server/middleware-useage Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -20,10 +20,10 @@ require (
20
20
github.com/modern-go/reflect2 v1.0.2 // indirect
21
21
github.com/pelletier/go-toml/v2 v2.0.1 // indirect
22
22
github.com/ugorji/go/codec v1.2.7 // indirect
23
- golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97 // indirect
24
- golang.org/x/net v0.0.0-20210226172049-e18ecbb05110 // indirect
25
- golang.org/x/sys v0.0.0-20210806184541-e5e7981a1069 // indirect
26
- golang.org/x/text v0.3.6 // 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
26
+ golang.org/x/text v0.14.0 // indirect
27
27
google.golang.org/protobuf v1.28.0 // indirect
28
28
gopkg.in/yaml.v2 v2.4.0 // indirect
29
29
)
You can’t perform that action at this time.
0 commit comments