-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathgo.mod
More file actions
21 lines (18 loc) · 653 Bytes
/
go.mod
File metadata and controls
21 lines (18 loc) · 653 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module github.com/peterhellberg/ssh-chat-bot
go 1.20
require (
github.com/PuerkitoBio/goquery v1.8.0
github.com/dop251/goja v0.0.0-20230203172422-5460598cfa32
github.com/peterhellberg/flip v0.0.0-20190124112217-35a0e6f6e8e6
github.com/peterhellberg/giphy v0.0.2
github.com/peterhellberg/hi v0.0.0-20190124111154-9ac9cb027a95
golang.org/x/crypto v0.5.0
)
require (
github.com/andybalholm/cascadia v1.3.1 // indirect
github.com/dlclark/regexp2 v1.8.0 // indirect
github.com/go-sourcemap/sourcemap v2.1.3+incompatible // indirect
golang.org/x/net v0.5.0 // indirect
golang.org/x/sys v0.5.0 // indirect
golang.org/x/text v0.6.0 // indirect
)