File: go.mod

package info (click to toggle)
golang-github-schollz-peerdiscovery 1.7.4-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 152 kB
  • sloc: makefile: 10
file content (8 lines) | stat: -rw-r--r-- 124 bytes parent folder | download
1
2
3
4
5
6
7
8
module github.com/schollz/peerdiscovery

go 1.13

require (
	github.com/stretchr/testify v1.6.1
	golang.org/x/net v0.27.0
)