summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorStefan Haller <stefan@haller-berlin.de>2023-07-29 10:01:22 +0200
committerStefan Haller <stefan@haller-berlin.de>2023-07-29 10:01:41 +0200
commitdeecbadda95cdaa119e76688fa624af82f4e604f (patch)
tree58784649f52cc4f2c630cd9ae386d9f102d64343 /go.mod
parent1db1fee03afef99e7878815711ec1bb960ecc403 (diff)
Fix the x/exp dependency
We started to use it directly in 429225da80b9.
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index fa840b008..8a64bdbf6 100644
--- a/go.mod
+++ b/go.mod
@@ -37,6 +37,7 @@ require (
github.com/spkg/bom v0.0.0-20160624110644-59b7046e48ad
github.com/stretchr/testify v1.8.0
github.com/xo/terminfo v0.0.0-20210125001918-ca9a967f8778
+ golang.org/x/exp v0.0.0-20220318154914-8dddf5d87bd8
gopkg.in/ozeidan/fuzzy-patricia.v3 v3.0.0
gopkg.in/yaml.v3 v3.0.1
)
@@ -66,7 +67,6 @@ require (
github.com/sergi/go-diff v1.1.0 // indirect
github.com/xanzy/ssh-agent v0.2.1 // indirect
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 // indirect
- golang.org/x/exp v0.0.0-20220318154914-8dddf5d87bd8 // indirect
golang.org/x/net v0.7.0 // indirect
golang.org/x/sys v0.10.0 // indirect
golang.org/x/term v0.10.0 // indirect