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.
16 lines
337 B
Modula-2
16 lines
337 B
Modula-2
module github.com/essentialkaos/go-badge
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/essentialkaos/check v1.3.0
|
|
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0
|
|
golang.org/x/image v0.5.0
|
|
)
|
|
|
|
require (
|
|
github.com/kr/pretty v0.3.0 // indirect
|
|
github.com/kr/text v0.2.0 // indirect
|
|
github.com/rogpeppe/go-internal v1.6.1 // indirect
|
|
)
|