๐Ÿ“ฆ deluan / lookup

๐Ÿ“„ go.mod ยท 12 lines
1
2
3
4
5
6
7
8
9
10
11
12module github.com/deluan/lookup

go 1.18

require github.com/smartystreets/goconvey v1.8.1

require (
	github.com/gopherjs/gopherjs v1.17.2 // indirect
	github.com/jtolds/gls v4.20.0+incompatible // indirect
	github.com/smarty/assertions v1.15.0 // indirect
)