GolangStudy/go.mod

10 lines
165 B
Modula-2

module Study
go 1.19
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
)