diff options
| author | Adnan Maolood <[email protected]> | 2021-03-23 22:05:12 -0400 |
|---|---|---|
| committer | Adnan Maolood <[email protected]> | 2021-03-23 22:05:12 -0400 |
| commit | dbbef1fb6d341caacde657958826ea14022f940b (patch) | |
| tree | 0f953e68272832f43eed13daddc2418c70cfd3de | |
| parent | Revert "Replace uses of ioutil with io" (diff) | |
| download | go-gemini-dbbef1fb6d341caacde657958826ea14022f940b.tar.xz go-gemini-dbbef1fb6d341caacde657958826ea14022f940b.zip | |
Revert "Require Go 1.16"v0.2.0-rc.2
This reverts commit 0e87d64ffc2512563926d15cea6806f47205f7f9.
| -rw-r--r-- | fs.go | 2 | ||||
| -rw-r--r-- | go.mod | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -1,3 +1,5 @@ +// +build go1.16 + package gemini import ( @@ -1,5 +1,5 @@ module git.sr.ht/~adnano/go-gemini -go 1.16 +go 1.15 require golang.org/x/net v0.0.0-20210119194325-5f4716e94777 |