mirror of https://github.com/go-python/gopy.git
all: add support for Go modules
This commit is contained in:
parent
e137fd0dfe
commit
f5121a0033
|
@ -0,0 +1,9 @@
|
|||
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
|
||||
)
|
|
@ -0,0 +1,6 @@
|
|||
github.com/gonuts/commander v0.1.0 h1:EcDTiVw9oAVORFjQOEOuHQqcl6OXMyTgELocTq6zJ0I=
|
||||
github.com/gonuts/commander v0.1.0/go.mod h1:qkb5mSlcWodYgo7vs8ulLnXhfinhZsZcm6+H/z1JjgY=
|
||||
github.com/gonuts/flag v0.1.0 h1:fqMv/MZ+oNGu0i9gp0/IQ/ZaPIDoAZBOBaJoV7viCWM=
|
||||
github.com/gonuts/flag v0.1.0/go.mod h1:ZTmTGtrSPejTo/SRNhCqwLTmiAgyBdCkLYhHrAoBdz4=
|
||||
github.com/pkg/errors v0.8.1 h1:iURUrRGxPUNPdy5/HRSm+Yj6okJ6UtLINN0Q9M4+h3I=
|
||||
github.com/pkg/errors v0.8.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
|
Loading…
Reference in New Issue