mirror of https://github.com/aldy505/bob.git
9 lines
179 B
Modula-2
9 lines
179 B
Modula-2
|
module github.com/aldy505/bob
|
||
|
|
||
|
go 1.16
|
||
|
|
||
|
require (
|
||
|
github.com/lann/builder v0.0.0-20180802200727-47ae307949d0
|
||
|
github.com/lann/ps v0.0.0-20150810152359-62de8c46ede0 // indirect
|
||
|
)
|