mirror of https://github.com/go-python/gopy.git
10 lines
152 B
Modula-2
10 lines
152 B
Modula-2
|
module github.com/go-python/gopy
|
||
|
|
||
|
go 1.12
|
||
|
|
||
|
require (
|
||
|
github.com/gonuts/commander v0.1.0
|
||
|
github.com/gonuts/flag v0.1.0
|
||
|
github.com/pkg/errors v0.8.1
|
||
|
)
|