identicon

Profile Image Generator
git clone git://git.lair.cx/identicon
Log | Files | Refs | README | LICENSE

go.mod (143B)


      1 module go.lair.cx/identicon
      2 
      3 go 1.18
      4 
      5 require (
      6 	github.com/segmentio/fasthash v1.0.3
      7 	golang.org/x/image v0.0.0-20220902085622-e7cb96979f69
      8 )