You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
366 B
Modula-2
17 lines
366 B
Modula-2
module code.ndumas.com/ndumas/badges
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/essentialkaos/check v1.4.0
|
|
github.com/go-chi/chi/v5 v5.0.8
|
|
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0
|
|
golang.org/x/image v0.7.0
|
|
)
|
|
|
|
require (
|
|
github.com/kr/pretty v0.3.1 // indirect
|
|
github.com/kr/text v0.2.0 // indirect
|
|
github.com/rogpeppe/go-internal v1.9.0 // indirect
|
|
)
|