-
-
Notifications
You must be signed in to change notification settings - Fork 11
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
Showing
3 changed files
with
285 additions
and
75 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,15 @@ | ||
module github.com/bitfield/uptimerobot | ||
|
||
require ( | ||
github.com/google/go-cmp v0.5.8 | ||
github.com/pelletier/go-toml/v2 v2.0.2 // indirect | ||
github.com/spf13/cobra v0.0.5 | ||
github.com/spf13/viper v1.12.0 | ||
github.com/subosito/gotenv v1.4.0 // indirect | ||
golang.org/x/sys v0.0.0-20220712014510-0a85c31ab51e // indirect | ||
gopkg.in/ini.v1 v1.66.6 // indirect | ||
github.com/google/go-cmp v0.5.9 | ||
github.com/inconshreveable/mousetrap v1.1.0 // indirect | ||
github.com/magiconair/properties v1.8.7 // indirect | ||
github.com/pelletier/go-toml/v2 v2.0.6 // indirect | ||
github.com/spf13/afero v1.9.3 // indirect | ||
github.com/spf13/cobra v1.6.1 | ||
github.com/spf13/viper v1.14.0 | ||
golang.org/x/sys v0.3.0 // indirect | ||
golang.org/x/text v0.5.0 // indirect | ||
) | ||
|
||
go 1.13 |
Oops, something went wrong.