mirror of
https://github.com/michaellindman/discoupload.git
synced 2024-11-17 05:10:21 +00:00
10 lines
158 B
Modula-2
10 lines
158 B
Modula-2
module github.com/michaellindman/discoupload
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
git.0cd.xyz/michael/request v0.0.5
|
|
github.com/pkg/errors v0.9.1
|
|
gopkg.in/yaml.v2 v2.3.0
|
|
)
|