go.mod 175 B

12345678
  1. module code.osinet.fr/fgm/whispering_gophers
  2. go 1.12
  3. require (
  4. github.com/campoy/whispering-gophers v0.0.0-20170829193756-05474ebaae6d
  5. github.com/davecgh/go-spew v1.1.1
  6. )