summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorMatthew Holt <mholt@users.noreply.github.com>2020-04-09 10:57:23 -0600
committerMatthew Holt <mholt@users.noreply.github.com>2020-04-09 10:57:23 -0600
commitb4a7d6267f700585bddad5053b695f46206ced91 (patch)
tree6580d031b48532f2ad80e7486c3015a09fc490b2 /go.mod
parente5dc76b05406ece7e2c1a9567bb18a47d7873793 (diff)
go.mod: Update dependencies
Should fix the builds with GOPROXY=direct!
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod14
1 files changed, 7 insertions, 7 deletions
diff --git a/go.mod b/go.mod
index 9560db6..573fd70 100644
--- a/go.mod
+++ b/go.mod
@@ -13,24 +13,24 @@ require (
github.com/gogo/protobuf v1.3.1
github.com/google/cel-go v0.4.1
github.com/jsternberg/zap-logfmt v1.2.0
- github.com/klauspost/compress v1.10.3
+ github.com/klauspost/compress v1.10.4
github.com/klauspost/cpuid v1.2.3
- github.com/lucas-clemente/quic-go v0.15.2
+ github.com/lucas-clemente/quic-go v0.15.3
github.com/manifoldco/promptui v0.7.0 // indirect
github.com/miekg/dns v1.1.29 // indirect
github.com/naoina/go-stringutil v0.1.0 // indirect
github.com/naoina/toml v0.1.1
- github.com/smallstep/certificates v0.14.0-rc.5
- github.com/smallstep/cli v0.14.0-rc.3
+ github.com/smallstep/certificates v0.14.0
+ github.com/smallstep/cli v0.14.0
github.com/smallstep/truststore v0.9.5
github.com/vulcand/oxy v1.1.0
github.com/yuin/goldmark v1.1.27
github.com/yuin/goldmark-highlighting v0.0.0-20200307114337-60d527fdb691
go.uber.org/zap v1.14.1
- golang.org/x/crypto v0.0.0-20200323165209-0ec3e9974c59
+ golang.org/x/crypto v0.0.0-20200406173513-056763e48d71
golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e
- golang.org/x/sys v0.0.0-20200331124033-c3d80250170d // indirect
- google.golang.org/genproto v0.0.0-20200323114720-3f67cca34472
+ golang.org/x/sys v0.0.0-20200409092240-59c9f1ba88fa // indirect
+ google.golang.org/genproto v0.0.0-20200409111301-baae70f3302d
gopkg.in/natefinch/lumberjack.v2 v2.0.0
gopkg.in/square/go-jose.v2 v2.4.1 // indirect
gopkg.in/yaml.v2 v2.2.8