summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorMatthew Holt <mholt@users.noreply.github.com>2020-06-26 12:19:51 -0600
committerMatthew Holt <mholt@users.noreply.github.com>2020-06-26 12:19:51 -0600
commitc9049bdc24cf35a1c2a4871401428cd08daf1f7d (patch)
tree65e4de448d1f589ee396ecab6085d9aaedea9180 /go.mod
parent21c00a3cd2f702b32e80dbef2987ac2250a2c9a5 (diff)
go.mod: Minor dependency updates
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod10
1 files changed, 5 insertions, 5 deletions
diff --git a/go.mod b/go.mod
index 3a623c7..86c987f 100644
--- a/go.mod
+++ b/go.mod
@@ -14,7 +14,7 @@ require (
github.com/golang/protobuf v1.4.2
github.com/google/cel-go v0.5.1
github.com/jsternberg/zap-logfmt v1.2.0
- github.com/klauspost/compress v1.10.8
+ github.com/klauspost/compress v1.10.10
github.com/klauspost/cpuid v1.3.0
github.com/libdns/libdns v0.0.0-20200501023120-186724ffc821
github.com/lucas-clemente/quic-go v0.17.1
@@ -22,14 +22,14 @@ require (
github.com/naoina/toml v0.1.1
github.com/smallstep/certificates v0.15.0-rc.1.0.20200506212953-e855707dc274
github.com/smallstep/cli v0.14.4
- github.com/smallstep/nosql v0.3.0
+ github.com/smallstep/nosql v0.3.1
github.com/smallstep/truststore v0.9.5
github.com/yuin/goldmark v1.1.32
github.com/yuin/goldmark-highlighting v0.0.0-20200307114337-60d527fdb691
go.uber.org/zap v1.15.0
- golang.org/x/crypto v0.0.0-20200427165652-729f1e841bcc
- golang.org/x/net v0.0.0-20200528225125-3c3fba18258b
- google.golang.org/genproto v0.0.0-20200413115906-b5235f65be36
+ golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
+ golang.org/x/net v0.0.0-20200625001655-4c5254603344
+ google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013
gopkg.in/natefinch/lumberjack.v2 v2.0.0
gopkg.in/yaml.v2 v2.3.0
)