Skip to content

Commit

Permalink
go mod tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
justincampbell committed Apr 15, 2022
1 parent a76c4ec commit 82cee17
Show file tree
Hide file tree
Showing 2 changed files with 565 additions and 112 deletions.
22 changes: 8 additions & 14 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,15 @@ module github.com/open-pomodoro/openpomodoro-cli
go 1.16

require (
github.com/fsnotify/fsnotify v1.4.9 // indirect
github.com/justincampbell/go-countdown v0.0.0-20180522133831-c8d99217f0f9
github.com/magiconair/properties v1.8.4 // indirect
github.com/mitchellh/mapstructure v1.4.0 // indirect
github.com/kr/logfmt v0.0.0-20210122060352-19f9bcb100e6 // indirect
github.com/magiconair/properties v1.8.6 // indirect
github.com/open-pomodoro/go-openpomodoro v0.0.0-20190916124501-e8f2ba2ebd6a
github.com/pelletier/go-toml v1.8.1 // indirect
github.com/soh335/ical v0.0.0-20160115065015-8bf3eeeb3583
github.com/spf13/afero v1.5.1 // indirect
github.com/spf13/cast v1.3.1 // indirect
github.com/spf13/cobra v1.1.1
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/viper v1.7.1
github.com/stretchr/testify v1.4.0
golang.org/x/sys v0.0.0-20210105210732-16f7687f5001 // indirect
golang.org/x/text v0.3.5 // indirect
gopkg.in/ini.v1 v1.62.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
github.com/spf13/afero v1.8.2 // indirect
github.com/spf13/cobra v1.4.0
github.com/spf13/viper v1.10.1
github.com/stretchr/testify v1.7.0
golang.org/x/sys v0.0.0-20220408201424-a24fb2fb8a0f // indirect
gopkg.in/ini.v1 v1.66.4 // indirect
)
Loading

0 comments on commit 82cee17

Please sign in to comment.