aboutsummaryrefslogtreecommitdiff
path: root/go.mod
blob: fcc5e31e7bda2151a51d7e46c418bc18c831ebb8 (plain) (blame)
1
2
3
4
5
6
7
8
module git.sr.ht/~runxiyu/go-bareish

go 1.14

require (
	git.sr.ht/~sircmpwn/getopt v0.0.0-20191230200459-23622cc906b3
	github.com/stretchr/testify v1.6.1
)