mirror of
https://github.com/Luzifer/badge-gen.git
synced 2024-11-08 13:20:02 +00:00
20 lines
696 B
Modula-2
20 lines
696 B
Modula-2
module github.com/Luzifer/badge-gen
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/Luzifer/go_helpers/v2 v2.12.1
|
|
github.com/Luzifer/rconfig/v2 v2.2.1
|
|
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/prometheus/client_golang v1.9.0
|
|
github.com/sirupsen/logrus v1.7.0
|
|
github.com/tdewolff/minify v2.3.6+incompatible
|
|
github.com/tdewolff/parse v2.3.4+incompatible // indirect
|
|
github.com/tdewolff/test v1.0.6 // indirect
|
|
golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb
|
|
golang.org/x/net v0.0.0-20210226172049-e18ecbb05110
|
|
gopkg.in/validator.v2 v2.0.0-20200605151824-2b28d334fa05 // indirect
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
)
|