forked from cmmarslender/zoom-status
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
cbafdbd
commit b2c3b5d
Showing
3 changed files
with
25 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,35 @@ | ||
module github.com/caitlinelfring/zoom-slack-status | ||
|
||
go 1.15 | ||
go 1.18 | ||
|
||
require ( | ||
github.com/fsnotify/fsnotify v1.4.9 | ||
github.com/getlantern/systray v1.0.5 | ||
github.com/mitchellh/go-homedir v1.1.0 | ||
github.com/mitchellh/go-ps v1.0.0 | ||
github.com/spf13/viper v1.7.1 | ||
) | ||
|
||
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/hashicorp/hcl v1.0.0 // indirect | ||
github.com/magiconair/properties v1.8.1 // indirect | ||
github.com/mitchellh/mapstructure v1.1.2 // indirect | ||
github.com/oxtoacart/bpool v0.0.0-20190530202638-03653db5a59c // indirect | ||
github.com/pelletier/go-toml v1.2.0 // indirect | ||
github.com/spf13/afero v1.1.2 // indirect | ||
github.com/spf13/cast v1.3.0 // indirect | ||
github.com/spf13/jwalterweatherman v1.0.0 // indirect | ||
github.com/spf13/pflag v1.0.3 // indirect | ||
github.com/subosito/gotenv v1.2.0 // indirect | ||
golang.org/x/sys v0.0.0-20220728004956-3c1f35247d10 // indirect | ||
golang.org/x/text v0.3.2 // indirect | ||
gopkg.in/ini.v1 v1.51.0 // indirect | ||
gopkg.in/yaml.v2 v2.2.4 // indirect | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters