diff options
| author | Drew DeVault <[email protected]> | 2020-10-26 12:28:16 -0400 |
|---|---|---|
| committer | Drew DeVault <[email protected]> | 2020-10-26 12:30:55 -0400 |
| commit | c96ae6b80f8d50e1eaca979ecc16676240bca9bc (patch) | |
| tree | ea783d6ce9323d043f7a222a19e4acbd835f48b7 /go.mod | |
| parent | Initial commit (diff) | |
| download | capybara-c96ae6b80f8d50e1eaca979ecc16676240bca9bc.tar.xz capybara-c96ae6b80f8d50e1eaca979ecc16676240bca9bc.zip | |
Add ⇒ before links
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,6 +3,6 @@ module git.sr.ht/~sircmpwn/kineto go 1.15 require ( - git.sr.ht/~adnano/gmi v0.0.1-alpha.1 + git.sr.ht/~adnano/go-gemini v0.1.0 // indirect git.sr.ht/~sircmpwn/getopt v0.0.0-20191230200459-23622cc906b3 ) |