diff options
| author | Adnan Maolood <[email protected]> | 2021-02-16 18:50:42 -0500 |
|---|---|---|
| committer | Adnan Maolood <[email protected]> | 2021-02-16 18:50:42 -0500 |
| commit | cf995c86c94c87fdb1ba993bba49104be6dbe84a (patch) | |
| tree | 27be135aea7726ddf24695368477e410328ff90a | |
| parent | client: Don't try to verify unicode hostname (diff) | |
| download | go-gemini-cf995c86c94c87fdb1ba993bba49104be6dbe84a.tar.xz go-gemini-cf995c86c94c87fdb1ba993bba49104be6dbe84a.zip | |
Require Go 1.16
| -rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ module git.sr.ht/~adnano/go-gemini -go 1.15 +go 1.16 require golang.org/x/net v0.0.0-20210119194325-5f4716e94777 |