StarlioX/go.mod

36 lines
1.5 KiB
Modula-2
Raw Permalink Normal View History

2022-09-18 19:23:53 +03:00
module github.com/Redume/EveryNasa
go 1.19
require (
github.com/getlantern/systray v1.2.1
2022-10-02 12:24:20 +03:00
github.com/go-ole/go-ole v1.2.6
2022-09-18 19:23:53 +03:00
github.com/gorilla/mux v1.8.0
github.com/jasonlvhit/gocron v0.0.1
github.com/mattn/go-sqlite3 v1.14.15
github.com/reujab/wallpaper v0.0.0-20210630195606-5f9f655b3740
github.com/rodkranz/fetch v1.2.0
github.com/shirou/gopsutil/v3 v3.22.9
2022-09-18 19:23:53 +03:00
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966
gopkg.in/yaml.v2 v2.4.0
)
require (
github.com/getlantern/context v0.0.0-20190109183933-c447772a6520 // indirect
github.com/getlantern/errors v0.0.0-20190325191628-abdb3e3e36f7 // indirect
github.com/getlantern/golog v0.0.0-20190830074920-4ef2e798c2d7 // indirect
github.com/getlantern/hex v0.0.0-20190417191902-c6586a6fe0b7 // indirect
github.com/getlantern/hidden v0.0.0-20190325191715-f02dbb02be55 // indirect
github.com/getlantern/ops v0.0.0-20190325191751-d70cb0d6f85f // indirect
github.com/go-stack/stack v1.8.0 // indirect
github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 // indirect
github.com/oxtoacart/bpool v0.0.0-20190530202638-03653db5a59c // indirect
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect
github.com/tklauser/go-sysconf v0.3.10 // indirect
github.com/tklauser/numcpus v0.4.0 // indirect
github.com/yusufpapurcu/wmi v1.2.2 // indirect
golang.org/x/net v0.0.0-20200226121028-0de0cce0169b // indirect
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a // indirect
gopkg.in/ini.v1 v1.62.0 // indirect
)