๐Ÿ“ฆ gschier / hemlock

๐Ÿ“„ go.mod ยท 16 lines
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16module github.com/gschier/hemlock

go 1.15

require (
	github.com/alecthomas/kingpin v2.2.6+incompatible
	github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect
	github.com/alecthomas/units v0.0.0-20210208195552-ff826a37aa15 // indirect
	github.com/gorilla/handlers v1.5.1
	github.com/gorilla/mux v1.8.0
	github.com/howeyc/fsnotify v0.9.0
	github.com/stretchr/testify v1.7.0
	github.com/tcnksm/go-input v0.0.0-20180404061846-548a7d7a8ee8
	golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad // indirect
)