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.
badges/go.mod

17 lines
366 B
Modula-2

module code.ndumas.com/ndumas/badges
3 years ago
go 1.18
3 years ago
require (
github.com/essentialkaos/check v1.4.0
github.com/go-chi/chi/v5 v5.0.8
3 years ago
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0
golang.org/x/image v0.7.0
3 years ago
)
require (
github.com/kr/pretty v0.3.1 // indirect
3 years ago
github.com/kr/text v0.2.0 // indirect
github.com/rogpeppe/go-internal v1.9.0 // indirect
3 years ago
)