-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathgo.mod
31 lines (28 loc) · 1.08 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
module grs-ical
go 1.19
require (
github.com/PuerkitoBio/goquery v1.8.0
github.com/go-redis/redis/v8 v8.11.5
github.com/gofiber/fiber/v2 v2.37.1
github.com/google/uuid v1.3.0
github.com/pierrec/lz4 v2.6.1+incompatible
github.com/rs/zerolog v1.28.0
github.com/spf13/cobra v1.5.0
golang.org/x/net v0.0.0-20220225172249-27dd8689420f
)
require (
github.com/andybalholm/brotli v1.0.4 // indirect
github.com/andybalholm/cascadia v1.3.1 // indirect
github.com/cespare/xxhash/v2 v2.1.2 // indirect
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
github.com/frankban/quicktest v1.14.3 // indirect
github.com/inconshreveable/mousetrap v1.0.1 // indirect
github.com/klauspost/compress v1.15.9 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.16 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/fasthttp v1.40.0 // indirect
github.com/valyala/tcplisten v1.0.0 // indirect
golang.org/x/sys v0.0.0-20220908164124-27713097b956 // indirect
)