13 lines
337 B
Modula-2
13 lines
337 B
Modula-2
module github.com/tardisx/discord-auto-upload
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/fogleman/gg v1.3.0
|
|
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
|
|
github.com/gorilla/mux v1.8.0 // indirect
|
|
github.com/mitchellh/go-homedir v1.1.0
|
|
golang.org/x/image v0.0.0-20210504121937-7319ad40d33e
|
|
golang.org/x/mod v0.4.2
|
|
)
|