diff options
author | Neil Alexander <neilalexander@users.noreply.github.com> | 2021-06-14 15:04:05 +0100 |
---|---|---|
committer | Neil Alexander <neilalexander@users.noreply.github.com> | 2021-06-14 15:04:05 +0100 |
commit | 5ec7d3a3ecf00614950e4da59f4adc5a12fa55ff (patch) | |
tree | 53f8e28f4b1c4199d82eb9c18e761bea9b7ce16a /go.mod | |
parent | 9ed044042156a9bdfafb4ae9830b3ed41225444e (diff) |
Update go.mod/go.sum
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -44,6 +44,7 @@ require ( golang.org/x/crypto v0.0.0-20210220033148-5ea612d1eb83 golang.org/x/mobile v0.0.0-20210220033013-bdb1ca9a1e08 golang.org/x/net v0.0.0-20210226172049-e18ecbb05110 + golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 // indirect gopkg.in/h2non/bimg.v1 v1.1.5 gopkg.in/yaml.v2 v2.4.0 ) |