File: go.mod

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

go 1.23.0

toolchain go1.23.5

require (
	golang.org/x/crypto v0.36.0
	golang.org/x/net v0.37.0
)