You must login to view /gokrazy/internal/raw/branch/main/go.mod.
The GitHub option should be usable for most people, it only links via username.

Files
internal/go.mod

9 lines
121 B
Modula-2

module github.com/gokrazy/internal
go 1.24
require (
github.com/google/go-cmp v0.5.9
github.com/spf13/pflag v1.0.5
)