Skip to content

Commit

Permalink
Merge pull request #1 from gochigo/respect-context
Browse files Browse the repository at this point in the history
respect context in refreshing loops
  • Loading branch information
paganotoni authored May 5, 2022
2 parents 8e88275 + d54bfdf commit 330a039
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 590 deletions.
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ go 1.17

require (
github.com/fatih/color v1.13.0
github.com/fsnotify/fsnotify v1.5.1
github.com/fsnotify/fsnotify v1.5.4
github.com/mitchellh/go-homedir v1.1.0
github.com/spf13/cobra v1.2.1
github.com/spf13/cobra v1.4.0
gopkg.in/yaml.v2 v2.4.0
)

Expand All @@ -15,5 +15,5 @@ require (
github.com/mattn/go-colorable v0.1.9 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
github.com/spf13/pflag v1.0.5 // indirect
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect
golang.org/x/sys v0.0.0-20220412211240-33da011f77ad // indirect
)
Loading

0 comments on commit 330a039

Please sign in to comment.