File tree Expand file tree Collapse file tree 3 files changed +0
-5
lines changed Expand file tree Collapse file tree 3 files changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ build_swagger:
16
16
17
17
test : lint
18
18
@GO111MODULE=on go test -mod=vendor -race -covermode=atomic . ./pkg/admin ./pkg/evaluator
19
- # @GO111MODULE=on go test -mod=vendor -race -covermode=atomic ./pkg/evaluator
20
19
21
20
run : build
22
21
OPENMOCK_TEMPLATES_DIR=./demo_templates ./om
Original file line number Diff line number Diff line change @@ -38,7 +38,6 @@ require (
38
38
github.com/imdario/mergo v0.3.6 // indirect
39
39
github.com/jessevdk/go-flags v1.4.0
40
40
github.com/kr/text v0.2.0 // indirect
41
- github.com/labstack/echo v3.3.10+incompatible
42
41
github.com/labstack/echo/v4 v4.1.16
43
42
github.com/moul/http2curl v1.0.0 // indirect
44
43
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
Original file line number Diff line number Diff line change @@ -186,9 +186,6 @@ github.com/kr/text v0.1.0 h1:45sCR5RtlFHMR4UwH9sdQ5TC8v0qDQCHnXt+kaKSTVE=
186
186
github.com/kr/text v0.1.0 /go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI =
187
187
github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY =
188
188
github.com/kr/text v0.2.0 /go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE =
189
- github.com/labstack/echo v1.4.4 h1:1bEiBNeGSUKxcPDGfZ/7IgdhJJZx8wV/pICJh4W2NJI =
190
- github.com/labstack/echo v3.3.10+incompatible h1:pGRcYk231ExFAyoAjAfD85kQzRJCRI8bbnE7CX5OEgg =
191
- github.com/labstack/echo v3.3.10+incompatible /go.mod h1:0INS7j/VjnFxD4E2wkz67b8cVwCLbBmJyDaka6Cmk1s =
192
189
github.com/labstack/echo/v4 v4.1.16 h1:8swiwjE5Jkai3RPfZoahp8kjVCRNq+y7Q0hPji2Kz0o =
193
190
github.com/labstack/echo/v4 v4.1.16 /go.mod h1:awO+5TzAjvL8XpibdsfXxPgHr+orhtXZJZIQCVjogKI =
194
191
github.com/labstack/gommon v0.3.0 h1:JEeO0bvc78PKdyHxloTKiF8BD5iGrH8T6MSeGvSgob0 =
You can’t perform that action at this time.
0 commit comments