mirror of
https://github.com/Luzifer/badge-gen.git
synced 2024-11-08 13:20:02 +00:00
24 lines
664 B
Modula-2
24 lines
664 B
Modula-2
module github.com/Luzifer/badge-gen
|
|
|
|
go 1.21
|
|
|
|
require (
|
|
github.com/Luzifer/go_helpers/v2 v2.20.0
|
|
github.com/Luzifer/rconfig/v2 v2.4.0
|
|
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0
|
|
github.com/gorilla/mux v1.8.0
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/sirupsen/logrus v1.9.3
|
|
github.com/tdewolff/minify v2.3.6+incompatible
|
|
golang.org/x/image v0.12.0
|
|
golang.org/x/net v0.15.0
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
)
|
|
|
|
require (
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
github.com/tdewolff/parse v2.3.4+incompatible // indirect
|
|
github.com/tdewolff/test v1.0.6 // indirect
|
|
golang.org/x/sys v0.12.0 // indirect
|
|
gopkg.in/validator.v2 v2.0.1 // indirect
|
|
)
|