mirror of
https://github.com/cubixle/ebay.git
synced 2026-04-24 22:34:42 +01:00
9 lines
142 B
Modula-2
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
|
|
)
|