File: go.mod

package info (click to toggle)
golang-github-tdewolff-argp 0.0~git20250430.0f54527-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 172 kB
  • sloc: makefile: 3
file content (12 lines) | stat: -rw-r--r-- 202 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
module github.com/tdewolff/argp

go 1.11

toolchain go1.24.2

require (
	github.com/jmoiron/sqlx v1.4.0
	github.com/pelletier/go-toml v1.9.5
	github.com/tdewolff/test v1.0.11
	gopkg.in/yaml.v3 v3.0.1
)