add go.mod

This commit is contained in:
Yasuhiro Matsumoto 2023-11-11 21:04:41 +09:00
parent a6b124c9b2
commit 24e0f536cb
No known key found for this signature in database
GPG Key ID: 622DE34DC490584B
2 changed files with 7 additions and 0 deletions

5
go.mod Normal file
View File

@ -0,0 +1,5 @@
module github.com/mattn/go-xmpp
go 1.20
require golang.org/x/crypto v0.15.0

2
go.sum Normal file
View File

@ -0,0 +1,2 @@
golang.org/x/crypto v0.15.0 h1:frVn1TEaCEaZcn3Tmd7Y2b5KKPaZ+I32Q2OA3kYp5TA=
golang.org/x/crypto v0.15.0/go.mod h1:4ChreQoLWfG3xLDer1WdlH5NdlQ3+mwnQq1YTKY+72g=