2021-01-30 21:23:58 +10:30
|
|
|
module github.com/tardisx/discord-auto-upload
|
|
|
|
|
2021-10-04 13:03:26 +10:30
|
|
|
go 1.16
|
2021-01-30 21:23:58 +10:30
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/fogleman/gg v1.3.0
|
2022-05-01 14:40:40 +09:30
|
|
|
github.com/getlantern/systray v1.2.1
|
2021-01-30 21:23:58 +10:30
|
|
|
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
|
2022-05-01 14:40:40 +09:30
|
|
|
github.com/gorilla/mux v1.8.0
|
2021-02-07 11:42:13 +10:30
|
|
|
github.com/mitchellh/go-homedir v1.1.0
|
2022-05-01 11:55:20 +09:30
|
|
|
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966
|
2022-12-05 23:24:27 +10:30
|
|
|
github.com/stretchr/testify v1.6.1 // indirect
|
2021-06-07 21:13:57 +09:30
|
|
|
golang.org/x/image v0.0.0-20210504121937-7319ad40d33e
|
2022-12-05 23:36:16 +10:30
|
|
|
golang.org/x/mod v0.7.0
|
2021-01-30 21:23:58 +10:30
|
|
|
)
|