-
Notifications
You must be signed in to change notification settings - Fork 3
/
go.mod
29 lines (26 loc) · 939 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
23
24
25
26
27
28
29
module github.com/albertyw/reaction-pics
go 1.23
require (
github.com/gosimple/slug v1.14.0
github.com/ikeikeikeike/go-sitemap-generator/v2 v2.0.2
github.com/joho/godotenv v1.5.1
github.com/lithammer/fuzzysearch v1.1.8
github.com/rollbar/rollbar-go v1.4.5
github.com/stretchr/testify v1.9.0
go.uber.org/automaxprocs v1.5.3
go.uber.org/goleak v1.3.0
go.uber.org/zap v1.27.0
)
require (
github.com/beevik/etree v1.4.1 // indirect
github.com/clbanning/mxj v1.8.4 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/fatih/structs v1.1.0 // indirect
github.com/gosimple/unidecode v1.0.1 // indirect
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
go.uber.org/multierr v1.11.0 // indirect
golang.org/x/text v0.17.0 // indirect
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)