-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathgo.mod
25 lines (22 loc) · 876 Bytes
/
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
module github.com/donnie4w/webtim
go 1.22.0
require (
github.com/donnie4w/gofer v0.0.0-20240311114551-d52fdfcd46a9
github.com/donnie4w/simplelog v0.0.1
github.com/donnie4w/timgo v0.0.0-20240228122456-31aec847eefc
github.com/donnie4w/tlnet v0.0.1
github.com/donnie4w/tlorm-go v0.0.0-20231108024405-1cc4c5b9072b
github.com/donnie4w/wfs-goclient v1.0.2
)
require (
github.com/apache/thrift v0.19.0 // indirect
github.com/chai2010/webp v1.1.1 // indirect
github.com/disintegration/imaging v1.6.2 // indirect
github.com/donnie4w/gothrift v0.0.1 // indirect
github.com/donnie4w/ico v0.0.1 // indirect
github.com/donnie4w/tlcli-go v0.0.0-20231107171801-d17da8836864 // indirect
github.com/golang/snappy v0.0.4 // indirect
golang.org/x/exp v0.0.0-20240314144324-c7f7c6466f7f // indirect
golang.org/x/image v0.15.0 // indirect
golang.org/x/net v0.22.0 // indirect
)