diff options
| author | Joe Richey joerichey@google.com <joerichey@google.com> | 2018-08-30 02:24:33 -0700 |
|---|---|---|
| committer | Joe Richey joerichey@google.com <joerichey@google.com> | 2018-08-30 02:24:33 -0700 |
| commit | 630c8d1d002286cc26bafec78a7f120b5c0e78af (patch) | |
| tree | 5d453c5b099a2881c74ac49922eb968e235bedfd /go.mod | |
| parent | b7f5b0ab3c9b1af9397c557e410473119399f8b6 (diff) | |
Update dependancies to lastest version
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -1,12 +1,11 @@ module github.com/google/fscrypt -// Source dependancies require ( - github.com/golang/protobuf v1.0.0 + github.com/golang/protobuf v1.2.0 github.com/pkg/errors v0.8.0 github.com/urfave/cli v1.20.0 - golang.org/x/crypto v0.0.0-20180208170933-5119cf507ed5 + golang.org/x/crypto v0.0.0-20180820150726-614d502a4dac golang.org/x/net v0.0.0-20180826012351-8a410e7b638d // indirect golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f // indirect - golang.org/x/sys v0.0.0-20180202135801-37707fdb30a5 + golang.org/x/sys v0.0.0-20180828065106-d99a578cf41b ) |