Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
bitfield committed Dec 22, 2022
1 parent 3bdcf52 commit 3785594
Show file tree
Hide file tree
Showing 3 changed files with 285 additions and 75 deletions.
16 changes: 9 additions & 7 deletions go.mod
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
Loading

0 comments on commit 3785594

Please sign in to comment.