add go.mod

This commit is contained in:
Yasuhiro Matsumoto
2023-11-11 21:04:41 +09:00
parent a6b124c9b2
commit 24e0f536cb
2 changed files with 7 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
module github.com/mattn/go-xmpp
go 1.20
require golang.org/x/crypto v0.15.0