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

12 lines
225 B
Modula-2

module gophi
go 1.15
require (
github.com/grufwub/go-bufpools v0.1.1
github.com/grufwub/go-config v0.1.0
github.com/grufwub/go-errors v0.3.2
github.com/grufwub/go-filecache v0.1.0
github.com/grufwub/go-logger v0.1.1
)