Skip to content

Commit

Permalink
Merge branch 'main' of github.com:fantasticrabbit/ClickupCLI
Browse files Browse the repository at this point in the history
  • Loading branch information
fantasticrabbit committed Nov 3, 2021
2 parents 912c164 + 83718df commit 56d0c71
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@ module github.com/fantasticrabbit/ClickupCLI

go 1.17

require (
github.com/pkg/browser v0.0.0-20201112035734-206646e67786
github.com/spf13/cobra v1.2.1
github.com/spf13/viper v1.9.0
golang.org/x/oauth2 v0.0.0-20211005180243-6b3c2da341f1
)

require (
github.com/fsnotify/fsnotify v1.5.1 // indirect
github.com/golang/protobuf v1.5.2 // indirect
Expand All @@ -10,16 +17,12 @@ require (
github.com/magiconair/properties v1.8.5 // indirect
github.com/mitchellh/mapstructure v1.4.2 // indirect
github.com/pelletier/go-toml v1.9.4 // indirect
github.com/pkg/browser v0.0.0-20201112035734-206646e67786
github.com/spf13/afero v1.6.0 // indirect
github.com/spf13/cast v1.4.1 // indirect
github.com/spf13/cobra v1.2.1
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/spf13/viper v1.9.0
github.com/subosito/gotenv v1.2.0 // indirect
golang.org/x/net v0.0.0-20210503060351-7fd8e65b6420 // indirect
golang.org/x/oauth2 v0.0.0-20211005180243-6b3c2da341f1
golang.org/x/sys v0.0.0-20210823070655-63515b42dcdf // indirect
golang.org/x/text v0.3.6 // indirect
google.golang.org/appengine v1.6.7 // indirect
Expand Down

0 comments on commit 56d0c71

Please sign in to comment.