go mod tidy

This commit is contained in:
2022-05-01 14:40:40 +09:30
parent b04ed6aa62
commit 2a99541f58
2 changed files with 5 additions and 2 deletions

4
go.mod
View File

@@ -4,9 +4,9 @@ go 1.16
require (
github.com/fogleman/gg v1.3.0
github.com/getlantern/systray v1.2.1 // indirect
github.com/getlantern/systray v1.2.1
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
github.com/gorilla/mux v1.8.0 // indirect
github.com/gorilla/mux v1.8.0
github.com/mitchellh/go-homedir v1.1.0
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966
golang.org/x/image v0.0.0-20210504121937-7319ad40d33e