diff --git a/cmd/http/main.go b/cmd/http/main.go index a113e3ec032..037ef5028ad 100644 --- a/cmd/http/main.go +++ b/cmd/http/main.go @@ -38,7 +38,7 @@ import ( const ( svcName = "http_adapter" - envPrefix = "MG_HTTP_ADAPTER_" + envPrefix = "MG_HTTP_ADAPTER_" envPrefixAuthz = "MG_THINGS_AUTH_GRPC_" defSvcHTTPPort = "80" targetHTTPPort = "81" diff --git a/go.sum b/go.sum index 733bfd11b1a..ce352cb8a85 100644 --- a/go.sum +++ b/go.sum @@ -21,8 +21,6 @@ github.com/VividCortex/gohistogram v1.0.0 h1:6+hBz+qvs0JOrrNhhmR7lFxo5sINxBCGXrd github.com/VividCortex/gohistogram v1.0.0/go.mod h1:Pf5mBqqDxYaXu3hDrrU+w6nw50o/4+TcAqDqk/vUH7g= github.com/absmach/callhome v0.14.0 h1:zB4tIZJ1YUmZ1VGHFPfMA/Lo6/Mv19y2dvoOiXj2BWs= github.com/absmach/callhome v0.14.0/go.mod h1:l12UJOfibK4Muvg/AbupHuquNV9qSz/ROdTEPg7f2Vk= -github.com/absmach/mproxy v0.4.3-0.20240430090627-27dad4c91c6c h1:wGtfVk3knDUsrUoyOxfyDPK3lJB6Yc6BMePf62UaTOo= -github.com/absmach/mproxy v0.4.3-0.20240430090627-27dad4c91c6c/go.mod h1:Nevip6o8u5Zx7l3LTtN8BwlCI5h5KpsnI9YnAxF5RT8= github.com/absmach/mproxy v0.4.3-0.20240506153527-d8b18368068d h1:Y88FgK//LNFyVp5ZSdg16W+msMtOxAz45lQGeKGDSbU= github.com/absmach/mproxy v0.4.3-0.20240506153527-d8b18368068d/go.mod h1:Nevip6o8u5Zx7l3LTtN8BwlCI5h5KpsnI9YnAxF5RT8= github.com/absmach/senml v1.0.5 h1:zNPRYpGr2Wsb8brAusz8DIfFqemy1a2dNbmMnegY3GE=