gopy/go.mod

13 lines
226 B
Modula-2
Raw Normal View History

2019-04-25 08:43:01 +00:00
module github.com/go-python/gopy
go 1.19
2019-04-25 08:43:01 +00:00
require (
github.com/gonuts/commander v0.1.0
github.com/gonuts/flag v0.1.0
github.com/pkg/errors v0.9.1
2023-12-12 20:11:04 +00:00
golang.org/x/tools v0.16.0
2019-04-25 08:43:01 +00:00
)
2022-06-19 09:05:31 +00:00
2023-12-12 20:11:04 +00:00
require golang.org/x/mod v0.14.0 // indirect