From 05ddfb512c6a595238be03c8d4dbb41640b8cd3d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Nov 2021 22:58:38 -0700 Subject: [PATCH] build(deps): bump github.com/tg123/go-htpasswd from 1.1.0 to 1.2.0 (#1466) Bumps [github.com/tg123/go-htpasswd](https://github.com/tg123/go-htpasswd) from 1.1.0 to 1.2.0. - [Release notes](https://github.com/tg123/go-htpasswd/releases) - [Commits](https://github.com/tg123/go-htpasswd/compare/v1.1.0...v1.2.0) --- updated-dependencies: - dependency-name: github.com/tg123/go-htpasswd dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index f7e784be2..b488fc618 100644 --- a/go.mod +++ b/go.mod @@ -46,7 +46,7 @@ require ( github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966 github.com/stretchr/testify v1.7.0 github.com/studio-b12/gowebdav v0.0.0-20210917133250-a3a86976a1df - github.com/tg123/go-htpasswd v1.1.0 + github.com/tg123/go-htpasswd v1.2.0 github.com/zalando/go-keyring v0.1.1 github.com/zeebo/blake3 v0.2.1 go.opencensus.io v0.23.0 diff --git a/go.sum b/go.sum index ac92372f0..2fd105310 100644 --- a/go.sum +++ b/go.sum @@ -671,8 +671,8 @@ github.com/stretchr/testify v1.7.0 h1:nwc3DEeHmmLAfoZucVR881uASk0Mfjw8xYJ99tb5Cc github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg= github.com/studio-b12/gowebdav v0.0.0-20210917133250-a3a86976a1df h1:C+J/LwTqP8gRPt1MdSzBNZP0OYuDm5wsmDKgwpLjYzo= github.com/studio-b12/gowebdav v0.0.0-20210917133250-a3a86976a1df/go.mod h1:gCcfDlA1Y7GqOaeEKw5l9dOGx1VLdc/HuQSlQAaZ30s= -github.com/tg123/go-htpasswd v1.1.0 h1:AzSHW5HMrs2SfUXH6Km9lvGpula9zdf+f0eT7PJsI0M= -github.com/tg123/go-htpasswd v1.1.0/go.mod h1:wr39Mdie60atxaJv7oNq29KPCOrwOOnaru1mBFRThE4= +github.com/tg123/go-htpasswd v1.2.0 h1:UKp34m9H467/xklxUxU15wKRru7fwXoTojtxg25ITF0= +github.com/tg123/go-htpasswd v1.2.0/go.mod h1:h7IzlfpvIWnVJhNZ0nQ9HaFxHb7pn5uFJYLlEUJa2sM= github.com/tmc/grpc-websocket-proxy v0.0.0-20170815181823-89b8d40f7ca8/go.mod h1:ncp9v5uamzpCO7NfCPTXjqaC+bZgJeR0sMTm6dMHP7U= github.com/ugorji/go v1.1.7/go.mod h1:kZn38zHttfInRq0xu/PH0az30d+z6vm202qpg1oXVMw= github.com/ugorji/go/codec v1.1.7/go.mod h1:Ax+UKWsSmolVDwsd+7N3ZtXu+yMGCf907BLYF3GoBXY=