Skip to content

Commit 70976e6

Browse files
authored
chore: remove listx dependency (#2752)
1 parent 439f015 commit 70976e6

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

Makefile

-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ export VCS_REF := $(shell git rev-parse HEAD)
1212
export QUICKSTART_OPTIONS ?= ""
1313

1414
GO_DEPENDENCIES = github.com/ory/go-acc \
15-
github.com/ory/x/tools/listx \
1615
github.com/golang/mock/mockgen \
1716
github.com/go-swagger/go-swagger/cmd/swagger \
1817
golang.org/x/tools/cmd/goimports \

go_mod_indirect_pins.go

-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ import (
1212
_ "github.com/gobuffalo/fizz"
1313

1414
_ "github.com/ory/go-acc"
15-
_ "github.com/ory/x/tools/listx"
1615

1716
_ "github.com/jteeuwen/go-bindata"
1817

0 commit comments

Comments
 (0)