-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathgo.mod
More file actions
26 lines (23 loc) · 845 Bytes
/
go.mod
File metadata and controls
26 lines (23 loc) · 845 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
module github.com/jckli/picsiv
go 1.23.0
require (
github.com/JohannesKaufmann/dom v0.2.0
github.com/JohannesKaufmann/html-to-markdown/v2 v2.4.0
github.com/andybons/gogif v0.0.0-20140526152223-16d573594812
github.com/disgoorg/disgo v0.17.2
github.com/disgoorg/snowflake/v2 v2.0.1
github.com/hashicorp/golang-lru/v2 v2.0.7
github.com/joho/godotenv v1.5.1
github.com/valyala/fasthttp v1.52.0
golang.org/x/net v0.43.0
)
require (
github.com/andybalholm/brotli v1.1.0 // indirect
github.com/disgoorg/json v1.1.0 // indirect
github.com/gorilla/websocket v1.5.1 // indirect
github.com/klauspost/compress v1.17.7 // indirect
github.com/sasha-s/go-csync v0.0.0-20240107134140-fcbab37b09ad // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
golang.org/x/crypto v0.41.0 // indirect
golang.org/x/sys v0.35.0 // indirect
)