File: go.mod

package info (click to toggle)
ratt 0.0~git20220805.e6b9cb4-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 92 kB
  • sloc: makefile: 4
file content (10 lines) | stat: -rw-r--r-- 224 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
module github.com/Debian/ratt

go 1.18

require pault.ag/go/debian v0.12.0

require (
	golang.org/x/crypto v0.0.0-20201016220609-9e8e0b390897 // indirect
	pault.ag/go/topsort v0.0.0-20160530003732-f98d2ad46e1a // indirect
)