[MIRROR: https://git.mills.io/prologic/go-gopher] Gopher (RFC 1436) protocol library for the Go (Golang) programming language supporting both client and server
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
234 B

  1. module code.as/writefreely/go-gopher
  2. require (
  3. github.com/davecgh/go-spew v1.1.1 // indirect
  4. github.com/sasha-s/go-deadlock v0.3.1
  5. github.com/stretchr/testify v1.7.0
  6. golang.org/x/net v0.0.0-20181220203305-927f97764cc3
  7. )
  8. go 1.13