modweb/go.mod

9 lines
130 B
Modula-2
Raw Normal View History

2020-10-24 23:25:49 +00:00
module git.ddd.rip/ptrcnull/modweb
go 1.15
require (
github.com/gofiber/fiber v1.14.6
github.com/hashicorp/go-plugin v1.3.0
)