summaryrefslogtreecommitdiff
path: root/go.mod
blob: 35409815d0fbc1867347514897ac00ee284fb71c (plain)
1
2
3
4
5
6
7
8
module netizen.se/hisgle

go 1.14

require (
	github.com/mxk/go-sqlite v0.0.0-20140611214908-167da9432e1f
	github.com/pborman/getopt v0.0.0-20190409184431-ee0cd42419d3
)