-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathgo.mod
More file actions
23 lines (20 loc) · 743 Bytes
/
go.mod
File metadata and controls
23 lines (20 loc) · 743 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
module github.com/TomOnTime/tomutils
go 1.23.0
require (
github.com/Songmu/axslogparser v1.4.0
github.com/nyaruka/phonenumbers v1.6.10
github.com/pkg/errors v0.9.1
github.com/rs/dnscache v0.0.0-20230804202142-fc85eb664529
github.com/sfreiberg/gotwilio v1.0.0
)
require (
github.com/Songmu/go-ltsv v0.0.0-20181014062614-c30af2b7b171 // indirect
github.com/golang-jwt/jwt v3.2.2+incompatible // indirect
github.com/google/go-querystring v1.0.0 // indirect
github.com/gorilla/schema v1.1.0 // indirect
golang.org/x/exp v0.0.0-20250305212735-054e65f0b394 // indirect
golang.org/x/sync v0.12.0 // indirect
golang.org/x/sys v0.31.0 // indirect
golang.org/x/text v0.23.0 // indirect
google.golang.org/protobuf v1.36.11 // indirect
)