diff options
| author | adnano <[email protected]> | 2020-10-11 21:55:30 -0400 |
|---|---|---|
| committer | adnano <[email protected]> | 2020-10-11 21:55:30 -0400 |
| commit | 3b5cc23d284512cfad768a67b5962dd8e302b0c1 (patch) | |
| tree | 272cc5f0b884961bf2a24c6a9b9828baea418c14 /go.mod | |
| parent | Detect mimetypes (diff) | |
| download | go-gemini-3b5cc23d284512cfad768a67b5962dd8e302b0c1.tar.xz go-gemini-3b5cc23d284512cfad768a67b5962dd8e302b0c1.zip | |
Remove dependency on golang.org/x/crypto
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -1,5 +1,3 @@ module git.sr.ht/~adnano/gmi go 1.15 - -require golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a |