This repository has been archived on 2022-08-09. You can view files and clone it, but cannot push or open issues or pull requests.
imp/go.mod
John Olheiser c75ed4762a Update 'go.mod' (#1)
Reviewed-on: #1
Co-authored-by: John Olheiser <john.olheiser@gmail.com>
Co-committed-by: John Olheiser <john.olheiser@gmail.com>
2021-08-11 08:26:08 +08:00

12 lines
220 B
Modula-2

module gitea.com/jolheiser/imp
go 1.14
require (
gitea.com/jolheiser/globber v0.0.1
github.com/gobuffalo/here v0.6.2
github.com/urfave/cli/v2 v2.2.0
go.jolheiser.com/beaver v1.0.2
go.jolheiser.com/regexp v0.1.1
)