tools: add stringer support

Signed-off-by: Alejandro Mery <amery@jpi.io>
This commit is contained in:
2023-08-30 23:00:16 +00:00
parent 1dd7cb19a8
commit a15deb7e42
3 changed files with 8 additions and 2 deletions
+5 -2
View File
@@ -2,7 +2,10 @@ module asciigoat.org/ini
go 1.19
require github.com/mgechev/revive v1.3.3
require (
github.com/mgechev/revive v1.3.3
golang.org/x/tools v0.12.0
)
require (
github.com/BurntSushi/toml v1.3.2 // indirect
@@ -16,6 +19,6 @@ require (
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/mod v0.12.0 // indirect
golang.org/x/sys v0.11.0 // indirect
golang.org/x/tools v0.12.0 // indirect
)