diff options
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,9 +1,9 @@ module github.com/shuLhan/share -go 1.12 +go 1.13 require ( - golang.org/x/crypto v0.0.0-20200210222208-86ce3cb69678 - golang.org/x/net v0.0.0-20200202094626-16171245cfb2 - golang.org/x/sys v0.0.0-20200212091648-12a6c2dcc1e4 + golang.org/x/crypto v0.0.0-20200302210943-78000ba7a073 + golang.org/x/net v0.0.0-20200301022130-244492dfa37a + golang.org/x/sys v0.0.0-20200302150141-5c8b2ff67527 ) |
