💾 Archived View for anachronauts.club › cgi-bin › repos › cgi › gmikit.git › tree › trunk › go.mod captured on 2022-01-08 at 14:05:39. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2021-12-05)

-=-=-=-=-=-=-

gmikit.git

git @ anachronauts.club

summary

tree

log

refs

gmikit.git/go.mod | 229 bytes

view raw

 1 module anachronauts.club/repos/gmikit
 2 
 3 go 1.15
 4 
 5 require (
 6 	github.com/chewxy/math32 v1.0.6
 7 	github.com/client9/reopen v1.0.0
 8 	github.com/pelletier/go-toml v1.8.1
 9 	github.com/spf13/pflag v1.0.5
10 	github.com/urfave/negroni v1.0.0
11 )