This repository has been archived by the owner on Dec 21, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 95
/
Copy pathgo.mod
42 lines (37 loc) · 1.82 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
36
37
38
39
40
41
42
module github.com/sleeyax/aternos-discord-bot
go 1.18
require (
github.com/bwmarrin/discordgo v0.27.1
github.com/sleeyax/aternos-api v0.4.1
go.mongodb.org/mongo-driver v1.9.0
)
require (
github.com/PuerkitoBio/goquery v1.8.0 // indirect
github.com/Sleeyax/urlValues v1.0.0 // indirect
github.com/andybalholm/brotli v1.0.4 // indirect
github.com/andybalholm/cascadia v1.3.1 // indirect
github.com/dlclark/regexp2 v1.4.1-0.20201116162257-a2a8dda75c91 // indirect
github.com/dop251/goja v0.0.0-20211217115348-3f9136fa235d // indirect
github.com/go-sourcemap/sourcemap v2.1.3+incompatible // indirect
github.com/go-stack/stack v1.8.0 // indirect
github.com/golang/snappy v0.0.1 // indirect
github.com/gorilla/websocket v1.5.0 // indirect
github.com/imdario/mergo v0.3.12 // indirect
github.com/klauspost/compress v1.13.6 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/refraction-networking/utls v1.0.0 // indirect
github.com/sleeyax/gotcha v0.1.3 // indirect
github.com/sleeyax/gotcha/adapters/fhttp v0.0.0-20220513160314-4b06cd561da9 // indirect
github.com/useflyent/fhttp v0.0.0-20211004035111-333f430cfbbf // indirect
github.com/xdg-go/pbkdf2 v1.0.0 // indirect
github.com/xdg-go/scram v1.0.2 // indirect
github.com/xdg-go/stringprep v1.0.2 // indirect
github.com/youmark/pkcs8 v0.0.0-20181117223130-1be2e3e5546d // indirect
golang.org/x/crypto v0.0.0-20211215153901-e495a2d5b3d3 // indirect
golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2 // indirect
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e // indirect
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect
golang.org/x/text v0.3.6 // indirect
)
replace github.com/refraction-networking/utls => github.com/sleeyax/utls v1.1.1
replace github.com/gorilla/websocket => github.com/sleeyax/websocket v1.5.1-0.20220512160613-502bd65db8ae