This commit is contained in:
parent
09fceca2f9
commit
40e5379eb3
11 changed files with 250 additions and 2 deletions
13
go.mod
13
go.mod
|
|
@ -3,6 +3,15 @@ module github.com/lmika/webtools
|
|||
go 1.25.0
|
||||
|
||||
require (
|
||||
github.com/alecthomas/participle/v2 v2.1.4 // indirect
|
||||
golang.org/x/image v0.37.0 // indirect
|
||||
github.com/alecthomas/participle/v2 v2.1.4
|
||||
github.com/golangci/golines v0.15.0
|
||||
golang.org/x/image v0.37.0
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/dave/dst v0.27.3 // indirect
|
||||
github.com/ldez/structtags v0.6.1 // indirect
|
||||
golang.org/x/mod v0.32.0 // indirect
|
||||
golang.org/x/sync v0.19.0 // indirect
|
||||
golang.org/x/tools v0.41.0 // indirect
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue