47d0d5d0a4
having 1.21.1 there makes go fmt require 1.23 to check the files Signed-off-by: Alejandro Mery <amery@jpi.io>
24 lines
845 B
Modula-2
24 lines
845 B
Modula-2
module asciigoat.org/httools
|
|
|
|
go 1.20
|
|
|
|
require github.com/mgechev/revive v1.3.3
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v1.3.2 // indirect
|
|
github.com/GehirnInc/crypt v0.0.0-20230320061759-8cc1b52080c5
|
|
github.com/chavacava/garif v0.0.0-20230608123814-4bd63c2919ab // indirect
|
|
github.com/fatih/color v1.15.0 // indirect
|
|
github.com/fatih/structtag v1.2.0 // indirect
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
github.com/mattn/go-isatty v0.0.17 // indirect
|
|
github.com/mattn/go-runewidth v0.0.9 // indirect
|
|
github.com/mgechev/dots v0.0.0-20210922191527-e955255bf517 // indirect
|
|
github.com/mitchellh/go-homedir v1.1.0 // indirect
|
|
github.com/olekukonko/tablewriter v0.0.5 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
golang.org/x/crypto v0.13.0
|
|
golang.org/x/sys v0.12.0 // indirect
|
|
golang.org/x/tools v0.12.0 // indirect
|
|
)
|