Files
ebay/go.mod
2019-05-27 21:54:44 +02:00

9 lines
142 B
Modula-2

module github.com/jybp/ebay
go 1.12
require (
github.com/stretchr/testify v1.3.0
golang.org/x/oauth2 v0.0.0-20190523182746-aaccbc9213b0
)