good morning!!!!

Skip to content
Snippets Groups Projects
go.mod 522 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-20190313153728-d0100b6bd8b3
Anmol Sethi's avatar
Anmol Sethi committed
	golang.org/x/net v0.0.0-20190311183353-d8887717615a
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/xerrors v0.0.0-20190315151331-d61658bd2e18
Anmol Sethi's avatar
Anmol Sethi committed
	mvdan.cc/sh v2.6.4+incompatible
)