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.

11 lines
215 B
Modula-2

module git.dittberner.info/jan/browser_csr_generation
go 1.13
require (
github.com/BurntSushi/toml v0.3.1
github.com/nicksnyder/go-i18n/v2 v2.1.1
golang.org/x/text v0.3.4
gopkg.in/yaml.v2 v2.4.0 // indirect
)