12 lines
236 B
Modula-2
12 lines
236 B
Modula-2
|
module go.jolheiser.com/imp
|
||
|
|
||
|
go 1.14
|
||
|
|
||
|
require (
|
||
|
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
|
||
|
golang.org/x/tools v0.0.0-20200505023115-26f46d2f7ef8
|
||
|
)
|