Skip to content

Commit

Permalink
Merge pull request #18 from harakeishi/fix/filename
Browse files Browse the repository at this point in the history
Fixed insufficient renaming of files
  • Loading branch information
harakeishi committed Feb 1, 2022
2 parents 4c9d43b + 5c3e8a4 commit ae5e68e
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 5 deletions.
1 change: 0 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ module github.com/harakeishi/whris
go 1.13

require (
github.com/harakeishi/whereis v0.1.8
github.com/likexian/whois v1.12.4
github.com/spf13/cobra v1.3.0
)
2 changes: 0 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -189,8 +189,6 @@ github.com/googleapis/gax-go/v2 v2.0.5/go.mod h1:DWXyrwAJ9X0FpwwEdw+IPEYBICEFu5m
github.com/googleapis/gax-go/v2 v2.1.0/go.mod h1:Q3nei7sK6ybPYH7twZdmQpAd1MKb7pfu6SK+H1/DsU0=
github.com/googleapis/gax-go/v2 v2.1.1/go.mod h1:hddJymUZASv3XPyGkUpKj8pPO47Rmb0eJc8R6ouapiM=
github.com/grpc-ecosystem/grpc-gateway v1.16.0/go.mod h1:BDjrQk3hbvj6Nolgz8mAMFbcEtjT1g+wF4CSlocrBnw=
github.com/harakeishi/whereis v0.1.8 h1:Vhad0RQZazyi5xIZI+ZsUoC2Ze7Puk+am7E6F2frlnc=
github.com/harakeishi/whereis v0.1.8/go.mod h1:e3qHmThbE9TfOXEzPE/bnK7dS8Z7FiRK5+yksHtI1Eg=
github.com/hashicorp/consul/api v1.11.0/go.mod h1:XjsvQN+RJGWI2TWy1/kqaE16HrR2J/FWgkYjdZQsX9M=
github.com/hashicorp/consul/sdk v0.8.0/go.mod h1:GBvyrGALthsZObzUGsfgHZQDXjg4lOjagTIwIR1vPms=
github.com/hashicorp/errwrap v1.0.0/go.mod h1:YH+1FKiLXxHSkmPseP+kNlulaMuP3n2brvKWEqk/Jc4=
Expand Down
4 changes: 2 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ Copyright © 2022 NAME HERE <EMAIL ADDRESS>
*/
package main

import "github.com/harakeishi/whereis/cmd"
import "github.com/harakeishi/whris/cmd"

var (
Version = "0.1.0"
Version = "0.1.10"
)

func main() {
Expand Down
File renamed without changes.

0 comments on commit ae5e68e

Please sign in to comment.