Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
github.com/cheynewallace/tabby v1.1.0
github.com/mitchellh/go-homedir v1.1.0
github.com/mitchellh/gox v1.0.1
github.com/nttcom/go-fic v1.0.2
github.com/nttcom/go-fic v1.0.3
github.com/pelletier/go-toml v1.6.0 // indirect
github.com/spf13/afero v1.2.2 // indirect
github.com/spf13/cobra v0.0.5
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ github.com/mitchellh/iochan v1.0.0/go.mod h1:JwYml1nuB7xOzsp52dPpHFffvOCDupsG0Qu
github.com/mitchellh/mapstructure v1.1.2 h1:fmNYVwqnSfB9mZU6OS2O6GsXM+wcskZDuKQzvN1EDeE=
github.com/mitchellh/mapstructure v1.1.2/go.mod h1:FVVH3fgwuzCH5S8UJGiWEs2h04kUh9fWfEaFds41c1Y=
github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223/go.mod h1:qRWi+5nqEBWmkhHvq77mSJWrCKwh8bxhgT7d/eI7P4U=
github.com/nttcom/go-fic v1.0.2 h1:8IwSHwXBE9SwRt9VsPgN3WHpNe6QbSsD46u7cVn3JBg=
github.com/nttcom/go-fic v1.0.2/go.mod h1:I6SsvzBk6X8jffKsxxzLOSmOdtCvak7cRGllgghUH/c=
github.com/nttcom/go-fic v1.0.3 h1:fzXAXFKkGEfxLFqiYavXN0fG8eZ0B6G+tf/d8hqpap0=
github.com/nttcom/go-fic v1.0.3/go.mod h1:I6SsvzBk6X8jffKsxxzLOSmOdtCvak7cRGllgghUH/c=
github.com/oklog/ulid v1.3.1/go.mod h1:CirwcVhetQ6Lv90oh/F+FBtV6XMibvdAFo93nm5qn4U=
github.com/pelletier/go-toml v1.2.0 h1:T5zMGML61Wp+FlcbWjRDT7yAxhJNAiPPLOFECq181zc=
github.com/pelletier/go-toml v1.2.0/go.mod h1:5z9KED0ma1S8pY6P1sdut58dfprrGBbd/94hg7ilaic=
Expand Down