-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
26 lines (22 loc) · 724 Bytes
/
go.mod
File metadata and controls
26 lines (22 loc) · 724 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/open-function-computers-llc/uptime
go 1.25.0
require (
github.com/go-sql-driver/mysql v1.9.3
github.com/joho/godotenv v1.5.1
github.com/sirupsen/logrus v1.8.1
)
require (
github.com/likexian/whois v1.15.6
github.com/likexian/whois-parser v1.24.20
github.com/petaki/inertia-go v1.11.0
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df
)
require (
filippo.io/edwards25519 v1.1.0 // indirect
github.com/likexian/gokit v0.25.15 // indirect
github.com/stretchr/testify v1.11.0 // indirect
golang.org/x/net v0.35.0 // indirect
golang.org/x/sys v0.34.0 // indirect
golang.org/x/text v0.22.0 // indirect
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
)