Skip to content

Commit 1d1d2a9

Browse files
committed
update tinyutil of basic-auth-proxy example
1 parent a64c840 commit 1d1d2a9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

examples/basic-auth-proxy/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ module github.com/syumai/basic-auth-server
33
go 1.18
44

55
require (
6-
github.com/syumai/tinyutil v0.1.0
7-
github.com/syumai/workers v0.0.0
6+
github.com/syumai/tinyutil v0.3.0
7+
github.com/syumai/workers v0.5.1
88
)
99

1010
replace github.com/syumai/workers => ../../

examples/basic-auth-proxy/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
github.com/syumai/tinyutil v0.1.0 h1:XJeMlJqKMwhHhTFXg7qqdF+kGxDul//kkBKtMJlXm80=
2-
github.com/syumai/tinyutil v0.1.0/go.mod h1:/owCyUs1bh6tKxH7K1Ze3M/zZtZ+vGrj3h82fgNHDFI=
1+
github.com/syumai/tinyutil v0.3.0 h1:sgWeE8oQyequIRLNeHZgR1PddpY4mxcdkfMgx2m53IE=
2+
github.com/syumai/tinyutil v0.3.0/go.mod h1:/owCyUs1bh6tKxH7K1Ze3M/zZtZ+vGrj3h82fgNHDFI=

0 commit comments

Comments
 (0)