From ce1a793eff0c2f7efbbd481eeee173e8ae2f1d6b Mon Sep 17 00:00:00 2001 From: ashraful88 Date: Tue, 28 Apr 2020 11:50:15 +0800 Subject: [PATCH] rename module --- LICENSE | 2 +- example/main.go | 2 +- go.mod | 3 +-- go.sum | 4 +--- 4 files changed, 4 insertions(+), 7 deletions(-) diff --git a/LICENSE b/LICENSE index 1eaf068..526231b 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2019 701Search Pte. Ltd +Copyright (c) 2020 Mudah Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/example/main.go b/example/main.go index 00b81a8..37ad655 100644 --- a/example/main.go +++ b/example/main.go @@ -3,7 +3,7 @@ package main import ( "log" - fasthttpprom "github.com/701search/fasthttp-prometheus-middleware" + fasthttpprom "github.com/carousell/fasthttp-prometheus-middleware" "github.com/fasthttp/router" "github.com/valyala/fasthttp" ) diff --git a/go.mod b/go.mod index 6e236af..28908b9 100644 --- a/go.mod +++ b/go.mod @@ -1,10 +1,9 @@ -module github.com/701search/fasthttp-prometheus-middleware +module github.com/carousell/fasthttp-prometheus-middleware go 1.13 require ( github.com/fasthttp/router v0.5.2 - github.com/joho/godotenv v1.3.0 // indirect github.com/prometheus/client_golang v1.2.1 github.com/valyala/fasthttp v1.6.0 ) diff --git a/go.sum b/go.sum index 723503a..43bcaf9 100644 --- a/go.sum +++ b/go.sum @@ -1,4 +1,3 @@ -github.com/701search/fasthttp-prometheus-middleware v0.0.0-20191210094330-bafded214b7e h1:hLSRtphS3klE+kj31m3mSGb1HpQT3QdlUpapEG1DH+0= github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc/go.mod h1:LOuyumcjzFXgccqObfd/Ljyb9UuFJ6TxHnclSeseNhc= github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751/go.mod h1:LOuyumcjzFXgccqObfd/Ljyb9UuFJ6TxHnclSeseNhc= github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf/go.mod h1:ybxpYRFXyAe+OPACYpWeL0wqObRcbAqCMya13uyzqw0= @@ -23,10 +22,9 @@ github.com/golang/protobuf v1.2.0/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5y github.com/golang/protobuf v1.3.1/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U= github.com/golang/protobuf v1.3.2 h1:6nsPYzhq5kReh6QImI3k5qWzO4PEbvbIW2cwSfR/6xs= github.com/golang/protobuf v1.3.2/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U= +github.com/google/go-cmp v0.3.0 h1:crn/baboCvb5fXaQ0IJ1SGTsTVrWpDsCWC8EGETZijY= github.com/google/go-cmp v0.3.0/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU= github.com/google/gofuzz v1.0.0/go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/M65Eg= -github.com/joho/godotenv v1.3.0 h1:Zjp+RcGpHhGlrMbJzXTrZZPrWj+1vfm90La1wgB6Bhc= -github.com/joho/godotenv v1.3.0/go.mod h1:7hK45KPybAkOC6peb+G5yklZfMxEjkZhHbwpqxOKXbg= github.com/json-iterator/go v1.1.6/go.mod h1:+SdeFBvtyEkXs7REEP0seUULqWtbJapLOCVDaaPEHmU= github.com/json-iterator/go v1.1.7/go.mod h1:KdQUCv79m/52Kvf8AW2vK1V8akMuk1QjK/uOdHXbAo4= github.com/julienschmidt/httprouter v1.2.0/go.mod h1:SYymIcj16QtmaHHD7aYtjjsJG7VTCxuUUipMqKk8s4w=