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

11 lines
300 B
Modula-2

module gophi
go 1.15
require (
github.com/grufwub/go-bufpools v0.0.0-20201026084325-a3a938b7d6d8
github.com/grufwub/go-errors v0.0.0-20201109215724-b43fef6af3e8
github.com/grufwub/go-filecache v0.0.0-20201109234016-53d503bf2622
github.com/grufwub/go-logger v0.0.0-20201101130825-423526bd353f
)