diff options
| author | Adnan Maolood <[email protected]> | 2021-02-28 21:38:17 -0500 |
|---|---|---|
| committer | Adnan Maolood <[email protected]> | 2021-02-28 21:38:17 -0500 |
| commit | 0e87d64ffc2512563926d15cea6806f47205f7f9 (patch) | |
| tree | 092712319ac81999a366dd3e477ab8453afb199b /go.mod | |
| parent | Reintroduce Response.Write method (diff) | |
| download | archived-go-gemini-0e87d64ffc2512563926d15cea6806f47205f7f9.tar.xz archived-go-gemini-0e87d64ffc2512563926d15cea6806f47205f7f9.zip | |
Require Go 1.16
Diffstat (limited to 'go.mod')
| -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 |