GolangStudy/go.mod

10 lines
165 B
Modula-2
Raw Normal View History

2022-10-22 01:21:54 +08:00
module Study
go 1.19
2022-12-04 14:20:15 +08:00
2022-12-13 23:03:56 +08:00
require (
github.com/arl/statsviz v0.5.1 // indirect
github.com/gorilla/websocket v1.4.2 // indirect
golang.org/x/net v0.2.0 // indirect
)