1
0
mirror of https://github.com/Luzifer/badge-gen.git synced 2024-09-16 13:58:32 +00:00
badge-gen/go.mod
Knut Ahlers 11c55621ea
Update dependencies
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2023-10-14 23:31:29 +02:00

29 lines
834 B
Modula-2

module github.com/Luzifer/badge-gen
go 1.21
require (
github.com/Luzifer/go_helpers/v2 v2.20.1
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/stretchr/testify v1.8.4
github.com/tdewolff/minify v2.3.6+incompatible
golang.org/x/image v0.13.0
golang.org/x/net v0.17.0
gopkg.in/yaml.v2 v2.4.0
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
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.13.0 // indirect
gopkg.in/validator.v2 v2.0.1 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)