summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2021-08-12 10:56:36 +0300
committerPaul Buetow <paul@buetow.org>2021-08-12 10:56:36 +0300
commit1cd0902b40fcddbe35ba9d29daccb9084d19fd6e (patch)
tree48e85a54d3e4f6139001a58a3e57dd03b27c780a /go.mod
parent190922c087bfbe00299d73d1ea74bbb9a41852d5 (diff)
add missing brush and also add color client configs plus jsonschema
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 b52ed7a..db266d5 100644
--- a/go.mod
+++ b/go.mod
@@ -7,7 +7,7 @@ require (
github.com/google/go-licenses v0.0.0-20201026145851-73411c8fa237 // indirect
github.com/ribice/glice v0.0.0-20190726034412-e55bb973f127 // indirect
golang.org/x/crypto v0.0.0-20201203163018-be400aefbc4c
- golang.org/x/lint v0.0.0-20201208152925-83fdc39ff7b5 // indirect
+ golang.org/x/lint v0.0.0-20210508222113-6edffad5e616 // indirect
golang.org/x/sys v0.0.0-20201207223542-d4d67f95c62d // indirect
golang.org/x/term v0.0.0-20201207232118-ee85cb95a76b // indirect
)