go-xmpp/go.mod

9 lines
111 B
Modula-2
Raw Normal View History

module github.com/xmppo/go-xmpp
2023-11-11 04:04:41 -08:00
go 1.21.5
2023-11-11 04:04:41 -08:00
2024-01-13 05:05:35 -08:00
require (
2024-02-23 04:55:02 -08:00
golang.org/x/crypto v0.19.0
golang.org/x/net v0.21.0
2024-01-13 05:05:35 -08:00
)