File CodeView

This is a code view which proxies my personal git server. On the clearnet the following file is available at:

personal-gemini-capsule/src/branch/main/go.mod

----------------------------

module gemini_site

go 1.25.0

require (
	git.travisshears.com/travisshears/gemlog-cli v1.1.0
	github.com/kulak/gemini v1.2.2
	github.com/mattn/go-sqlite3 v1.14.32
)

-----------------------------

Back to home