diff options
| author | adnano <[email protected]> | 2020-09-28 14:20:19 -0400 |
|---|---|---|
| committer | adnano <[email protected]> | 2020-09-28 14:20:19 -0400 |
| commit | f785ed12fd77362c1132ea88787fbe7d49a4bd13 (patch) | |
| tree | a396f469b815230a36dfbb3a9313d0bfdf1e98e3 /go.mod | |
| parent | Use net/http implementation of ServeMux (diff) | |
| download | go-gemini-f785ed12fd77362c1132ea88787fbe7d49a4bd13.tar.xz go-gemini-f785ed12fd77362c1132ea88787fbe7d49a4bd13.zip | |
examples/client: Disable echo for sensitive input
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,3 +1,5 @@ module git.sr.ht/~adnano/go-gemini go 1.15 + +require golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a |