good morning!!!!

Skip to content
Snippets Groups Projects
go.mod 372 B
Newer Older
Anmol Sethi's avatar
Anmol Sethi committed
module nhooyr.io/ws

go 1.12

require (
Anmol Sethi's avatar
Anmol Sethi committed
	github.com/kr/pretty v0.1.0 // indirect
Anmol Sethi's avatar
Anmol Sethi committed
	go.coder.com/go-tools v0.0.0-20190317003359-0c6a35b74a16
Anmol Sethi's avatar
Anmol Sethi committed
	golang.org/x/lint v0.0.0-20190313153728-d0100b6bd8b3
	golang.org/x/time v0.0.0-20190308202827-9d24e82272b4
	golang.org/x/tools v0.0.0-20190329215204-73054e8977d1
Anmol Sethi's avatar
Anmol Sethi committed
	mvdan.cc/sh v2.6.4+incompatible
)