Add upload package and update dependencies

This commit is contained in:
2021-06-07 21:13:57 +09:30
parent 701583d3fd
commit 9ef6ab71c7
5 changed files with 264 additions and 199 deletions

3
go.mod
View File

@@ -7,6 +7,5 @@ require (
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
github.com/mitchellh/go-homedir v1.1.0
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
golang.org/x/image v0.0.0-20210504121937-7319ad40d33e
)