good morning!!!!

Skip to content
Snippets Groups Projects
go.mod 560 B
Newer Older
Anmol Sethi's avatar
Anmol Sethi committed

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-20190409202823-959b441ac422
	golang.org/x/net v0.0.0-20190424112056-4829fb13d2c6
	golang.org/x/text v0.3.2 // indirect
Anmol Sethi's avatar
Anmol Sethi committed
	golang.org/x/time v0.0.0-20190308202827-9d24e82272b4
Anmol Sethi's avatar
Anmol Sethi committed
	golang.org/x/tools v0.0.0-20190429184909-35c670923e21
Anmol Sethi's avatar
Anmol Sethi committed
	golang.org/x/xerrors v0.0.0-20190315151331-d61658bd2e18
Anmol Sethi's avatar
Anmol Sethi committed
	mvdan.cc/sh v2.6.4+incompatible
)