2020-10-11 12:56:17 -04:00
|
|
|
module git.sr.ht/~sircmpwn/kineto
|
|
|
|
|
2025-01-11 05:19:22 -05:00
|
|
|
go 1.21
|
2020-10-11 12:56:17 -04:00
|
|
|
|
|
|
|
require (
|
2021-02-24 23:32:39 -05:00
|
|
|
git.sr.ht/~adnano/go-gemini v0.1.17
|
2020-10-11 12:56:17 -04:00
|
|
|
git.sr.ht/~sircmpwn/getopt v0.0.0-20191230200459-23622cc906b3
|
|
|
|
)
|
2025-01-11 05:19:22 -05:00
|
|
|
|
|
|
|
require (
|
|
|
|
golang.org/x/net v0.0.0-20210119194325-5f4716e94777 // indirect
|
|
|
|
golang.org/x/text v0.3.3 // indirect
|
|
|
|
)
|