Bring into 2021

This commit is contained in:
2021-01-30 21:23:58 +10:30
parent a4f958f846
commit c2b9bf410d
3 changed files with 25 additions and 3 deletions

11
go.mod Normal file
View File

@@ -0,0 +1,11 @@
module github.com/tardisx/discord-auto-upload
go 1.15
require (
github.com/fogleman/gg v1.3.0
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
github.com/pborman/getopt v1.1.0
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966
golang.org/x/image v0.0.0-20201208152932-35266b937fa6
)