2021-03-06 22:54:51 +00:00
|
|
|
module github.com/Luzifer/badge-gen
|
|
|
|
|
2023-09-07 16:06:40 +00:00
|
|
|
go 1.21
|
2021-03-06 22:54:51 +00:00
|
|
|
|
|
|
|
require (
|
2023-09-07 16:06:40 +00:00
|
|
|
github.com/Luzifer/go_helpers/v2 v2.20.0
|
|
|
|
github.com/Luzifer/rconfig/v2 v2.4.0
|
2021-03-06 22:54:51 +00:00
|
|
|
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0
|
|
|
|
github.com/gorilla/mux v1.8.0
|
|
|
|
github.com/pkg/errors v0.9.1
|
2023-09-07 16:06:40 +00:00
|
|
|
github.com/sirupsen/logrus v1.9.3
|
2023-09-08 12:23:22 +00:00
|
|
|
github.com/stretchr/testify v1.8.4
|
2021-03-06 22:54:51 +00:00
|
|
|
github.com/tdewolff/minify v2.3.6+incompatible
|
2023-09-07 16:06:40 +00:00
|
|
|
golang.org/x/image v0.12.0
|
|
|
|
golang.org/x/net v0.15.0
|
|
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
2023-09-08 12:23:22 +00:00
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
2023-09-07 16:06:40 +00:00
|
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
2021-03-06 22:54:51 +00:00
|
|
|
github.com/tdewolff/parse v2.3.4+incompatible // indirect
|
|
|
|
github.com/tdewolff/test v1.0.6 // indirect
|
2023-09-07 16:06:40 +00:00
|
|
|
golang.org/x/sys v0.12.0 // indirect
|
|
|
|
gopkg.in/validator.v2 v2.0.1 // indirect
|
2023-09-08 12:23:22 +00:00
|
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
2021-03-06 22:54:51 +00:00
|
|
|
)
|