File: go.mod

package info (click to toggle)
golang-github-makeworld-the-better-one-go-gemini 0.13.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 128 kB
  • sloc: makefile: 3
file content (8 lines) | stat: -rw-r--r-- 133 bytes parent folder | download
1
2
3
4
5
6
7
8
module github.com/makeworld-the-better-one/go-gemini

go 1.14

require (
	github.com/google/go-cmp v0.3.1
	golang.org/x/net v0.7.0
)