Skip to content

Commit

Permalink
Merge pull request #5 from harakeishi/fix/typo-package-name
Browse files Browse the repository at this point in the history
タイポを修正
  • Loading branch information
harakeishi authored Jan 29, 2022
2 parents fdecfee + eb11511 commit 0628e55
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 52 deletions.
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package cmd
import (
"os"

Whereis "github.com/harakeishi/whereis/wehreis"
Whereis "github.com/harakeishi/whereis/whereis"
"github.com/spf13/cobra"
)

Expand Down
6 changes: 0 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,5 @@ go 1.13

require (
github.com/likexian/whois v1.12.4
github.com/likexian/whois-parser v1.22.0
github.com/spf13/afero v1.8.0 // indirect
github.com/spf13/cobra v1.3.0
github.com/spf13/viper v1.10.1 // indirect
github.com/undiabler/golang-whois v0.0.0-20200529150455-5fb8fbf53359
golang.org/x/sys v0.0.0-20220114195835-da31bd327af9 // indirect
gopkg.in/ini.v1 v1.66.3 // indirect
)
Loading

0 comments on commit 0628e55

Please sign in to comment.