-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
22 lines (19 loc) · 878 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
module github.com/httpreserve/linkstat
go 1.20
require (
github.com/httpreserve/httpreserve v0.0.15
github.com/httpreserve/wayback v0.0.0-20211222152933-14b2302c807b
github.com/kval-access-language/kval-bbolt v0.0.0-20230420120231-8c2fbba90834
github.com/speps/go-hashids v2.0.0+incompatible
)
require (
github.com/google/uuid v1.3.0 // indirect
github.com/httpreserve/phantomjsscreenshot v0.0.0-20180422150311-c763ac7abadc // indirect
github.com/httpreserve/simplerequest v0.0.0-20170904111322-6f325573aa95 // indirect
github.com/justinas/alice v1.2.0 // indirect
github.com/kval-access-language/kval-parse v0.0.0-20170504112528-b96aa5a26330 // indirect
github.com/kval-access-language/kval-scanner v0.0.0-20170504112421-4f097cacd289 // indirect
github.com/pkg/errors v0.9.1 // indirect
go.etcd.io/bbolt v1.3.7 // indirect
golang.org/x/sys v0.4.0 // indirect
)