]> git.immae.eu Git - github/fretlink/terraform-provider-statuscake.git/blobdiff - vendor/google.golang.org/grpc/version.go
Upgrade to 0.12
[github/fretlink/terraform-provider-statuscake.git] / vendor / google.golang.org / grpc / version.go
similarity index 76%
rename from vendor/google.golang.org/grpc/naming/go18.go
rename to vendor/google.golang.org/grpc/version.go
index b5a0f842748fc66d85df86f93f6224657611ff05..45eace590f725f2a63e368083a343130c38fc594 100644 (file)
@@ -1,8 +1,6 @@
-// +build go1.8
-
 /*
  *
- * Copyright 2017 gRPC authors.
+ * Copyright 2018 gRPC authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  *
  */
 
-package naming
-
-import "net"
+package grpc
 
-var (
-       lookupHost = net.DefaultResolver.LookupHost
-       lookupSRV  = net.DefaultResolver.LookupSRV
-)
+// Version is the current grpc version.
+const Version = "1.18.0"