Skip to content

Commit

Permalink
Merge pull request #40 from harakeishi/change/curver-new
Browse files Browse the repository at this point in the history
curverのバージョン上げ
  • Loading branch information
harakeishi authored Feb 26, 2022
2 parents b8f53ab + 07e74f0 commit b3b7484
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/harakeishi/whris
go 1.13

require (
github.com/harakeishi/curver v0.1.0
github.com/harakeishi/curver v0.1.1
github.com/likexian/whois v1.12.4
github.com/spf13/cobra v1.3.0
)
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -189,8 +189,8 @@ 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/curver v0.1.0 h1:jTmR1q9oDQTWxX59FMnk8uXedgNWRDNdiKYS01dqBZw=
github.com/harakeishi/curver v0.1.0/go.mod h1:G8ZUue/D5LVD1MFMv8bcsrn1SdwL/LbnqC+BFoFuVJw=
github.com/harakeishi/curver v0.1.1 h1:qW+37PS7/ktPd9pU4uA8rGl8/KDholtKmJdNtkM+aTk=
github.com/harakeishi/curver v0.1.1/go.mod h1:G8ZUue/D5LVD1MFMv8bcsrn1SdwL/LbnqC+BFoFuVJw=
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

0 comments on commit b3b7484

Please sign in to comment.