14 lines
240 B
Modula-2
14 lines
240 B
Modula-2
|
module git.stein-ivar.net/steino/cpy3
|
||
|
|
||
|
go 1.20
|
||
|
|
||
|
require (
|
||
|
github.com/go-python/cpy3 v0.2.0
|
||
|
github.com/stretchr/testify v1.2.2
|
||
|
)
|
||
|
|
||
|
require (
|
||
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
||
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
||
|
)
|