File tree 8 files changed +26
-13
lines changed
8 files changed +26
-13
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,12 @@ updates:
14
14
- " andyone"
15
15
reviewers :
16
16
- " andyone"
17
+ groups :
18
+ all :
19
+ applies-to : version-updates
20
+ update-types :
21
+ - " minor"
22
+ - " patch"
17
23
18
24
- package-ecosystem : " github-actions"
19
25
directory : " /"
Original file line number Diff line number Diff line change 1
1
# ###############################################################################
2
2
3
- # This Makefile generated by GoMakeGen 3.0.1 using next command:
3
+ # This Makefile generated by GoMakeGen 3.0.2 using next command:
4
4
# gomakegen --mod .
5
5
#
6
6
# More info: https://kaos.sh/gomakegen
@@ -33,9 +33,9 @@ vendor: mod-vendor ## Make vendored copy of dependencies
33
33
test : # # Run tests
34
34
@echo " [36;1mStarting tests…[0m"
35
35
ifdef COVERAGE_FILE # # Save coverage data into file (String)
36
- @go test $(VERBOSE_FLAG) -covermode=count -coverprofile=$(COVERAGE_FILE) .
36
+ @go test $(VERBOSE_FLAG) -covermode=count -coverprofile=$(COVERAGE_FILE) .
37
37
else
38
- @go test $(VERBOSE_FLAG) -covermode=count .
38
+ @go test $(VERBOSE_FLAG) -covermode=count .
39
39
endif
40
40
41
41
mod-init :
@@ -99,6 +99,6 @@ help: ## Show this info
99
99
| sed ' s/ifdef //' \
100
100
| awk ' BEGIN {FS = " .*?## "}; {printf " \033[32m%-13s\033[0m %s\n", $$1, $$2}'
101
101
@echo -e ' '
102
- @echo -e ' \033[90mGenerated by GoMakeGen 3.0.1 \033[0m\n'
102
+ @echo -e ' \033[90mGenerated by GoMakeGen 3.0.2 \033[0m\n'
103
103
104
104
# ###############################################################################
Original file line number Diff line number Diff line change 1
- <p align =" center " ><a href =" #readme " ><img src =" https://gh.kaos.st/go-confluence .svg" /></a ></p >
1
+ <p align =" center " ><a href =" #readme " ><img src =" .github/images/card .svg" /></a ></p >
2
2
3
3
<p align =" center " >
4
- <a href =" https://kaos.sh/g/go-confluence.v6 " ><img src =" https://gh.kaos.st/ godoc.svg" alt = " PkgGoDev " /></a >
4
+ <a href =" https://kaos.sh/g/go-confluence.v6 " ><img src =" .github/images/ godoc.svg" /></a >
5
5
<a href =" https://kaos.sh/r/go-confluence " ><img src =" https://kaos.sh/r/go-confluence.svg " alt =" GoReportCard " /></a >
6
6
<a href =" https://kaos.sh/w/go-confluence/ci " ><img src =" https://kaos.sh/w/go-confluence/ci.svg " alt =" GitHub Actions CI Status " /></a >
7
7
<a href =" https://kaos.sh/w/go-confluence/codeql " ><img src =" https://kaos.sh/w/go-confluence/codeql.svg " alt =" GitHub Actions CodeQL Status " /></a >
8
8
<a href =" https://kaos.sh/b/go-confluence " ><img src =" https://kaos.sh/b/c367cff1-4b71-43de-9a47-9fb34e8c34df.svg " alt =" Codebeat badge " /></a >
9
- <a href =" #license " ><img src =" https://gh.kaos.st/apache2. svg" ></a >
9
+ <a href =" #license " ><img src =" .github/images/license. svg" / ></a >
10
10
</p >
11
11
12
12
<p align =" center " ><a href =" #usage-example " >Usage example</a > • <a href =" #ci-status " >CI Status</a > • <a href =" #license " >License</a ></p >
Original file line number Diff line number Diff line change @@ -4,12 +4,12 @@ go 1.18
4
4
5
5
require (
6
6
github.com/essentialkaos/check v1.4.0
7
- github.com/valyala/fasthttp v1.53 .0
7
+ github.com/valyala/fasthttp v1.55 .0
8
8
)
9
9
10
10
require (
11
11
github.com/andybalholm/brotli v1.1.0 // indirect
12
- github.com/klauspost/compress v1.17.8 // indirect
12
+ github.com/klauspost/compress v1.17.9 // indirect
13
13
github.com/kr/pretty v0.3.1 // indirect
14
14
github.com/kr/text v0.2.0 // indirect
15
15
github.com/rogpeppe/go-internal v1.9.0 // indirect
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ github.com/andybalholm/brotli v1.1.0/go.mod h1:sms7XGricyQI9K10gOSf56VKKWS4oLer5
3
3
github.com/creack/pty v1.1.9 /go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E =
4
4
github.com/essentialkaos/check v1.4.0 h1:kWdFxu9odCxUqo1NNFNJmguGrDHgwi3A8daXX1nkuKk =
5
5
github.com/essentialkaos/check v1.4.0 /go.mod h1:LMKPZ2H+9PXe7Y2gEoKyVAwUqXVgx7KtgibfsHJPus0 =
6
- github.com/klauspost/compress v1.17.8 h1:YcnTYrq7MikUT7k0Yb5eceMmALQPYBW/Xltxn0NAMnU =
7
- github.com/klauspost/compress v1.17.8 /go.mod h1:Di0epgTjJY877eYKx5yC51cX2A2Vl2ibi7bDH9ttBbw =
6
+ github.com/klauspost/compress v1.17.9 h1:6KIumPrER1LHsvBVuDa0r5xaG0Es51mhhB9BQB2qeMA =
7
+ github.com/klauspost/compress v1.17.9 /go.mod h1:Di0epgTjJY877eYKx5yC51cX2A2Vl2ibi7bDH9ttBbw =
8
8
github.com/kr/pretty v0.3.1 h1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE =
9
9
github.com/kr/pretty v0.3.1 /go.mod h1:hoEshYVHaxMs3cyo3Yncou5ZscifuDolrwPKZanG3xk =
10
10
github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY =
@@ -14,5 +14,5 @@ github.com/rogpeppe/go-internal v1.9.0 h1:73kH8U+JUqXU8lRuOHeVHaa/SZPifC7BkcraZV
14
14
github.com/rogpeppe/go-internal v1.9.0 /go.mod h1:WtVeX8xhTBvf0smdhujwtBcq4Qrzq/fJaraNFVN+nFs =
15
15
github.com/valyala/bytebufferpool v1.0.0 h1:GqA5TC/0021Y/b9FG4Oi9Mr3q7XYx6KllzawFIhcdPw =
16
16
github.com/valyala/bytebufferpool v1.0.0 /go.mod h1:6bBcMArwyJ5K/AmCkWv1jt77kVWyCJ6HpOuEn7z0Csc =
17
- github.com/valyala/fasthttp v1.53 .0 h1:lW/+SUkOxCx2vlIu0iaImv4JLrVRnbbkpCoaawvA4zc =
18
- github.com/valyala/fasthttp v1.53 .0 /go.mod h1:6dt4/8olwq9QARP/TDuPmWyWcl4byhpvTJ4AAtcz+QM =
17
+ github.com/valyala/fasthttp v1.55 .0 h1:Zkefzgt6a7+bVKHnu/YaYSOPfNYNisSVBo/unVCf8k8 =
18
+ github.com/valyala/fasthttp v1.55 .0 /go.mod h1:NkY9JtkrpPKmgwV3HTaS2HWaJss9RSIsRVfcxxoHiOM =
You can’t perform that action at this time.
0 commit comments