1
0
mirror of https://github.com/michaellindman/discoupload.git synced 2024-11-16 20:11:38 +00:00
discoupload/go.mod
Michael b57a558b0a include go reference in readme and minor fixes
Signed-off-by: Michael <michael.lindman@gmail.com>
2020-08-17 00:07:05 +01:00

10 lines
164 B
Modula-2

module github.com/michaellindman/discoupload
go 1.14
require (
github.com/michaellindman/request v0.0.5
github.com/pkg/errors v0.9.1
gopkg.in/yaml.v2 v2.3.0
)