mirror of
https://github.com/cubixle/ebay.git
synced 2026-04-24 19:54:47 +01:00
11 lines
205 B
Modula-2
11 lines
205 B
Modula-2
module github.com/jybp/ebay
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/joho/godotenv v1.3.0
|
|
github.com/pkg/errors v0.8.1
|
|
github.com/stretchr/testify v1.3.0
|
|
golang.org/x/oauth2 v0.0.0-20190523182746-aaccbc9213b0
|
|
)
|