mirror of
https://github.com/therootcompany/golib.git
synced 2026-03-13 12:27:59 +00:00
f: net/formmailer
This commit is contained in:
parent
5cc3e89da1
commit
d8e742e380
11
net/formmailer/go.mod
Normal file
11
net/formmailer/go.mod
Normal file
@ -0,0 +1,11 @@
|
||||
module github.com/therootcompany/golib/net/formmailer
|
||||
|
||||
go 1.25.0
|
||||
|
||||
require (
|
||||
github.com/phuslu/iploc v1.0.20260215
|
||||
golang.org/x/term v0.40.0
|
||||
golang.org/x/time v0.14.0
|
||||
)
|
||||
|
||||
require golang.org/x/sys v0.41.0 // indirect
|
||||
8
net/formmailer/go.sum
Normal file
8
net/formmailer/go.sum
Normal file
@ -0,0 +1,8 @@
|
||||
github.com/phuslu/iploc v1.0.20260215 h1:zp3LoFAs0NdplxEs62a6KdhEdnr9aNXLzxz9jQuL9zQ=
|
||||
github.com/phuslu/iploc v1.0.20260215/go.mod h1:VZqAWoi2A80YPvfk1AizLGHavNIG9nhBC8d87D/SeVs=
|
||||
golang.org/x/sys v0.41.0 h1:Ivj+2Cp/ylzLiEU89QhWblYnOE9zerudt9Ftecq2C6k=
|
||||
golang.org/x/sys v0.41.0/go.mod h1:OgkHotnGiDImocRcuBABYBEXf8A9a87e/uXjp9XT3ks=
|
||||
golang.org/x/term v0.40.0 h1:36e4zGLqU4yhjlmxEaagx2KuYbJq3EwY8K943ZsHcvg=
|
||||
golang.org/x/term v0.40.0/go.mod h1:w2P8uVp06p2iyKKuvXIm7N/y0UCRt3UfJTfZ7oOpglM=
|
||||
golang.org/x/time v0.14.0 h1:MRx4UaLrDotUKUdCIqzPC48t1Y9hANFKIRpNx+Te8PI=
|
||||
golang.org/x/time v0.14.0/go.mod h1:eL/Oa2bBBK0TkX57Fyni+NgnyQQN4LitPmob2Hjnqw4=
|
||||
Loading…
x
Reference in New Issue
Block a user