forked from Ilhasoft/rp-archiver
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
35 lines (32 loc) · 1.32 KB
/
go.mod
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
28
29
30
31
32
33
34
35
module github.com/nyaruka/rp-archiver
require (
github.com/aws/aws-sdk-go v1.13.47
github.com/certifi/gocertifi v0.0.0-20180118203423-deb3ae2ef261 // indirect
github.com/davecgh/go-spew v1.1.0 // indirect
github.com/evalphobia/logrus_sentry v0.4.5
github.com/getsentry/raven-go v0.0.0-20180430182053-263040ce1a36 // indirect
github.com/go-ini/ini v1.36.0 // indirect
github.com/jmespath/go-jmespath v0.0.0-20160202185014-0b12d6b521d8 // indirect
github.com/jmoiron/sqlx v1.4.0
github.com/kylelemons/godebug v1.1.0 // indirect
github.com/lib/pq v1.10.9
github.com/nyaruka/ezconf v0.2.1
github.com/pkg/errors v0.8.1
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/sirupsen/logrus v1.0.5
github.com/smartystreets/goconvey v1.6.4 // indirect
github.com/stretchr/testify v1.2.1
golang.org/x/net v0.0.0-20191119073136-fc4aabc6c914 // indirect
gopkg.in/airbrake/gobrake.v2 v2.0.9 // indirect
gopkg.in/gemnasium/logrus-airbrake-hook.v2 v2.1.2 // indirect
gopkg.in/ini.v1 v1.51.0 // indirect
)
require (
github.com/fatih/structs v1.0.0 // indirect
github.com/naoina/go-stringutil v0.1.0 // indirect
github.com/naoina/toml v0.1.1 // indirect
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 // indirect
golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a // indirect
golang.org/x/text v0.3.2 // indirect
)
go 1.23