-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
27 lines (24 loc) · 978 Bytes
/
go.mod
File metadata and controls
27 lines (24 loc) · 978 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
module github.com/wildfires_org/projectsdb
go 1.17
require (
github.com/PuerkitoBio/goquery v1.8.0
github.com/alecthomas/kong v0.5.0
github.com/aws/aws-sdk-go v1.43.44
github.com/cenkalti/backoff/v4 v4.1.2
github.com/mmcdole/gofeed v1.1.3
github.com/nyaruka/phonenumbers v1.0.74
github.com/sirupsen/logrus v1.8.1
)
require (
github.com/andybalholm/cascadia v1.3.1 // indirect
github.com/golang/protobuf v1.3.2 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/json-iterator/go v1.1.10 // indirect
github.com/mmcdole/goxpp v0.0.0-20181012175147-0068e33feabf // indirect
github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421 // indirect
github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742 // indirect
github.com/pkg/errors v0.9.1 // indirect
golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd // indirect
golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e // indirect
golang.org/x/text v0.3.7 // indirect
)