File: go.mod

package info (click to toggle)
golang-github-mattn-go-xmpp 0.2.10-1~bpo12%2B1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm-backports
  • size: 192 kB
  • sloc: makefile: 2
file content (8 lines) | stat: -rw-r--r-- 111 bytes parent folder | download
1
2
3
4
5
6
7
8
module github.com/xmppo/go-xmpp

go 1.21.5

require (
	golang.org/x/crypto v0.32.0
	golang.org/x/net v0.34.0
)