File: go.mod

package info (click to toggle)
tkey-ssh-agent 1.0.0%2Bds-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 444 kB
  • sloc: sh: 178; makefile: 100; python: 95
file content (14 lines) | stat: -rw-r--r-- 417 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
module gotools

go 1.20

require github.com/tc-hib/go-winres v0.3.1

require (
	github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
	github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 // indirect
	github.com/russross/blackfriday/v2 v2.1.0 // indirect
	github.com/tc-hib/winres v0.1.6 // indirect
	github.com/urfave/cli/v2 v2.3.0 // indirect
	golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb // indirect
)