update go-pkgz/auth module to fix dev provider work

Fix for error introduced in the following commit:
https://github.com/go-pkgz/auth/commit/06e72788bcbb23d958c60655b42892b95457477e

After text/template was replaced with the html/template,
the dev provider started escaping parameters
which were not supposed to be escaped.
This commit is contained in:
Dmitry Verkhoturov
2022-07-10 10:49:41 -05:00
committed by Umputun
parent 99716984ad
commit 1f96a0e4d3
13 changed files with 123 additions and 209 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ jobs:
- name: install golangci-lint and goveralls
run: |
curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh| sh -s -- -b $GITHUB_WORKSPACE v1.44.0
curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh| sh -s -- -b $GITHUB_WORKSPACE v1.46.1
go get -u github.com/mattn/goveralls
- name: test and lint backend