Skip to content

Commit 23ee885

Browse files
committed
chore(deps): Bumping httputils for using flags
Signed-off-by: Vincent Boutour <[email protected]>
1 parent 2b78df6 commit 23ee885

File tree

4 files changed

+10
-157
lines changed

4 files changed

+10
-157
lines changed

cmd/goweb/api.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ import (
66
"os"
77
"strings"
88

9+
"github.com/ViBiOh/flags"
910
"github.com/ViBiOh/goweb/pkg/delay"
1011
"github.com/ViBiOh/goweb/pkg/dump"
1112
"github.com/ViBiOh/goweb/pkg/hello"
1213
"github.com/ViBiOh/httputils/v4/pkg/alcotest"
1314
"github.com/ViBiOh/httputils/v4/pkg/cors"
14-
"github.com/ViBiOh/httputils/v4/pkg/flags"
1515
"github.com/ViBiOh/httputils/v4/pkg/health"
1616
"github.com/ViBiOh/httputils/v4/pkg/httputils"
1717
"github.com/ViBiOh/httputils/v4/pkg/logger"

go.mod

+4-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@ module github.com/ViBiOh/goweb
22

33
go 1.17
44

5-
require github.com/ViBiOh/httputils/v4 v4.34.3
5+
require (
6+
github.com/ViBiOh/flags v0.0.1
7+
github.com/ViBiOh/httputils/v4 v4.34.4
8+
)
69

710
require (
811
github.com/beorn7/perks v1.0.1 // indirect

0 commit comments

Comments
 (0)